Shades of Dingley #5E704D
Tints of Dingley #5E704D
RGB
CMYK
RGB Variations
Color information
#5E704D (or 0x5E704D) is known color: Dingley. HEX triplet: 5E, 70 and 4D. RGB value is (94,112,77). Sum of RGB (Red+Green+Blue) = 94+112+77=283 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.22% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 112 - color contains mainly: green. Hex color #5E704D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E704D is #A18FB2. Grayscale: #666666. Windows color (decimal): -10588083 or 5075038. OLE color: 5075038.
HSL color Cylindrical-coordinate representation of color #5E704D: hue angle of 90.86º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E704D is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 112 | 77 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.56 |
| HSL | 90.86º | 0.19% | 0.37% | - |
| HSV(B) | 90.86º | 0.31% | 0.44% | - |
| XYZ | 11.75 | 14.5 | 9.2 | - |
| YUV | 102.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 112 | 77 | 0.16 | 0 | 0.31 | 0.56 | 90.86 | 0.19 | 0.37 |
| Hex | 5E | 70 | 4D | 10 | 0 | 1F | 38 | 5B | 13 | 25 |
| Octal | 136 | 160 | 115 | 20 | 0 | 37 | 70 | 133 | 23 | 45 |
| Binary | 1011110 | 1110000 | 1001101 | 10000 | 0 | 11111 | 111000 | 1011011 | 10011 | 100101 |
Color Harmonies of #5E704D
Complementary color
Monochromatic Colors of #5E704D
Black with #5E704D
Text Example
Text Example
White with #5E704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E704D; }
p { color: rgb(94,112,77); }
H1.HeaderClassName
{
color: #5E704D;
}
.AnyTagClassName
{
color: #5E704D;
}
</style>
background-color css
<style>
a { background-color: #5E704D; }
a { background-color: rgb(94,112,77); }
div.DivClassName
{
background-color: #5E704D;
}
.BgClassName
{
background-color: #5E704D;
}
</style>
border-color css
<style>
span { border-color: #5E704D; }
span { border-color: rgb(94,112,77); }
td.TdClassName
{
border-color: #5E704D;
}
.TagClassName
{
border-color: #5E704D;
}
</style>