Shades of Dingley #5E744C
Tints of Dingley #5E744C
RGB
CMYK
RGB Variations
Color information
#5E744C (or 0x5E744C) is known color: Dingley. HEX triplet: 5E, 74 and 4C. RGB value is (94,116,76). Sum of RGB (Red+Green+Blue) = 94+116+76=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 116 - color contains mainly: green. Hex color #5E744C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E744C is #A18BB3. Grayscale: #696969. Windows color (decimal): -10587060 or 5010526. OLE color: 5010526.
HSL color Cylindrical-coordinate representation of color #5E744C: hue angle of 93º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E744C is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 116 | 76 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.55 |
| HSL | 93º | 0.21% | 0.38% | - |
| HSV(B) | 93º | 0.34% | 0.45% | - |
| XYZ | 12.17 | 15.39 | 9.17 | - |
| YUV | 104.86 | 111.71 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 116 | 76 | 0.19 | 0 | 0.34 | 0.55 | 93 | 0.21 | 0.38 |
| Hex | 5E | 74 | 4C | 13 | 0 | 22 | 37 | 5D | 15 | 26 |
| Octal | 136 | 164 | 114 | 23 | 0 | 42 | 67 | 135 | 25 | 46 |
| Binary | 1011110 | 1110100 | 1001100 | 10011 | 0 | 100010 | 110111 | 1011101 | 10101 | 100110 |
Color Harmonies of #5E744C
Complementary color
Monochromatic Colors of #5E744C
Black with #5E744C
Text Example
Text Example
White with #5E744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E744C; }
p { color: rgb(94,116,76); }
H1.HeaderClassName
{
color: #5E744C;
}
.AnyTagClassName
{
color: #5E744C;
}
</style>
background-color css
<style>
a { background-color: #5E744C; }
a { background-color: rgb(94,116,76); }
div.DivClassName
{
background-color: #5E744C;
}
.BgClassName
{
background-color: #5E744C;
}
</style>
border-color css
<style>
span { border-color: #5E744C; }
span { border-color: rgb(94,116,76); }
td.TdClassName
{
border-color: #5E744C;
}
.TagClassName
{
border-color: #5E744C;
}
</style>