Shades of Dingley #5A8437
Tints of Dingley #5A8437
RGB
CMYK
RGB Variations
Color information
#5A8437 (or 0x5A8437) is known color: Dingley. HEX triplet: 5A, 84 and 37. RGB value is (90,132,55). Sum of RGB (Red+Green+Blue) = 90+132+55=277 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.49% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #5A8437 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A8437 is #A57BC8. Grayscale: #6E6E6E. Windows color (decimal): -10845129 or 3638362. OLE color: 3638362.
HSL color Cylindrical-coordinate representation of color #5A8437: hue angle of 92.73º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A8437 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 132 | 55 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.48 |
| HSL | 92.73º | 0.41% | 0.37% | - |
| HSV(B) | 92.73º | 0.58% | 0.52% | - |
| XYZ | 13.16 | 18.95 | 6.58 | - |
| YUV | 110.66 | 96.59 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 132 | 55 | 0.32 | 0 | 0.58 | 0.48 | 92.73 | 0.41 | 0.37 |
| Hex | 5A | 84 | 37 | 20 | 0 | 3A | 30 | 5D | 29 | 25 |
| Octal | 132 | 204 | 67 | 40 | 0 | 72 | 60 | 135 | 51 | 45 |
| Binary | 1011010 | 10000100 | 110111 | 100000 | 0 | 111010 | 110000 | 1011101 | 101001 | 100101 |
Color Harmonies of #5A8437
Complementary color
Monochromatic Colors of #5A8437
Black with #5A8437
Text Example
Text Example
White with #5A8437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8437; }
p { color: rgb(90,132,55); }
H1.HeaderClassName
{
color: #5A8437;
}
.AnyTagClassName
{
color: #5A8437;
}
</style>
background-color css
<style>
a { background-color: #5A8437; }
a { background-color: rgb(90,132,55); }
div.DivClassName
{
background-color: #5A8437;
}
.BgClassName
{
background-color: #5A8437;
}
</style>
border-color css
<style>
span { border-color: #5A8437; }
span { border-color: rgb(90,132,55); }
td.TdClassName
{
border-color: #5A8437;
}
.TagClassName
{
border-color: #5A8437;
}
</style>