Shades of Dingley #5A8235
Tints of Dingley #5A8235
RGB
CMYK
RGB Variations
Color information
#5A8235 (or 0x5A8235) is known color: Dingley. HEX triplet: 5A, 82 and 35. RGB value is (90,130,53). Sum of RGB (Red+Green+Blue) = 90+130+53=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #5A8235 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A8235 is #A57DCA. Grayscale: #6D6D6D. Windows color (decimal): -10845643 or 3506778. OLE color: 3506778.
HSL color Cylindrical-coordinate representation of color #5A8235: hue angle of 91.17º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A8235 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 90 | 130 | 53 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.49 |
| HSL | 91.17º | 0.42% | 0.36% | - |
| HSV(B) | 91.17º | 0.59% | 0.51% | - |
| XYZ | 12.84 | 18.4 | 6.24 | - |
| YUV | 109.26 | 96.25 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 130 | 53 | 0.31 | 0 | 0.59 | 0.49 | 91.17 | 0.42 | 0.36 |
| Hex | 5A | 82 | 35 | 1F | 0 | 3B | 31 | 5B | 2A | 24 |
| Octal | 132 | 202 | 65 | 37 | 0 | 73 | 61 | 133 | 52 | 44 |
| Binary | 1011010 | 10000010 | 110101 | 11111 | 0 | 111011 | 110001 | 1011011 | 101010 | 100100 |
Color Harmonies of #5A8235
Complementary color
Monochromatic Colors of #5A8235
Black with #5A8235
Text Example
Text Example
White with #5A8235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8235; }
p { color: rgb(90,130,53); }
H1.HeaderClassName
{
color: #5A8235;
}
.AnyTagClassName
{
color: #5A8235;
}
</style>
background-color css
<style>
a { background-color: #5A8235; }
a { background-color: rgb(90,130,53); }
div.DivClassName
{
background-color: #5A8235;
}
.BgClassName
{
background-color: #5A8235;
}
</style>
border-color css
<style>
span { border-color: #5A8235; }
span { border-color: rgb(90,130,53); }
td.TdClassName
{
border-color: #5A8235;
}
.TagClassName
{
border-color: #5A8235;
}
</style>