Shades of Dingley #5E754E
Tints of Dingley #5E754E
RGB
CMYK
RGB Variations
Color information
#5E754E (or 0x5E754E) is known color: Dingley. HEX triplet: 5E, 75 and 4E. RGB value is (94,117,78). Sum of RGB (Red+Green+Blue) = 94+117+78=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 117 - color contains mainly: green. Hex color #5E754E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E754E is #A18AB1. Grayscale: #696969. Windows color (decimal): -10586802 or 5141854. OLE color: 5141854.
HSL color Cylindrical-coordinate representation of color #5E754E: hue angle of 95.38º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E754E is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 117 | 78 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.54 |
| HSL | 95.38º | 0.2% | 0.38% | - |
| HSV(B) | 95.38º | 0.33% | 0.46% | - |
| XYZ | 12.35 | 15.65 | 9.58 | - |
| YUV | 105.68 | 112.38 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 117 | 78 | 0.20 | 0 | 0.33 | 0.54 | 95.38 | 0.2 | 0.38 |
| Hex | 5E | 75 | 4E | 14 | 0 | 21 | 36 | 5F | 14 | 26 |
| Octal | 136 | 165 | 116 | 24 | 0 | 41 | 66 | 137 | 24 | 46 |
| Binary | 1011110 | 1110101 | 1001110 | 10100 | 0 | 100001 | 110110 | 1011111 | 10100 | 100110 |
Color Harmonies of #5E754E
Complementary color
Monochromatic Colors of #5E754E
Black with #5E754E
Text Example
Text Example
White with #5E754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E754E; }
p { color: rgb(94,117,78); }
H1.HeaderClassName
{
color: #5E754E;
}
.AnyTagClassName
{
color: #5E754E;
}
</style>
background-color css
<style>
a { background-color: #5E754E; }
a { background-color: rgb(94,117,78); }
div.DivClassName
{
background-color: #5E754E;
}
.BgClassName
{
background-color: #5E754E;
}
</style>
border-color css
<style>
span { border-color: #5E754E; }
span { border-color: rgb(94,117,78); }
td.TdClassName
{
border-color: #5E754E;
}
.TagClassName
{
border-color: #5E754E;
}
</style>