Shades of Cactus #587B52
Tints of Cactus #587B52
RGB
CMYK
RGB Variations
Color information
#587B52 (or 0x587B52) is known color: Cactus. HEX triplet: 58, 7B and 52. RGB value is (88,123,82). Sum of RGB (Red+Green+Blue) = 88+123+82=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 123 (48.44% from 255 or 41.98% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 123 - color contains mainly: green. Hex color #587B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587B52 is #A784AD. Grayscale: #6B6B6B. Windows color (decimal): -10978478 or 5405528. OLE color: 5405528.
HSL color Cylindrical-coordinate representation of color #587B52: hue angle of 111.22º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #587B52 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 123 | 82 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.52 |
| HSL | 111.22º | 0.2% | 0.4% | - |
| HSV(B) | 111.22º | 0.33% | 0.48% | - |
| XYZ | 12.63 | 16.85 | 10.57 | - |
| YUV | 107.86 | 113.4 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 123 | 82 | 0.28 | 0 | 0.33 | 0.52 | 111.22 | 0.2 | 0.4 |
| Hex | 58 | 7B | 52 | 1C | 0 | 21 | 34 | 6F | 14 | 28 |
| Octal | 130 | 173 | 122 | 34 | 0 | 41 | 64 | 157 | 24 | 50 |
| Binary | 1011000 | 1111011 | 1010010 | 11100 | 0 | 100001 | 110100 | 1101111 | 10100 | 101000 |
Color Harmonies of #587B52
Complementary color
Monochromatic Colors of #587B52
Black with #587B52
Text Example
Text Example
White with #587B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587B52; }
p { color: rgb(88,123,82); }
H1.HeaderClassName
{
color: #587B52;
}
.AnyTagClassName
{
color: #587B52;
}
</style>
background-color css
<style>
a { background-color: #587B52; }
a { background-color: rgb(88,123,82); }
div.DivClassName
{
background-color: #587B52;
}
.BgClassName
{
background-color: #587B52;
}
</style>
border-color css
<style>
span { border-color: #587B52; }
span { border-color: rgb(88,123,82); }
td.TdClassName
{
border-color: #587B52;
}
.TagClassName
{
border-color: #587B52;
}
</style>