Shades of Dingley #5E794B
Tints of Dingley #5E794B
RGB
CMYK
RGB Variations
Color information
#5E794B (or 0x5E794B) is known color: Dingley. HEX triplet: 5E, 79 and 4B. RGB value is (94,121,75). Sum of RGB (Red+Green+Blue) = 94+121+75=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 121 - color contains mainly: green. Hex color #5E794B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E794B is #A186B4. Grayscale: #6B6B6B. Windows color (decimal): -10585781 or 4946270. OLE color: 4946270.
HSL color Cylindrical-coordinate representation of color #5E794B: hue angle of 95.22º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E794B is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 121 | 75 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.53 |
| HSL | 95.22º | 0.23% | 0.38% | - |
| HSV(B) | 95.22º | 0.38% | 0.47% | - |
| XYZ | 12.72 | 16.56 | 9.18 | - |
| YUV | 107.68 | 109.55 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 121 | 75 | 0.22 | 0 | 0.38 | 0.53 | 95.22 | 0.23 | 0.38 |
| Hex | 5E | 79 | 4B | 16 | 0 | 26 | 35 | 5F | 17 | 26 |
| Octal | 136 | 171 | 113 | 26 | 0 | 46 | 65 | 137 | 27 | 46 |
| Binary | 1011110 | 1111001 | 1001011 | 10110 | 0 | 100110 | 110101 | 1011111 | 10111 | 100110 |
Color Harmonies of #5E794B
Complementary color
Monochromatic Colors of #5E794B
Black with #5E794B
Text Example
Text Example
White with #5E794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E794B; }
p { color: rgb(94,121,75); }
H1.HeaderClassName
{
color: #5E794B;
}
.AnyTagClassName
{
color: #5E794B;
}
</style>
background-color css
<style>
a { background-color: #5E794B; }
a { background-color: rgb(94,121,75); }
div.DivClassName
{
background-color: #5E794B;
}
.BgClassName
{
background-color: #5E794B;
}
</style>
border-color css
<style>
span { border-color: #5E794B; }
span { border-color: rgb(94,121,75); }
td.TdClassName
{
border-color: #5E794B;
}
.TagClassName
{
border-color: #5E794B;
}
</style>