Shades of Dingley #5D704F
Tints of Dingley #5D704F
RGB
CMYK
RGB Variations
Color information
#5D704F (or 0x5D704F) is known color: Dingley. HEX triplet: 5D, 70 and 4F. RGB value is (93,112,79). Sum of RGB (Red+Green+Blue) = 93+112+79=284 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.75% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 79 (31.25% from 255 or 27.82% from 284); Max value from RGB is 112 - color contains mainly: green. Hex color #5D704F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D704F is #A28FB0. Grayscale: #666666. Windows color (decimal): -10653617 or 5206109. OLE color: 5206109.
HSL color Cylindrical-coordinate representation of color #5D704F: hue angle of 94.55º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5D704F is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 112 | 79 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.56 |
| HSL | 94.55º | 0.17% | 0.37% | - |
| HSV(B) | 94.55º | 0.29% | 0.44% | - |
| XYZ | 11.72 | 14.48 | 9.57 | - |
| YUV | 102.56 | 114.71 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 112 | 79 | 0.17 | 0 | 0.29 | 0.56 | 94.55 | 0.17 | 0.37 |
| Hex | 5D | 70 | 4F | 11 | 0 | 1D | 38 | 5F | 11 | 25 |
| Octal | 135 | 160 | 117 | 21 | 0 | 35 | 70 | 137 | 21 | 45 |
| Binary | 1011101 | 1110000 | 1001111 | 10001 | 0 | 11101 | 111000 | 1011111 | 10001 | 100101 |
Color Harmonies of #5D704F
Complementary color
Monochromatic Colors of #5D704F
Black with #5D704F
Text Example
Text Example
White with #5D704F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D704F; }
p { color: rgb(93,112,79); }
H1.HeaderClassName
{
color: #5D704F;
}
.AnyTagClassName
{
color: #5D704F;
}
</style>
background-color css
<style>
a { background-color: #5D704F; }
a { background-color: rgb(93,112,79); }
div.DivClassName
{
background-color: #5D704F;
}
.BgClassName
{
background-color: #5D704F;
}
</style>
border-color css
<style>
span { border-color: #5D704F; }
span { border-color: rgb(93,112,79); }
td.TdClassName
{
border-color: #5D704F;
}
.TagClassName
{
border-color: #5D704F;
}
</style>