Shades of Cactus #586951
Tints of Cactus #586951
RGB
CMYK
RGB Variations
Color information
#586951 (or 0x586951) is known color: Cactus. HEX triplet: 58, 69 and 51. RGB value is (88,105,81). Sum of RGB (Red+Green+Blue) = 88+105+81=274 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.12% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 105 - color contains mainly: green. Hex color #586951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586951 is #A796AE. Grayscale: #616161. Windows color (decimal): -10983087 or 5335384. OLE color: 5335384.
HSL color Cylindrical-coordinate representation of color #586951: hue angle of 102.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #586951 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 88 | 105 | 81 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.59 |
| HSL | 102.5º | 0.13% | 0.36% | - |
| HSV(B) | 102.5º | 0.23% | 0.41% | - |
| XYZ | 10.56 | 12.77 | 9.69 | - |
| YUV | 97.18 | 118.87 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 105 | 81 | 0.16 | 0 | 0.23 | 0.59 | 102.5 | 0.13 | 0.36 |
| Hex | 58 | 69 | 51 | 10 | 0 | 17 | 3B | 66 | D | 24 |
| Octal | 130 | 151 | 121 | 20 | 0 | 27 | 73 | 146 | 15 | 44 |
| Binary | 1011000 | 1101001 | 1010001 | 10000 | 0 | 10111 | 111011 | 1100110 | 1101 | 100100 |
Color Harmonies of #586951
Complementary color
Monochromatic Colors of #586951
Black with #586951
Text Example
Text Example
White with #586951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586951; }
p { color: rgb(88,105,81); }
H1.HeaderClassName
{
color: #586951;
}
.AnyTagClassName
{
color: #586951;
}
</style>
background-color css
<style>
a { background-color: #586951; }
a { background-color: rgb(88,105,81); }
div.DivClassName
{
background-color: #586951;
}
.BgClassName
{
background-color: #586951;
}
</style>
border-color css
<style>
span { border-color: #586951; }
span { border-color: rgb(88,105,81); }
td.TdClassName
{
border-color: #586951;
}
.TagClassName
{
border-color: #586951;
}
</style>