Shades of Dingley #59853D
Tints of Dingley #59853D
RGB
CMYK
RGB Variations
Color information
#59853D (or 0x59853D) is known color: Dingley. HEX triplet: 59, 85 and 3D. RGB value is (89,133,61). Sum of RGB (Red+Green+Blue) = 89+133+61=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #59853D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59853D is #A67AC2. Grayscale: #6F6F6F. Windows color (decimal): -10910403 or 4031833. OLE color: 4031833.
HSL color Cylindrical-coordinate representation of color #59853D: hue angle of 96.67º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59853D is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 89 | 133 | 61 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.48 |
| HSL | 96.67º | 0.37% | 0.38% | - |
| HSV(B) | 96.67º | 0.54% | 0.52% | - |
| XYZ | 13.35 | 19.24 | 7.42 | - |
| YUV | 111.64 | 99.42 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 133 | 61 | 0.33 | 0 | 0.54 | 0.48 | 96.67 | 0.37 | 0.38 |
| Hex | 59 | 85 | 3D | 21 | 0 | 36 | 30 | 61 | 25 | 26 |
| Octal | 131 | 205 | 75 | 41 | 0 | 66 | 60 | 141 | 45 | 46 |
| Binary | 1011001 | 10000101 | 111101 | 100001 | 0 | 110110 | 110000 | 1100001 | 100101 | 100110 |
Color Harmonies of #59853D
Complementary color
Monochromatic Colors of #59853D
Black with #59853D
Text Example
Text Example
White with #59853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59853D; }
p { color: rgb(89,133,61); }
H1.HeaderClassName
{
color: #59853D;
}
.AnyTagClassName
{
color: #59853D;
}
</style>
background-color css
<style>
a { background-color: #59853D; }
a { background-color: rgb(89,133,61); }
div.DivClassName
{
background-color: #59853D;
}
.BgClassName
{
background-color: #59853D;
}
</style>
border-color css
<style>
span { border-color: #59853D; }
span { border-color: rgb(89,133,61); }
td.TdClassName
{
border-color: #59853D;
}
.TagClassName
{
border-color: #59853D;
}
</style>