Shades of Dingley #5A823A
Tints of Dingley #5A823A
RGB
CMYK
RGB Variations
Color information
#5A823A (or 0x5A823A) is known color: Dingley. HEX triplet: 5A, 82 and 3A. RGB value is (90,130,58). Sum of RGB (Red+Green+Blue) = 90+130+58=278 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.37% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #5A823A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A823A is #A57DC5. Grayscale: #6E6E6E. Windows color (decimal): -10845638 or 3834458. OLE color: 3834458.
HSL color Cylindrical-coordinate representation of color #5A823A: hue angle of 93.33º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A823A is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 90 | 130 | 58 | - |
| CMYK | 0.31 | 0 | 0.55 | 0.49 |
| HSL | 93.33º | 0.38% | 0.37% | - |
| HSV(B) | 93.33º | 0.55% | 0.51% | - |
| XYZ | 12.96 | 18.44 | 6.88 | - |
| YUV | 109.83 | 98.75 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 130 | 58 | 0.31 | 0 | 0.55 | 0.49 | 93.33 | 0.38 | 0.37 |
| Hex | 5A | 82 | 3A | 1F | 0 | 37 | 31 | 5D | 26 | 25 |
| Octal | 132 | 202 | 72 | 37 | 0 | 67 | 61 | 135 | 46 | 45 |
| Binary | 1011010 | 10000010 | 111010 | 11111 | 0 | 110111 | 110001 | 1011101 | 100110 | 100101 |
Color Harmonies of #5A823A
Complementary color
Monochromatic Colors of #5A823A
Black with #5A823A
Text Example
Text Example
White with #5A823A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A823A; }
p { color: rgb(90,130,58); }
H1.HeaderClassName
{
color: #5A823A;
}
.AnyTagClassName
{
color: #5A823A;
}
</style>
background-color css
<style>
a { background-color: #5A823A; }
a { background-color: rgb(90,130,58); }
div.DivClassName
{
background-color: #5A823A;
}
.BgClassName
{
background-color: #5A823A;
}
</style>
border-color css
<style>
span { border-color: #5A823A; }
span { border-color: rgb(90,130,58); }
td.TdClassName
{
border-color: #5A823A;
}
.TagClassName
{
border-color: #5A823A;
}
</style>