Shades of Dingley #59863B
Tints of Dingley #59863B
RGB
CMYK
RGB Variations
Color information
#59863B (or 0x59863B) is known color: Dingley. HEX triplet: 59, 86 and 3B. RGB value is (89,134,59). Sum of RGB (Red+Green+Blue) = 89+134+59=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 134 - color contains mainly: green. Hex color #59863B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59863B is #A679C4. Grayscale: #707070. Windows color (decimal): -10910149 or 3901017. OLE color: 3901017.
HSL color Cylindrical-coordinate representation of color #59863B: hue angle of 96º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59863B is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 134 | 59 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.47 |
| HSL | 96º | 0.39% | 0.38% | - |
| HSV(B) | 96º | 0.56% | 0.53% | - |
| XYZ | 13.43 | 19.49 | 7.19 | - |
| YUV | 112 | 98.09 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 134 | 59 | 0.34 | 0 | 0.56 | 0.47 | 96 | 0.39 | 0.38 |
| Hex | 59 | 86 | 3B | 22 | 0 | 38 | 2F | 60 | 27 | 26 |
| Octal | 131 | 206 | 73 | 42 | 0 | 70 | 57 | 140 | 47 | 46 |
| Binary | 1011001 | 10000110 | 111011 | 100010 | 0 | 111000 | 101111 | 1100000 | 100111 | 100110 |
Color Harmonies of #59863B
Complementary color
Monochromatic Colors of #59863B
Black with #59863B
Text Example
Text Example
White with #59863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59863B; }
p { color: rgb(89,134,59); }
H1.HeaderClassName
{
color: #59863B;
}
.AnyTagClassName
{
color: #59863B;
}
</style>
background-color css
<style>
a { background-color: #59863B; }
a { background-color: rgb(89,134,59); }
div.DivClassName
{
background-color: #59863B;
}
.BgClassName
{
background-color: #59863B;
}
</style>
border-color css
<style>
span { border-color: #59863B; }
span { border-color: rgb(89,134,59); }
td.TdClassName
{
border-color: #59863B;
}
.TagClassName
{
border-color: #59863B;
}
</style>