Shades of Dingley #587740
Tints of Dingley #587740
RGB
CMYK
RGB Variations
Color information
#587740 (or 0x587740) is known color: Dingley. HEX triplet: 58, 77 and 40. RGB value is (88,119,64). Sum of RGB (Red+Green+Blue) = 88+119+64=271 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.47% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 119 - color contains mainly: green. Hex color #587740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #587740 is #A788BF. Grayscale: #676767. Windows color (decimal): -10979520 or 4224856. OLE color: 4224856.
HSL color Cylindrical-coordinate representation of color #587740: hue angle of 93.82º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #587740 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 119 | 64 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.53 |
| HSL | 93.82º | 0.3% | 0.36% | - |
| HSV(B) | 93.82º | 0.46% | 0.47% | - |
| XYZ | 11.55 | 15.64 | 7.26 | - |
| YUV | 103.46 | 105.73 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 119 | 64 | 0.26 | 0 | 0.46 | 0.53 | 93.82 | 0.3 | 0.36 |
| Hex | 58 | 77 | 40 | 1A | 0 | 2E | 35 | 5E | 1E | 24 |
| Octal | 130 | 167 | 100 | 32 | 0 | 56 | 65 | 136 | 36 | 44 |
| Binary | 1011000 | 1110111 | 1000000 | 11010 | 0 | 101110 | 110101 | 1011110 | 11110 | 100100 |
Color Harmonies of #587740
Complementary color
Monochromatic Colors of #587740
Black with #587740
Text Example
Text Example
White with #587740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587740; }
p { color: rgb(88,119,64); }
H1.HeaderClassName
{
color: #587740;
}
.AnyTagClassName
{
color: #587740;
}
</style>
background-color css
<style>
a { background-color: #587740; }
a { background-color: rgb(88,119,64); }
div.DivClassName
{
background-color: #587740;
}
.BgClassName
{
background-color: #587740;
}
</style>
border-color css
<style>
span { border-color: #587740; }
span { border-color: rgb(88,119,64); }
td.TdClassName
{
border-color: #587740;
}
.TagClassName
{
border-color: #587740;
}
</style>