Shades of Dingley #5F7051
Tints of Dingley #5F7051
RGB
CMYK
RGB Variations
Color information
#5F7051 (or 0x5F7051) is known color: Dingley. HEX triplet: 5F, 70 and 51. RGB value is (95,112,81). Sum of RGB (Red+Green+Blue) = 95+112+81=288 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.99% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 112 - color contains mainly: green. Hex color #5F7051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7051 is #A08FAE. Grayscale: #676767. Windows color (decimal): -10522543 or 5337183. OLE color: 5337183.
HSL color Cylindrical-coordinate representation of color #5F7051: hue angle of 92.9º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5F7051 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 112 | 81 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.56 |
| HSL | 92.9º | 0.16% | 0.38% | - |
| HSV(B) | 92.9º | 0.28% | 0.44% | - |
| XYZ | 12 | 14.62 | 9.97 | - |
| YUV | 103.38 | 115.37 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 112 | 81 | 0.15 | 0 | 0.28 | 0.56 | 92.9 | 0.16 | 0.38 |
| Hex | 5F | 70 | 51 | F | 0 | 1C | 38 | 5D | 10 | 26 |
| Octal | 137 | 160 | 121 | 17 | 0 | 34 | 70 | 135 | 20 | 46 |
| Binary | 1011111 | 1110000 | 1010001 | 1111 | 0 | 11100 | 111000 | 1011101 | 10000 | 100110 |
Color Harmonies of #5F7051
Complementary color
Monochromatic Colors of #5F7051
Black with #5F7051
Text Example
Text Example
White with #5F7051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7051; }
p { color: rgb(95,112,81); }
H1.HeaderClassName
{
color: #5F7051;
}
.AnyTagClassName
{
color: #5F7051;
}
</style>
background-color css
<style>
a { background-color: #5F7051; }
a { background-color: rgb(95,112,81); }
div.DivClassName
{
background-color: #5F7051;
}
.BgClassName
{
background-color: #5F7051;
}
</style>
border-color css
<style>
span { border-color: #5F7051; }
span { border-color: rgb(95,112,81); }
td.TdClassName
{
border-color: #5F7051;
}
.TagClassName
{
border-color: #5F7051;
}
</style>