Shades of Cactus #586856
Tints of Cactus #586856
RGB
CMYK
RGB Variations
Color information
#586856 (or 0x586856) is known color: Cactus. HEX triplet: 58, 68 and 56. RGB value is (88,104,86). Sum of RGB (Red+Green+Blue) = 88+104+86=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 104 - color contains mainly: green. Hex color #586856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586856 is #A797A9. Grayscale: #616161. Windows color (decimal): -10983338 or 5662808. OLE color: 5662808.
HSL color Cylindrical-coordinate representation of color #586856: hue angle of 113.33º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #586856 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 88 | 104 | 86 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.59 |
| HSL | 113.33º | 0.09% | 0.37% | - |
| HSV(B) | 113.33º | 0.17% | 0.41% | - |
| XYZ | 10.65 | 12.65 | 10.68 | - |
| YUV | 97.16 | 121.7 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 104 | 86 | 0.15 | 0 | 0.17 | 0.59 | 113.33 | 0.09 | 0.37 |
| Hex | 58 | 68 | 56 | F | 0 | 11 | 3B | 71 | 9 | 25 |
| Octal | 130 | 150 | 126 | 17 | 0 | 21 | 73 | 161 | 11 | 45 |
| Binary | 1011000 | 1101000 | 1010110 | 1111 | 0 | 10001 | 111011 | 1110001 | 1001 | 100101 |
Color Harmonies of #586856
Complementary color
Monochromatic Colors of #586856
Black with #586856
Text Example
Text Example
White with #586856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586856; }
p { color: rgb(88,104,86); }
H1.HeaderClassName
{
color: #586856;
}
.AnyTagClassName
{
color: #586856;
}
</style>
background-color css
<style>
a { background-color: #586856; }
a { background-color: rgb(88,104,86); }
div.DivClassName
{
background-color: #586856;
}
.BgClassName
{
background-color: #586856;
}
</style>
border-color css
<style>
span { border-color: #586856; }
span { border-color: rgb(88,104,86); }
td.TdClassName
{
border-color: #586856;
}
.TagClassName
{
border-color: #586856;
}
</style>