Shades of Dingley #587C45
Tints of Dingley #587C45
RGB
CMYK
RGB Variations
Color information
#587C45 (or 0x587C45) is known color: Dingley. HEX triplet: 58, 7C and 45. RGB value is (88,124,69). Sum of RGB (Red+Green+Blue) = 88+124+69=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 124 (48.83% from 255 or 44.13% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 124 - color contains mainly: green. Hex color #587C45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #587C45 is #A783BA. Grayscale: #6B6B6B. Windows color (decimal): -10978235 or 4553816. OLE color: 4553816.
HSL color Cylindrical-coordinate representation of color #587C45: hue angle of 99.27º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #587C45 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 124 | 69 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.51 |
| HSL | 99.27º | 0.28% | 0.38% | - |
| HSV(B) | 99.27º | 0.44% | 0.49% | - |
| XYZ | 12.31 | 16.92 | 8.25 | - |
| YUV | 106.97 | 106.57 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 124 | 69 | 0.29 | 0 | 0.44 | 0.51 | 99.27 | 0.28 | 0.38 |
| Hex | 58 | 7C | 45 | 1D | 0 | 2C | 33 | 63 | 1C | 26 |
| Octal | 130 | 174 | 105 | 35 | 0 | 54 | 63 | 143 | 34 | 46 |
| Binary | 1011000 | 1111100 | 1000101 | 11101 | 0 | 101100 | 110011 | 1100011 | 11100 | 100110 |
Color Harmonies of #587C45
Complementary color
Monochromatic Colors of #587C45
Black with #587C45
Text Example
Text Example
White with #587C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587C45; }
p { color: rgb(88,124,69); }
H1.HeaderClassName
{
color: #587C45;
}
.AnyTagClassName
{
color: #587C45;
}
</style>
background-color css
<style>
a { background-color: #587C45; }
a { background-color: rgb(88,124,69); }
div.DivClassName
{
background-color: #587C45;
}
.BgClassName
{
background-color: #587C45;
}
</style>
border-color css
<style>
span { border-color: #587C45; }
span { border-color: rgb(88,124,69); }
td.TdClassName
{
border-color: #587C45;
}
.TagClassName
{
border-color: #587C45;
}
</style>