Shades of Dingley #5A7846
Tints of Dingley #5A7846
RGB
CMYK
RGB Variations
Color information
#5A7846 (or 0x5A7846) is known color: Dingley. HEX triplet: 5A, 78 and 46. RGB value is (90,120,70). Sum of RGB (Red+Green+Blue) = 90+120+70=280 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.14% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 120 - color contains mainly: green. Hex color #5A7846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7846 is #A587B9. Grayscale: #696969. Windows color (decimal): -10848186 or 4618330. OLE color: 4618330.
HSL color Cylindrical-coordinate representation of color #5A7846: hue angle of 96º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A7846 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 120 | 70 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.53 |
| HSL | 96º | 0.26% | 0.37% | - |
| HSV(B) | 96º | 0.42% | 0.47% | - |
| XYZ | 12.04 | 16.05 | 8.26 | - |
| YUV | 105.33 | 108.06 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 120 | 70 | 0.25 | 0 | 0.42 | 0.53 | 96 | 0.26 | 0.37 |
| Hex | 5A | 78 | 46 | 19 | 0 | 2A | 35 | 60 | 1A | 25 |
| Octal | 132 | 170 | 106 | 31 | 0 | 52 | 65 | 140 | 32 | 45 |
| Binary | 1011010 | 1111000 | 1000110 | 11001 | 0 | 101010 | 110101 | 1100000 | 11010 | 100101 |
Color Harmonies of #5A7846
Complementary color
Monochromatic Colors of #5A7846
Black with #5A7846
Text Example
Text Example
White with #5A7846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7846; }
p { color: rgb(90,120,70); }
H1.HeaderClassName
{
color: #5A7846;
}
.AnyTagClassName
{
color: #5A7846;
}
</style>
background-color css
<style>
a { background-color: #5A7846; }
a { background-color: rgb(90,120,70); }
div.DivClassName
{
background-color: #5A7846;
}
.BgClassName
{
background-color: #5A7846;
}
</style>
border-color css
<style>
span { border-color: #5A7846; }
span { border-color: rgb(90,120,70); }
td.TdClassName
{
border-color: #5A7846;
}
.TagClassName
{
border-color: #5A7846;
}
</style>