Shades of Dingley #5A7843
Tints of Dingley #5A7843
RGB
CMYK
RGB Variations
Color information
#5A7843 (or 0x5A7843) is known color: Dingley. HEX triplet: 5A, 78 and 43. RGB value is (90,120,67). Sum of RGB (Red+Green+Blue) = 90+120+67=277 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.49% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 120 - color contains mainly: green. Hex color #5A7843 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7843 is #A587BC. Grayscale: #696969. Windows color (decimal): -10848189 or 4421722. OLE color: 4421722.
HSL color Cylindrical-coordinate representation of color #5A7843: hue angle of 93.96º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5A7843 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 120 | 67 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.53 |
| HSL | 93.96º | 0.28% | 0.37% | - |
| HSV(B) | 93.96º | 0.44% | 0.47% | - |
| XYZ | 11.95 | 16.01 | 7.77 | - |
| YUV | 104.99 | 106.56 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 120 | 67 | 0.25 | 0 | 0.44 | 0.53 | 93.96 | 0.28 | 0.37 |
| Hex | 5A | 78 | 43 | 19 | 0 | 2C | 35 | 5E | 1C | 25 |
| Octal | 132 | 170 | 103 | 31 | 0 | 54 | 65 | 136 | 34 | 45 |
| Binary | 1011010 | 1111000 | 1000011 | 11001 | 0 | 101100 | 110101 | 1011110 | 11100 | 100101 |
Color Harmonies of #5A7843
Complementary color
Monochromatic Colors of #5A7843
Black with #5A7843
Text Example
Text Example
White with #5A7843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7843; }
p { color: rgb(90,120,67); }
H1.HeaderClassName
{
color: #5A7843;
}
.AnyTagClassName
{
color: #5A7843;
}
</style>
background-color css
<style>
a { background-color: #5A7843; }
a { background-color: rgb(90,120,67); }
div.DivClassName
{
background-color: #5A7843;
}
.BgClassName
{
background-color: #5A7843;
}
</style>
border-color css
<style>
span { border-color: #5A7843; }
span { border-color: rgb(90,120,67); }
td.TdClassName
{
border-color: #5A7843;
}
.TagClassName
{
border-color: #5A7843;
}
</style>