Shades of Cactus #587350
Tints of Cactus #587350
RGB
CMYK
RGB Variations
Color information
#587350 (or 0x587350) is known color: Cactus. HEX triplet: 58, 73 and 50. RGB value is (88,115,80). Sum of RGB (Red+Green+Blue) = 88+115+80=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 115 - color contains mainly: green. Hex color #587350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587350 is #A78CAF. Grayscale: #676767. Windows color (decimal): -10980528 or 5272408. OLE color: 5272408.
HSL color Cylindrical-coordinate representation of color #587350: hue angle of 106.29º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #587350 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 115 | 80 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.55 |
| HSL | 106.29º | 0.18% | 0.38% | - |
| HSV(B) | 106.29º | 0.3% | 0.45% | - |
| XYZ | 11.6 | 14.92 | 9.86 | - |
| YUV | 102.94 | 115.05 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 115 | 80 | 0.23 | 0 | 0.30 | 0.55 | 106.29 | 0.18 | 0.38 |
| Hex | 58 | 73 | 50 | 17 | 0 | 1E | 37 | 6A | 12 | 26 |
| Octal | 130 | 163 | 120 | 27 | 0 | 36 | 67 | 152 | 22 | 46 |
| Binary | 1011000 | 1110011 | 1010000 | 10111 | 0 | 11110 | 110111 | 1101010 | 10010 | 100110 |
Color Harmonies of #587350
Complementary color
Monochromatic Colors of #587350
Black with #587350
Text Example
Text Example
White with #587350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587350; }
p { color: rgb(88,115,80); }
H1.HeaderClassName
{
color: #587350;
}
.AnyTagClassName
{
color: #587350;
}
</style>
background-color css
<style>
a { background-color: #587350; }
a { background-color: rgb(88,115,80); }
div.DivClassName
{
background-color: #587350;
}
.BgClassName
{
background-color: #587350;
}
</style>
border-color css
<style>
span { border-color: #587350; }
span { border-color: rgb(88,115,80); }
td.TdClassName
{
border-color: #587350;
}
.TagClassName
{
border-color: #587350;
}
</style>