#5F6D57
A dark, muted green closely aligning with Dimgray.
About #5F6D57
Visually, #5F6D57 is defined as a muted green. If you're using CSS, you might find it aligns closely with Dimgray. In the RGB color space, it consists of 95 red, 109 green, and 87 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 13% cyan, 0% magenta, 20% yellow, and 57% black. This makes it a relatively dark color when applied to physical surfaces.
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#5F6D57
RGB95, 109, 87
HSL98.2°, 11.2%, 38.4%
CMYK13%, 0%, 20%, 57%
HSV98.2°, 20.2%, 42.7%
LAB44.3, -9.8, 10.6
XYZ11.9, 14.1, 11.1
Decimal6253911
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.51:1
Text on #FFFFFF
AA
3.81:1
Text on #000000
AA Large
5.27:1
Text on #F8FAFC
AA
3.24:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F6D57;
}
.text-color {
color: #5F6D57;
}
.border-color {
border: 2px solid #5F6D57;
}