Shades of Cactus #587055
Tints of Cactus #587055
RGB
CMYK
RGB Variations
Color information
#587055 (or 0x587055) is known color: Cactus. HEX triplet: 58, 70 and 55. RGB value is (88,112,85). Sum of RGB (Red+Green+Blue) = 88+112+85=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 112 - color contains mainly: green. Hex color #587055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587055 is #A78FAA. Grayscale: #656565. Windows color (decimal): -10981291 or 5599320. OLE color: 5599320.
HSL color Cylindrical-coordinate representation of color #587055: hue angle of 113.33º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #587055 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 112 | 85 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.56 |
| HSL | 113.33º | 0.14% | 0.39% | - |
| HSV(B) | 113.33º | 0.24% | 0.44% | - |
| XYZ | 11.46 | 14.32 | 10.75 | - |
| YUV | 101.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 112 | 85 | 0.21 | 0 | 0.24 | 0.56 | 113.33 | 0.14 | 0.39 |
| Hex | 58 | 70 | 55 | 15 | 0 | 18 | 38 | 71 | E | 27 |
| Octal | 130 | 160 | 125 | 25 | 0 | 30 | 70 | 161 | 16 | 47 |
| Binary | 1011000 | 1110000 | 1010101 | 10101 | 0 | 11000 | 111000 | 1110001 | 1110 | 100111 |
Color Harmonies of #587055
Complementary color
Monochromatic Colors of #587055
Black with #587055
Text Example
Text Example
White with #587055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587055; }
p { color: rgb(88,112,85); }
H1.HeaderClassName
{
color: #587055;
}
.AnyTagClassName
{
color: #587055;
}
</style>
background-color css
<style>
a { background-color: #587055; }
a { background-color: rgb(88,112,85); }
div.DivClassName
{
background-color: #587055;
}
.BgClassName
{
background-color: #587055;
}
</style>
border-color css
<style>
span { border-color: #587055; }
span { border-color: rgb(88,112,85); }
td.TdClassName
{
border-color: #587055;
}
.TagClassName
{
border-color: #587055;
}
</style>