Shades of Cactus #587956
Tints of Cactus #587956
RGB
CMYK
RGB Variations
Color information
#587956 (or 0x587956) is known color: Cactus. HEX triplet: 58, 79 and 56. RGB value is (88,121,86). Sum of RGB (Red+Green+Blue) = 88+121+86=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 121 - color contains mainly: green. Hex color #587956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587956 is #A786A9. Grayscale: #6B6B6B. Windows color (decimal): -10978986 or 5667160. OLE color: 5667160.
HSL color Cylindrical-coordinate representation of color #587956: hue angle of 116.57º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #587956 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 121 | 86 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.53 |
| HSL | 116.57º | 0.17% | 0.41% | - |
| HSV(B) | 116.57º | 0.29% | 0.47% | - |
| XYZ | 12.54 | 16.42 | 11.31 | - |
| YUV | 107.14 | 116.07 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 121 | 86 | 0.27 | 0 | 0.29 | 0.53 | 116.57 | 0.17 | 0.41 |
| Hex | 58 | 79 | 56 | 1B | 0 | 1D | 35 | 75 | 11 | 29 |
| Octal | 130 | 171 | 126 | 33 | 0 | 35 | 65 | 165 | 21 | 51 |
| Binary | 1011000 | 1111001 | 1010110 | 11011 | 0 | 11101 | 110101 | 1110101 | 10001 | 101001 |
Color Harmonies of #587956
Complementary color
Monochromatic Colors of #587956
Black with #587956
Text Example
Text Example
White with #587956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587956; }
p { color: rgb(88,121,86); }
H1.HeaderClassName
{
color: #587956;
}
.AnyTagClassName
{
color: #587956;
}
</style>
background-color css
<style>
a { background-color: #587956; }
a { background-color: rgb(88,121,86); }
div.DivClassName
{
background-color: #587956;
}
.BgClassName
{
background-color: #587956;
}
</style>
border-color css
<style>
span { border-color: #587956; }
span { border-color: rgb(88,121,86); }
td.TdClassName
{
border-color: #587956;
}
.TagClassName
{
border-color: #587956;
}
</style>