Shades of Dingley #5D6E50
Tints of Dingley #5D6E50
RGB
CMYK
RGB Variations
Color information
#5D6E50 (or 0x5D6E50) is known color: Dingley. HEX triplet: 5D, 6E and 50. RGB value is (93,110,80). Sum of RGB (Red+Green+Blue) = 93+110+80=283 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.86% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 110 - color contains mainly: green. Hex color #5D6E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6E50 is #A291AF. Grayscale: #656565. Windows color (decimal): -10654128 or 5271133. OLE color: 5271133.
HSL color Cylindrical-coordinate representation of color #5D6E50: hue angle of 94º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5D6E50 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 93 | 110 | 80 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.57 |
| HSL | 94º | 0.16% | 0.37% | - |
| HSV(B) | 94º | 0.27% | 0.43% | - |
| XYZ | 11.54 | 14.06 | 9.69 | - |
| YUV | 101.5 | 115.87 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 110 | 80 | 0.15 | 0 | 0.27 | 0.57 | 94 | 0.16 | 0.37 |
| Hex | 5D | 6E | 50 | F | 0 | 1B | 39 | 5E | 10 | 25 |
| Octal | 135 | 156 | 120 | 17 | 0 | 33 | 71 | 136 | 20 | 45 |
| Binary | 1011101 | 1101110 | 1010000 | 1111 | 0 | 11011 | 111001 | 1011110 | 10000 | 100101 |
Color Harmonies of #5D6E50
Complementary color
Monochromatic Colors of #5D6E50
Black with #5D6E50
Text Example
Text Example
White with #5D6E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6E50; }
p { color: rgb(93,110,80); }
H1.HeaderClassName
{
color: #5D6E50;
}
.AnyTagClassName
{
color: #5D6E50;
}
</style>
background-color css
<style>
a { background-color: #5D6E50; }
a { background-color: rgb(93,110,80); }
div.DivClassName
{
background-color: #5D6E50;
}
.BgClassName
{
background-color: #5D6E50;
}
</style>
border-color css
<style>
span { border-color: #5D6E50; }
span { border-color: rgb(93,110,80); }
td.TdClassName
{
border-color: #5D6E50;
}
.TagClassName
{
border-color: #5D6E50;
}
</style>