#576D5F
A dark, muted green closely aligning with Dimgray.
About #576D5F
At its core, #576D5F is a dark and muted hue. If you're using CSS, you might find it aligns closely with Dimgray. This translates to an RGB value of rgb(87, 109, 95).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 20% C, 0% M, 13% Y, and 57% K. The HSL representation is 141.8° hue, 11.2% saturation, and 38.4% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#576D5F
RGB87, 109, 95
HSL141.8°, 11.2%, 38.4%
CMYK20%, 0%, 13%, 57%
HSV141.8°, 20.2%, 42.7%
LAB43.9, -11.3, 5.1
XYZ11.5, 13.8, 12.9
Decimal5729631
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.59:1
Text on #FFFFFF
AA
3.76:1
Text on #000000
AA Large
5.34:1
Text on #F8FAFC
AA
3.19:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #576D5F;
}
.text-color {
color: #576D5F;
}
.border-color {
border: 2px solid #576D5F;
}