Shades of Dingley #5A704B
Tints of Dingley #5A704B
RGB
CMYK
RGB Variations
Color information
#5A704B (or 0x5A704B) is known color: Dingley. HEX triplet: 5A, 70 and 4B. RGB value is (90,112,75). Sum of RGB (Red+Green+Blue) = 90+112+75=277 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.49% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 112 - color contains mainly: green. Hex color #5A704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A704B is #A58FB4. Grayscale: #656565. Windows color (decimal): -10850229 or 4943962. OLE color: 4943962.
HSL color Cylindrical-coordinate representation of color #5A704B: hue angle of 95.68º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A704B is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 112 | 75 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.56 |
| HSL | 95.68º | 0.2% | 0.37% | - |
| HSV(B) | 95.68º | 0.33% | 0.44% | - |
| XYZ | 11.28 | 14.27 | 8.82 | - |
| YUV | 101.2 | 113.21 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 112 | 75 | 0.20 | 0 | 0.33 | 0.56 | 95.68 | 0.2 | 0.37 |
| Hex | 5A | 70 | 4B | 14 | 0 | 21 | 38 | 60 | 14 | 25 |
| Octal | 132 | 160 | 113 | 24 | 0 | 41 | 70 | 140 | 24 | 45 |
| Binary | 1011010 | 1110000 | 1001011 | 10100 | 0 | 100001 | 111000 | 1100000 | 10100 | 100101 |
Color Harmonies of #5A704B
Complementary color
Monochromatic Colors of #5A704B
Black with #5A704B
Text Example
Text Example
White with #5A704B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A704B; }
p { color: rgb(90,112,75); }
H1.HeaderClassName
{
color: #5A704B;
}
.AnyTagClassName
{
color: #5A704B;
}
</style>
background-color css
<style>
a { background-color: #5A704B; }
a { background-color: rgb(90,112,75); }
div.DivClassName
{
background-color: #5A704B;
}
.BgClassName
{
background-color: #5A704B;
}
</style>
border-color css
<style>
span { border-color: #5A704B; }
span { border-color: rgb(90,112,75); }
td.TdClassName
{
border-color: #5A704B;
}
.TagClassName
{
border-color: #5A704B;
}
</style>