Shades of Dingley #5F724C
Tints of Dingley #5F724C
RGB
CMYK
RGB Variations
Color information
#5F724C (or 0x5F724C) is known color: Dingley. HEX triplet: 5F, 72 and 4C. RGB value is (95,114,76). Sum of RGB (Red+Green+Blue) = 95+114+76=285 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.33% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 114 - color contains mainly: green. Hex color #5F724C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F724C is #A08DB3. Grayscale: #686868. Windows color (decimal): -10522036 or 5010015. OLE color: 5010015.
HSL color Cylindrical-coordinate representation of color #5F724C: hue angle of 90º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F724C is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 114 | 76 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.55 |
| HSL | 90º | 0.2% | 0.37% | - |
| HSV(B) | 90º | 0.33% | 0.45% | - |
| XYZ | 12.04 | 14.99 | 9.1 | - |
| YUV | 103.99 | 112.21 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 114 | 76 | 0.17 | 0 | 0.33 | 0.55 | 90 | 0.2 | 0.37 |
| Hex | 5F | 72 | 4C | 11 | 0 | 21 | 37 | 5A | 14 | 25 |
| Octal | 137 | 162 | 114 | 21 | 0 | 41 | 67 | 132 | 24 | 45 |
| Binary | 1011111 | 1110010 | 1001100 | 10001 | 0 | 100001 | 110111 | 1011010 | 10100 | 100101 |
Color Harmonies of #5F724C
Complementary color
Monochromatic Colors of #5F724C
Black with #5F724C
Text Example
Text Example
White with #5F724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F724C; }
p { color: rgb(95,114,76); }
H1.HeaderClassName
{
color: #5F724C;
}
.AnyTagClassName
{
color: #5F724C;
}
</style>
background-color css
<style>
a { background-color: #5F724C; }
a { background-color: rgb(95,114,76); }
div.DivClassName
{
background-color: #5F724C;
}
.BgClassName
{
background-color: #5F724C;
}
</style>
border-color css
<style>
span { border-color: #5F724C; }
span { border-color: rgb(95,114,76); }
td.TdClassName
{
border-color: #5F724C;
}
.TagClassName
{
border-color: #5F724C;
}
</style>