Shades of Dingley #59893F
Tints of Dingley #59893F
RGB
CMYK
RGB Variations
Color information
#59893F (or 0x59893F) is known color: Dingley. HEX triplet: 59, 89 and 3F. RGB value is (89,137,63). Sum of RGB (Red+Green+Blue) = 89+137+63=289 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.80% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 137 - color contains mainly: green. Hex color #59893F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59893F is #A676C0. Grayscale: #727272. Windows color (decimal): -10909377 or 4163929. OLE color: 4163929.
HSL color Cylindrical-coordinate representation of color #59893F: hue angle of 98.92º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59893F is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 89 | 137 | 63 | - |
| CMYK | 0.35 | 0 | 0.54 | 0.46 |
| HSL | 98.92º | 0.37% | 0.39% | - |
| HSV(B) | 98.92º | 0.54% | 0.54% | - |
| XYZ | 13.96 | 20.37 | 7.9 | - |
| YUV | 114.21 | 99.1 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 137 | 63 | 0.35 | 0 | 0.54 | 0.46 | 98.92 | 0.37 | 0.39 |
| Hex | 59 | 89 | 3F | 23 | 0 | 36 | 2E | 63 | 25 | 27 |
| Octal | 131 | 211 | 77 | 43 | 0 | 66 | 56 | 143 | 45 | 47 |
| Binary | 1011001 | 10001001 | 111111 | 100011 | 0 | 110110 | 101110 | 1100011 | 100101 | 100111 |
Color Harmonies of #59893F
Complementary color
Monochromatic Colors of #59893F
Black with #59893F
Text Example
Text Example
White with #59893F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59893F; }
p { color: rgb(89,137,63); }
H1.HeaderClassName
{
color: #59893F;
}
.AnyTagClassName
{
color: #59893F;
}
</style>
background-color css
<style>
a { background-color: #59893F; }
a { background-color: rgb(89,137,63); }
div.DivClassName
{
background-color: #59893F;
}
.BgClassName
{
background-color: #59893F;
}
</style>
border-color css
<style>
span { border-color: #59893F; }
span { border-color: rgb(89,137,63); }
td.TdClassName
{
border-color: #59893F;
}
.TagClassName
{
border-color: #59893F;
}
</style>