Shades of Dingley #5A863E
Tints of Dingley #5A863E
RGB
CMYK
RGB Variations
Color information
#5A863E (or 0x5A863E) is known color: Dingley. HEX triplet: 5A, 86 and 3E. RGB value is (90,134,62). Sum of RGB (Red+Green+Blue) = 90+134+62=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #5A863E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A863E is #A579C1. Grayscale: #707070. Windows color (decimal): -10844610 or 4097626. OLE color: 4097626.
HSL color Cylindrical-coordinate representation of color #5A863E: hue angle of 96.67º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A863E is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 134 | 62 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.47 |
| HSL | 96.67º | 0.37% | 0.38% | - |
| HSV(B) | 96.67º | 0.54% | 0.53% | - |
| XYZ | 13.61 | 19.57 | 7.62 | - |
| YUV | 112.64 | 99.42 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 134 | 62 | 0.33 | 0 | 0.54 | 0.47 | 96.67 | 0.37 | 0.38 |
| Hex | 5A | 86 | 3E | 21 | 0 | 36 | 2F | 61 | 25 | 26 |
| Octal | 132 | 206 | 76 | 41 | 0 | 66 | 57 | 141 | 45 | 46 |
| Binary | 1011010 | 10000110 | 111110 | 100001 | 0 | 110110 | 101111 | 1100001 | 100101 | 100110 |
Color Harmonies of #5A863E
Complementary color
Monochromatic Colors of #5A863E
Black with #5A863E
Text Example
Text Example
White with #5A863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A863E; }
p { color: rgb(90,134,62); }
H1.HeaderClassName
{
color: #5A863E;
}
.AnyTagClassName
{
color: #5A863E;
}
</style>
background-color css
<style>
a { background-color: #5A863E; }
a { background-color: rgb(90,134,62); }
div.DivClassName
{
background-color: #5A863E;
}
.BgClassName
{
background-color: #5A863E;
}
</style>
border-color css
<style>
span { border-color: #5A863E; }
span { border-color: rgb(90,134,62); }
td.TdClassName
{
border-color: #5A863E;
}
.TagClassName
{
border-color: #5A863E;
}
</style>