Shades of Cactus #586656
Tints of Cactus #586656
RGB
CMYK
RGB Variations
Color information
#586656 (or 0x586656) is known color: Cactus. HEX triplet: 58, 66 and 56. RGB value is (88,102,86). Sum of RGB (Red+Green+Blue) = 88+102+86=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 102 - color contains mainly: green. Hex color #586656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586656 is #A799A9. Grayscale: #606060. Windows color (decimal): -10983850 or 5662296. OLE color: 5662296.
HSL color Cylindrical-coordinate representation of color #586656: hue angle of 112.5º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #586656 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 88 | 102 | 86 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.6 |
| HSL | 112.5º | 0.09% | 0.37% | - |
| HSV(B) | 112.5º | 0.16% | 0.4% | - |
| XYZ | 10.46 | 12.25 | 10.62 | - |
| YUV | 95.99 | 122.36 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 102 | 86 | 0.14 | 0 | 0.16 | 0.6 | 112.5 | 0.09 | 0.37 |
| Hex | 58 | 66 | 56 | E | 0 | 10 | 3C | 70 | 9 | 25 |
| Octal | 130 | 146 | 126 | 16 | 0 | 20 | 74 | 160 | 11 | 45 |
| Binary | 1011000 | 1100110 | 1010110 | 1110 | 0 | 10000 | 111100 | 1110000 | 1001 | 100101 |
Color Harmonies of #586656
Complementary color
Monochromatic Colors of #586656
Black with #586656
Text Example
Text Example
White with #586656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586656; }
p { color: rgb(88,102,86); }
H1.HeaderClassName
{
color: #586656;
}
.AnyTagClassName
{
color: #586656;
}
</style>
background-color css
<style>
a { background-color: #586656; }
a { background-color: rgb(88,102,86); }
div.DivClassName
{
background-color: #586656;
}
.BgClassName
{
background-color: #586656;
}
</style>
border-color css
<style>
span { border-color: #586656; }
span { border-color: rgb(88,102,86); }
td.TdClassName
{
border-color: #586656;
}
.TagClassName
{
border-color: #586656;
}
</style>