Shades of Dingley #5A823C
Tints of Dingley #5A823C
RGB
CMYK
RGB Variations
Color information
#5A823C (or 0x5A823C) is known color: Dingley. HEX triplet: 5A, 82 and 3C. RGB value is (90,130,60). Sum of RGB (Red+Green+Blue) = 90+130+60=280 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.14% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #5A823C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A823C is #A57DC3. Grayscale: #6E6E6E. Windows color (decimal): -10845636 or 3965530. OLE color: 3965530.
HSL color Cylindrical-coordinate representation of color #5A823C: hue angle of 94.29º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A823C is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 90 | 130 | 60 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.49 |
| HSL | 94.29º | 0.37% | 0.37% | - |
| HSV(B) | 94.29º | 0.54% | 0.51% | - |
| XYZ | 13.01 | 18.47 | 7.15 | - |
| YUV | 110.06 | 99.75 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 130 | 60 | 0.31 | 0 | 0.54 | 0.49 | 94.29 | 0.37 | 0.37 |
| Hex | 5A | 82 | 3C | 1F | 0 | 36 | 31 | 5E | 25 | 25 |
| Octal | 132 | 202 | 74 | 37 | 0 | 66 | 61 | 136 | 45 | 45 |
| Binary | 1011010 | 10000010 | 111100 | 11111 | 0 | 110110 | 110001 | 1011110 | 100101 | 100101 |
Color Harmonies of #5A823C
Complementary color
Monochromatic Colors of #5A823C
Black with #5A823C
Text Example
Text Example
White with #5A823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A823C; }
p { color: rgb(90,130,60); }
H1.HeaderClassName
{
color: #5A823C;
}
.AnyTagClassName
{
color: #5A823C;
}
</style>
background-color css
<style>
a { background-color: #5A823C; }
a { background-color: rgb(90,130,60); }
div.DivClassName
{
background-color: #5A823C;
}
.BgClassName
{
background-color: #5A823C;
}
</style>
border-color css
<style>
span { border-color: #5A823C; }
span { border-color: rgb(90,130,60); }
td.TdClassName
{
border-color: #5A823C;
}
.TagClassName
{
border-color: #5A823C;
}
</style>