Shades of Dingley #5E734D
Tints of Dingley #5E734D
RGB
CMYK
RGB Variations
Color information
#5E734D (or 0x5E734D) is known color: Dingley. HEX triplet: 5E, 73 and 4D. RGB value is (94,115,77). Sum of RGB (Red+Green+Blue) = 94+115+77=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 115 - color contains mainly: green. Hex color #5E734D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E734D is #A18CB2. Grayscale: #686868. Windows color (decimal): -10587315 or 5075806. OLE color: 5075806.
HSL color Cylindrical-coordinate representation of color #5E734D: hue angle of 93.16º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E734D is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 115 | 77 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.55 |
| HSL | 93.16º | 0.2% | 0.38% | - |
| HSV(B) | 93.16º | 0.33% | 0.45% | - |
| XYZ | 12.09 | 15.18 | 9.31 | - |
| YUV | 104.39 | 112.54 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 115 | 77 | 0.18 | 0 | 0.33 | 0.55 | 93.16 | 0.2 | 0.38 |
| Hex | 5E | 73 | 4D | 12 | 0 | 21 | 37 | 5D | 14 | 26 |
| Octal | 136 | 163 | 115 | 22 | 0 | 41 | 67 | 135 | 24 | 46 |
| Binary | 1011110 | 1110011 | 1001101 | 10010 | 0 | 100001 | 110111 | 1011101 | 10100 | 100110 |
Color Harmonies of #5E734D
Complementary color
Monochromatic Colors of #5E734D
Black with #5E734D
Text Example
Text Example
White with #5E734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E734D; }
p { color: rgb(94,115,77); }
H1.HeaderClassName
{
color: #5E734D;
}
.AnyTagClassName
{
color: #5E734D;
}
</style>
background-color css
<style>
a { background-color: #5E734D; }
a { background-color: rgb(94,115,77); }
div.DivClassName
{
background-color: #5E734D;
}
.BgClassName
{
background-color: #5E734D;
}
</style>
border-color css
<style>
span { border-color: #5E734D; }
span { border-color: rgb(94,115,77); }
td.TdClassName
{
border-color: #5E734D;
}
.TagClassName
{
border-color: #5E734D;
}
</style>