#576D57
A dark, muted green closely aligning with Dimgray.
About #576D57
At its core, #576D57 is a dark and muted hue. If you're using CSS, you might find it aligns closely with Dimgray. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 109, and 87.
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, 20% Y, and 57% K. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#576D57
RGB87, 109, 87
HSL120.0°, 11.2%, 38.4%
CMYK20%, 0%, 20%, 57%
HSV120.0°, 20.2%, 42.7%
LAB43.7, -12.9, 9.6
XYZ11.1, 13.7, 11.1
Decimal5729623
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.63:1
Text on #FFFFFF
AA
3.73:1
Text on #000000
AA Large
5.38:1
Text on #F8FAFC
AA
3.17:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #576D57;
}
.text-color {
color: #576D57;
}
.border-color {
border: 2px solid #576D57;
}