Shades of Cactus #587151
Tints of Cactus #587151
RGB
CMYK
RGB Variations
Color information
#587151 (or 0x587151) is known color: Cactus. HEX triplet: 58, 71 and 51. RGB value is (88,113,81). Sum of RGB (Red+Green+Blue) = 88+113+81=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 113 - color contains mainly: green. Hex color #587151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587151 is #A78EAE. Grayscale: #656565. Windows color (decimal): -10981039 or 5337432. OLE color: 5337432.
HSL color Cylindrical-coordinate representation of color #587151: hue angle of 106.88º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #587151 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 113 | 81 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.56 |
| HSL | 106.88º | 0.16% | 0.38% | - |
| HSV(B) | 106.88º | 0.28% | 0.44% | - |
| XYZ | 11.41 | 14.48 | 9.98 | - |
| YUV | 101.88 | 116.22 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 113 | 81 | 0.22 | 0 | 0.28 | 0.56 | 106.88 | 0.16 | 0.38 |
| Hex | 58 | 71 | 51 | 16 | 0 | 1C | 38 | 6B | 10 | 26 |
| Octal | 130 | 161 | 121 | 26 | 0 | 34 | 70 | 153 | 20 | 46 |
| Binary | 1011000 | 1110001 | 1010001 | 10110 | 0 | 11100 | 111000 | 1101011 | 10000 | 100110 |
Color Harmonies of #587151
Complementary color
Monochromatic Colors of #587151
Black with #587151
Text Example
Text Example
White with #587151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587151; }
p { color: rgb(88,113,81); }
H1.HeaderClassName
{
color: #587151;
}
.AnyTagClassName
{
color: #587151;
}
</style>
background-color css
<style>
a { background-color: #587151; }
a { background-color: rgb(88,113,81); }
div.DivClassName
{
background-color: #587151;
}
.BgClassName
{
background-color: #587151;
}
</style>
border-color css
<style>
span { border-color: #587151; }
span { border-color: rgb(88,113,81); }
td.TdClassName
{
border-color: #587151;
}
.TagClassName
{
border-color: #587151;
}
</style>