Shades of Dingley #587D3F
Tints of Dingley #587D3F
RGB
CMYK
RGB Variations
Color information
#587D3F (or 0x587D3F) is known color: Dingley. HEX triplet: 58, 7D and 3F. RGB value is (88,125,63). Sum of RGB (Red+Green+Blue) = 88+125+63=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 125 (49.22% from 255 or 45.29% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 125 - color contains mainly: green. Hex color #587D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #587D3F is #A782C0. Grayscale: #6B6B6B. Windows color (decimal): -10977985 or 4160856. OLE color: 4160856.
HSL color Cylindrical-coordinate representation of color #587D3F: hue angle of 95.81º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #587D3F is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 125 | 63 | - |
| CMYK | 0.30 | 0 | 0.50 | 0.51 |
| HSL | 95.81º | 0.33% | 0.37% | - |
| HSV(B) | 95.81º | 0.5% | 0.49% | - |
| XYZ | 12.26 | 17.1 | 7.36 | - |
| YUV | 106.87 | 103.24 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 125 | 63 | 0.30 | 0 | 0.50 | 0.51 | 95.81 | 0.33 | 0.37 |
| Hex | 58 | 7D | 3F | 1E | 0 | 32 | 33 | 60 | 21 | 25 |
| Octal | 130 | 175 | 77 | 36 | 0 | 62 | 63 | 140 | 41 | 45 |
| Binary | 1011000 | 1111101 | 111111 | 11110 | 0 | 110010 | 110011 | 1100000 | 100001 | 100101 |
Color Harmonies of #587D3F
Complementary color
Monochromatic Colors of #587D3F
Black with #587D3F
Text Example
Text Example
White with #587D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587D3F; }
p { color: rgb(88,125,63); }
H1.HeaderClassName
{
color: #587D3F;
}
.AnyTagClassName
{
color: #587D3F;
}
</style>
background-color css
<style>
a { background-color: #587D3F; }
a { background-color: rgb(88,125,63); }
div.DivClassName
{
background-color: #587D3F;
}
.BgClassName
{
background-color: #587D3F;
}
</style>
border-color css
<style>
span { border-color: #587D3F; }
span { border-color: rgb(88,125,63); }
td.TdClassName
{
border-color: #587D3F;
}
.TagClassName
{
border-color: #587D3F;
}
</style>