Shades of Dingley #5A8536
Tints of Dingley #5A8536
RGB
CMYK
RGB Variations
Color information
#5A8536 (or 0x5A8536) is known color: Dingley. HEX triplet: 5A, 85 and 36. RGB value is (90,133,54). Sum of RGB (Red+Green+Blue) = 90+133+54=277 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.49% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 133 - color contains mainly: green. Hex color #5A8536 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A8536 is #A57AC9. Grayscale: #6F6F6F. Windows color (decimal): -10844874 or 3573082. OLE color: 3573082.
HSL color Cylindrical-coordinate representation of color #5A8536: hue angle of 92.66º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A8536 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 133 | 54 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.48 |
| HSL | 92.66º | 0.42% | 0.37% | - |
| HSV(B) | 92.66º | 0.59% | 0.52% | - |
| XYZ | 13.27 | 19.22 | 6.5 | - |
| YUV | 111.14 | 95.75 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 133 | 54 | 0.32 | 0 | 0.59 | 0.48 | 92.66 | 0.42 | 0.37 |
| Hex | 5A | 85 | 36 | 20 | 0 | 3B | 30 | 5D | 2A | 25 |
| Octal | 132 | 205 | 66 | 40 | 0 | 73 | 60 | 135 | 52 | 45 |
| Binary | 1011010 | 10000101 | 110110 | 100000 | 0 | 111011 | 110000 | 1011101 | 101010 | 100101 |
Color Harmonies of #5A8536
Complementary color
Monochromatic Colors of #5A8536
Black with #5A8536
Text Example
Text Example
White with #5A8536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8536; }
p { color: rgb(90,133,54); }
H1.HeaderClassName
{
color: #5A8536;
}
.AnyTagClassName
{
color: #5A8536;
}
</style>
background-color css
<style>
a { background-color: #5A8536; }
a { background-color: rgb(90,133,54); }
div.DivClassName
{
background-color: #5A8536;
}
.BgClassName
{
background-color: #5A8536;
}
</style>
border-color css
<style>
span { border-color: #5A8536; }
span { border-color: rgb(90,133,54); }
td.TdClassName
{
border-color: #5A8536;
}
.TagClassName
{
border-color: #5A8536;
}
</style>