Shades of Dingley #588540
Tints of Dingley #588540
RGB
CMYK
RGB Variations
Color information
#588540 (or 0x588540) is known color: Dingley. HEX triplet: 58, 85 and 40. RGB value is (88,133,64). Sum of RGB (Red+Green+Blue) = 88+133+64=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #588540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588540 is #A77ABF. Grayscale: #6F6F6F. Windows color (decimal): -10975936 or 4228440. OLE color: 4228440.
HSL color Cylindrical-coordinate representation of color #588540: hue angle of 99.13º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #588540 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 88 | 133 | 64 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.48 |
| HSL | 99.13º | 0.35% | 0.39% | - |
| HSV(B) | 99.13º | 0.52% | 0.52% | - |
| XYZ | 13.34 | 19.22 | 7.86 | - |
| YUV | 111.68 | 101.09 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 133 | 64 | 0.34 | 0 | 0.52 | 0.48 | 99.13 | 0.35 | 0.39 |
| Hex | 58 | 85 | 40 | 22 | 0 | 34 | 30 | 63 | 23 | 27 |
| Octal | 130 | 205 | 100 | 42 | 0 | 64 | 60 | 143 | 43 | 47 |
| Binary | 1011000 | 10000101 | 1000000 | 100010 | 0 | 110100 | 110000 | 1100011 | 100011 | 100111 |
Color Harmonies of #588540
Complementary color
Monochromatic Colors of #588540
Black with #588540
Text Example
Text Example
White with #588540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588540; }
p { color: rgb(88,133,64); }
H1.HeaderClassName
{
color: #588540;
}
.AnyTagClassName
{
color: #588540;
}
</style>
background-color css
<style>
a { background-color: #588540; }
a { background-color: rgb(88,133,64); }
div.DivClassName
{
background-color: #588540;
}
.BgClassName
{
background-color: #588540;
}
</style>
border-color css
<style>
span { border-color: #588540; }
span { border-color: rgb(88,133,64); }
td.TdClassName
{
border-color: #588540;
}
.TagClassName
{
border-color: #588540;
}
</style>