Shades of Dingley #5F794E
Tints of Dingley #5F794E
RGB
CMYK
RGB Variations
Color information
#5F794E (or 0x5F794E) is known color: Dingley. HEX triplet: 5F, 79 and 4E. RGB value is (95,121,78). Sum of RGB (Red+Green+Blue) = 95+121+78=294 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.31% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 121 - color contains mainly: green. Hex color #5F794E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F794E is #A086B1. Grayscale: #6C6C6C. Windows color (decimal): -10520242 or 5142879. OLE color: 5142879.
HSL color Cylindrical-coordinate representation of color #5F794E: hue angle of 96.28º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F794E is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 121 | 78 | - |
| CMYK | 0.21 | 0 | 0.36 | 0.53 |
| HSL | 96.28º | 0.22% | 0.39% | - |
| HSV(B) | 96.28º | 0.36% | 0.47% | - |
| XYZ | 12.93 | 16.66 | 9.74 | - |
| YUV | 108.32 | 110.89 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 121 | 78 | 0.21 | 0 | 0.36 | 0.53 | 96.28 | 0.22 | 0.39 |
| Hex | 5F | 79 | 4E | 15 | 0 | 24 | 35 | 60 | 16 | 27 |
| Octal | 137 | 171 | 116 | 25 | 0 | 44 | 65 | 140 | 26 | 47 |
| Binary | 1011111 | 1111001 | 1001110 | 10101 | 0 | 100100 | 110101 | 1100000 | 10110 | 100111 |
Color Harmonies of #5F794E
Complementary color
Monochromatic Colors of #5F794E
Black with #5F794E
Text Example
Text Example
White with #5F794E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F794E; }
p { color: rgb(95,121,78); }
H1.HeaderClassName
{
color: #5F794E;
}
.AnyTagClassName
{
color: #5F794E;
}
</style>
background-color css
<style>
a { background-color: #5F794E; }
a { background-color: rgb(95,121,78); }
div.DivClassName
{
background-color: #5F794E;
}
.BgClassName
{
background-color: #5F794E;
}
</style>
border-color css
<style>
span { border-color: #5F794E; }
span { border-color: rgb(95,121,78); }
td.TdClassName
{
border-color: #5F794E;
}
.TagClassName
{
border-color: #5F794E;
}
</style>