Color: #576C5B

#576C5B Color Information

#576C5B is a dark color. The closest websafe version is #576C5B. A complement of this color would be #6C5668, perceived brightness is 0.39, and the grayscale version is #616161.

In the HSL color space, this color has a hue angle of 131°,a saturation of 11%, and a lightness of 38%.The HSV representation shows a hue of 131°, a saturation of 100%, and a value of 100%.

In a RGB color space, #576C5B is composed of 34% red, 42% green and 36% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 0% magenta, 16% yellow and 58% black.

In the Yxy color space, this color is represented as Y: 13.51, x: 0.3362, and y: 0.3974.

Color Code #576C5B

HEX
#576C5B
RGB
rgb(87, 108, 91)
HSL
hsl(131, 11%, 38%)
HSV
hsv(131, 19%, 42%)
CMYK
19%, 0%, 16%, 58%
XYZ
X: 11.43, Y: 13.51, Z: 9.06
Lab
L: 43.51, a: -10.93, b: 6.84
Name

Shades of Color #576C5B

Shades are created by darkening the original color #576C5B in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #576C5B

Tints are created by lightening the original color #576C5B in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

About #576C5B Color Code

In the HSL color space, this color has a hue angle of 131°, a saturation of 11%, and a lightness of 38%. The HSV representation shows a hue of 131°, a saturation of 19%, and a value of 42%.

  • HEX: #576C5B
  • RGB: rgb(87, 108, 91)
  • HSL: hsl(131, 11%, 38%)
  • HSV: hsv(131, 19%, 42%)
  • CMYK: 19.00% cyan, 0.00% magenta, 16.00% yellow, 58.00% black
  • XYZ: 11.43, 13.51, 9.06
  • Yxy: 13.51, 0.3362, 0.3974
  • Hunter Lab: 43.51, -10.93, 6.84
  • CIE-Lab: 43.51, -10.93, 6.84

In the XYZ color space, this color is represented as X: 11.43, Y: 13.51, Z: 9.06. The Yxy representation further refines this as Y: 13.51, x: 0.3362, and y: 0.3974.

In the Hunter Lab color space, this color is represented as L: 43.51, a: -10.93, and b: 6.84. Similarly, in the CIE-Lab color space, it is represented as L: 43.51, a: -10.93, and b: 6.84.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #576C5B

Triadic colors are three colors evenly spaced around the color wheel, including #576C5B. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #576C5B

Analogous colors are adjacent to #576C5B on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #576C5B

Monochromatic colors are variations of #576C5B, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #576C5B

The complementary color of #576C5B is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #576C5B

/* Using HEX */
body {
  background-color: #576c5b;
}
/* Using RGB */
body {
  background-color: rgb(87, 108, 91);
}
/* Using RGB with opacity */
body {
  background-color: rgba(87, 108, 91, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(131, 11%, 38%);
}
/* Text color */
p {
  color: #576c5b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #576c5b;
}

HTML Examples of #576C5B

<!-- Using HEX -->
<div style="background-color: #576c5b; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(87, 108, 91); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(87, 108, 91, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(131, 11%, 38%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #576c5b;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #576c5b; width: 100px; height: 100px;"></div>

Related Colors of #576C5B

These colors are similar to #576C5B, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.