Shades of Dingley #5A704C
Tints of Dingley #5A704C
RGB
CMYK
RGB Variations
Color information
#5A704C (or 0x5A704C) is known color: Dingley. HEX triplet: 5A, 70 and 4C. RGB value is (90,112,76). Sum of RGB (Red+Green+Blue) = 90+112+76=278 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.37% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 112 - color contains mainly: green. Hex color #5A704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A704C is #A58FB3. Grayscale: #656565. Windows color (decimal): -10850228 or 5009498. OLE color: 5009498.
HSL color Cylindrical-coordinate representation of color #5A704C: hue angle of 96.67º 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 #5A704C is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 112 | 76 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.56 |
| HSL | 96.67º | 0.19% | 0.37% | - |
| HSV(B) | 96.67º | 0.32% | 0.44% | - |
| XYZ | 11.32 | 14.28 | 9 | - |
| YUV | 101.32 | 113.71 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 112 | 76 | 0.20 | 0 | 0.32 | 0.56 | 96.67 | 0.19 | 0.37 |
| Hex | 5A | 70 | 4C | 14 | 0 | 20 | 38 | 61 | 13 | 25 |
| Octal | 132 | 160 | 114 | 24 | 0 | 40 | 70 | 141 | 23 | 45 |
| Binary | 1011010 | 1110000 | 1001100 | 10100 | 0 | 100000 | 111000 | 1100001 | 10011 | 100101 |
Color Harmonies of #5A704C
Complementary color
Monochromatic Colors of #5A704C
Black with #5A704C
Text Example
Text Example
White with #5A704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A704C; }
p { color: rgb(90,112,76); }
H1.HeaderClassName
{
color: #5A704C;
}
.AnyTagClassName
{
color: #5A704C;
}
</style>
background-color css
<style>
a { background-color: #5A704C; }
a { background-color: rgb(90,112,76); }
div.DivClassName
{
background-color: #5A704C;
}
.BgClassName
{
background-color: #5A704C;
}
</style>
border-color css
<style>
span { border-color: #5A704C; }
span { border-color: rgb(90,112,76); }
td.TdClassName
{
border-color: #5A704C;
}
.TagClassName
{
border-color: #5A704C;
}
</style>