Shades of Dingley #5E754D
Tints of Dingley #5E754D
RGB
CMYK
RGB Variations
Color information
#5E754D (or 0x5E754D) is known color: Dingley. HEX triplet: 5E, 75 and 4D. RGB value is (94,117,77). Sum of RGB (Red+Green+Blue) = 94+117+77=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 117 - color contains mainly: green. Hex color #5E754D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E754D is #A18AB2. Grayscale: #696969. Windows color (decimal): -10586803 or 5076318. OLE color: 5076318.
HSL color Cylindrical-coordinate representation of color #5E754D: hue angle of 94.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E754D is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 117 | 77 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.54 |
| HSL | 94.5º | 0.21% | 0.38% | - |
| HSV(B) | 94.5º | 0.34% | 0.46% | - |
| XYZ | 12.32 | 15.64 | 9.39 | - |
| YUV | 105.56 | 111.88 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 117 | 77 | 0.20 | 0 | 0.34 | 0.54 | 94.5 | 0.21 | 0.38 |
| Hex | 5E | 75 | 4D | 14 | 0 | 22 | 36 | 5E | 15 | 26 |
| Octal | 136 | 165 | 115 | 24 | 0 | 42 | 66 | 136 | 25 | 46 |
| Binary | 1011110 | 1110101 | 1001101 | 10100 | 0 | 100010 | 110110 | 1011110 | 10101 | 100110 |
Color Harmonies of #5E754D
Complementary color
Monochromatic Colors of #5E754D
Black with #5E754D
Text Example
Text Example
White with #5E754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E754D; }
p { color: rgb(94,117,77); }
H1.HeaderClassName
{
color: #5E754D;
}
.AnyTagClassName
{
color: #5E754D;
}
</style>
background-color css
<style>
a { background-color: #5E754D; }
a { background-color: rgb(94,117,77); }
div.DivClassName
{
background-color: #5E754D;
}
.BgClassName
{
background-color: #5E754D;
}
</style>
border-color css
<style>
span { border-color: #5E754D; }
span { border-color: rgb(94,117,77); }
td.TdClassName
{
border-color: #5E754D;
}
.TagClassName
{
border-color: #5E754D;
}
</style>