Shades of Cactus #587C53
Tints of Cactus #587C53
RGB
CMYK
RGB Variations
Color information
#587C53 (or 0x587C53) is known color: Cactus. HEX triplet: 58, 7C and 53. RGB value is (88,124,83). Sum of RGB (Red+Green+Blue) = 88+124+83=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 124 - color contains mainly: green. Hex color #587C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587C53 is #A783AC. Grayscale: #6C6C6C. Windows color (decimal): -10978221 or 5471320. OLE color: 5471320.
HSL color Cylindrical-coordinate representation of color #587C53: hue angle of 112.68º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #587C53 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 124 | 83 | - |
| CMYK | 0.29 | 0 | 0.33 | 0.51 |
| HSL | 112.68º | 0.2% | 0.41% | - |
| HSV(B) | 112.68º | 0.33% | 0.49% | - |
| XYZ | 12.79 | 17.11 | 10.81 | - |
| YUV | 108.56 | 113.57 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 124 | 83 | 0.29 | 0 | 0.33 | 0.51 | 112.68 | 0.2 | 0.41 |
| Hex | 58 | 7C | 53 | 1D | 0 | 21 | 33 | 71 | 14 | 29 |
| Octal | 130 | 174 | 123 | 35 | 0 | 41 | 63 | 161 | 24 | 51 |
| Binary | 1011000 | 1111100 | 1010011 | 11101 | 0 | 100001 | 110011 | 1110001 | 10100 | 101001 |
Color Harmonies of #587C53
Complementary color
Monochromatic Colors of #587C53
Black with #587C53
Text Example
Text Example
White with #587C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587C53; }
p { color: rgb(88,124,83); }
H1.HeaderClassName
{
color: #587C53;
}
.AnyTagClassName
{
color: #587C53;
}
</style>
background-color css
<style>
a { background-color: #587C53; }
a { background-color: rgb(88,124,83); }
div.DivClassName
{
background-color: #587C53;
}
.BgClassName
{
background-color: #587C53;
}
</style>
border-color css
<style>
span { border-color: #587C53; }
span { border-color: rgb(88,124,83); }
td.TdClassName
{
border-color: #587C53;
}
.TagClassName
{
border-color: #587C53;
}
</style>