Shades of Cactus #587850
Tints of Cactus #587850
RGB
CMYK
RGB Variations
Color information
#587850 (or 0x587850) is known color: Cactus. HEX triplet: 58, 78 and 50. RGB value is (88,120,80). Sum of RGB (Red+Green+Blue) = 88+120+80=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 120 - color contains mainly: green. Hex color #587850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587850 is #A787AF. Grayscale: #696969. Windows color (decimal): -10979248 or 5273688. OLE color: 5273688.
HSL color Cylindrical-coordinate representation of color #587850: hue angle of 108º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #587850 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 120 | 80 | - |
| CMYK | 0.27 | 0 | 0.33 | 0.53 |
| HSL | 108º | 0.2% | 0.39% | - |
| HSV(B) | 108º | 0.33% | 0.47% | - |
| XYZ | 12.19 | 16.09 | 10.05 | - |
| YUV | 105.87 | 113.4 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 120 | 80 | 0.27 | 0 | 0.33 | 0.53 | 108 | 0.2 | 0.39 |
| Hex | 58 | 78 | 50 | 1B | 0 | 21 | 35 | 6C | 14 | 27 |
| Octal | 130 | 170 | 120 | 33 | 0 | 41 | 65 | 154 | 24 | 47 |
| Binary | 1011000 | 1111000 | 1010000 | 11011 | 0 | 100001 | 110101 | 1101100 | 10100 | 100111 |
Color Harmonies of #587850
Complementary color
Monochromatic Colors of #587850
Black with #587850
Text Example
Text Example
White with #587850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587850; }
p { color: rgb(88,120,80); }
H1.HeaderClassName
{
color: #587850;
}
.AnyTagClassName
{
color: #587850;
}
</style>
background-color css
<style>
a { background-color: #587850; }
a { background-color: rgb(88,120,80); }
div.DivClassName
{
background-color: #587850;
}
.BgClassName
{
background-color: #587850;
}
</style>
border-color css
<style>
span { border-color: #587850; }
span { border-color: rgb(88,120,80); }
td.TdClassName
{
border-color: #587850;
}
.TagClassName
{
border-color: #587850;
}
</style>