Shades of Dingley #5F714D
Tints of Dingley #5F714D
RGB
CMYK
RGB Variations
Color information
#5F714D (or 0x5F714D) is known color: Dingley. HEX triplet: 5F, 71 and 4D. RGB value is (95,113,77). Sum of RGB (Red+Green+Blue) = 95+113+77=285 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.33% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 113 - color contains mainly: green. Hex color #5F714D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F714D is #A08EB2. Grayscale: #676767. Windows color (decimal): -10522291 or 5075295. OLE color: 5075295.
HSL color Cylindrical-coordinate representation of color #5F714D: hue angle of 90º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F714D is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 113 | 77 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.56 |
| HSL | 90º | 0.19% | 0.37% | - |
| HSV(B) | 90º | 0.32% | 0.44% | - |
| XYZ | 11.96 | 14.78 | 9.24 | - |
| YUV | 103.51 | 113.04 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 113 | 77 | 0.16 | 0 | 0.32 | 0.56 | 90 | 0.19 | 0.37 |
| Hex | 5F | 71 | 4D | 10 | 0 | 20 | 38 | 5A | 13 | 25 |
| Octal | 137 | 161 | 115 | 20 | 0 | 40 | 70 | 132 | 23 | 45 |
| Binary | 1011111 | 1110001 | 1001101 | 10000 | 0 | 100000 | 111000 | 1011010 | 10011 | 100101 |
Color Harmonies of #5F714D
Complementary color
Monochromatic Colors of #5F714D
Black with #5F714D
Text Example
Text Example
White with #5F714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F714D; }
p { color: rgb(95,113,77); }
H1.HeaderClassName
{
color: #5F714D;
}
.AnyTagClassName
{
color: #5F714D;
}
</style>
background-color css
<style>
a { background-color: #5F714D; }
a { background-color: rgb(95,113,77); }
div.DivClassName
{
background-color: #5F714D;
}
.BgClassName
{
background-color: #5F714D;
}
</style>
border-color css
<style>
span { border-color: #5F714D; }
span { border-color: rgb(95,113,77); }
td.TdClassName
{
border-color: #5F714D;
}
.TagClassName
{
border-color: #5F714D;
}
</style>