#507566
A dark, muted green closely aligning with Dimgray.
About #507566
When working with digital screens, the color #507566 is rendered by mixing light. Designers often compare it to the standard color Dimgray. This translates to an RGB value of rgb(80, 117, 102).
Translating this color to physical media requires the CMYK color model. The color uses 32% Cyan, 0% Magenta, 13% Yellow, and 54% Black. With a hue angle of 155.7 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#507566
RGB80, 117, 102
HSL155.7°, 18.8%, 38.6%
CMYK32%, 0%, 13%, 54%
HSV155.7°, 31.6%, 45.9%
LAB46.2, -16.6, 4.1
XYZ12.1, 15.4, 14.9
Decimal5272934
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.15:1
Text on #FFFFFF
AA
4.08:1
Text on #000000
AA Large
4.92:1
Text on #F8FAFC
AA
3.47:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #507566;
}
.text-color {
color: #507566;
}
.border-color {
border: 2px solid #507566;
}