Shades of Dingley #587D36
Tints of Dingley #587D36
RGB
CMYK
RGB Variations
Color information
#587D36 (or 0x587D36) is known color: Dingley. HEX triplet: 58, 7D and 36. RGB value is (88,125,54). Sum of RGB (Red+Green+Blue) = 88+125+54=267 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.96% from 267); Green value is 125 (49.22% from 255 or 46.82% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 125 - color contains mainly: green. Hex color #587D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #587D36 is #A782C9. Grayscale: #6A6A6A. Windows color (decimal): -10977994 or 3571032. OLE color: 3571032.
HSL color Cylindrical-coordinate representation of color #587D36: hue angle of 91.27º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #587D36 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 125 | 54 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.51 |
| HSL | 91.27º | 0.4% | 0.35% | - |
| HSV(B) | 91.27º | 0.57% | 0.49% | - |
| XYZ | 12.02 | 17.01 | 6.14 | - |
| YUV | 105.84 | 98.74 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 125 | 54 | 0.30 | 0 | 0.57 | 0.51 | 91.27 | 0.4 | 0.35 |
| Hex | 58 | 7D | 36 | 1E | 0 | 39 | 33 | 5B | 28 | 23 |
| Octal | 130 | 175 | 66 | 36 | 0 | 71 | 63 | 133 | 50 | 43 |
| Binary | 1011000 | 1111101 | 110110 | 11110 | 0 | 111001 | 110011 | 1011011 | 101000 | 100011 |
Color Harmonies of #587D36
Complementary color
Monochromatic Colors of #587D36
Black with #587D36
Text Example
Text Example
White with #587D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587D36; }
p { color: rgb(88,125,54); }
H1.HeaderClassName
{
color: #587D36;
}
.AnyTagClassName
{
color: #587D36;
}
</style>
background-color css
<style>
a { background-color: #587D36; }
a { background-color: rgb(88,125,54); }
div.DivClassName
{
background-color: #587D36;
}
.BgClassName
{
background-color: #587D36;
}
</style>
border-color css
<style>
span { border-color: #587D36; }
span { border-color: rgb(88,125,54); }
td.TdClassName
{
border-color: #587D36;
}
.TagClassName
{
border-color: #587D36;
}
</style>