Shades of Cactus #586655
Tints of Cactus #586655
RGB
CMYK
RGB Variations
Color information
#586655 (or 0x586655) is known color: Cactus. HEX triplet: 58, 66 and 55. RGB value is (88,102,85). Sum of RGB (Red+Green+Blue) = 88+102+85=275 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 102 - color contains mainly: green. Hex color #586655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586655 is #A799AA. Grayscale: #5F5F5F. Windows color (decimal): -10983851 or 5596760. OLE color: 5596760.
HSL color Cylindrical-coordinate representation of color #586655: hue angle of 109.41º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #586655 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 88 | 102 | 85 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.6 |
| HSL | 109.41º | 0.09% | 0.37% | - |
| HSV(B) | 109.41º | 0.17% | 0.4% | - |
| XYZ | 10.42 | 12.23 | 10.41 | - |
| YUV | 95.88 | 121.86 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 102 | 85 | 0.14 | 0 | 0.17 | 0.6 | 109.41 | 0.09 | 0.37 |
| Hex | 58 | 66 | 55 | E | 0 | 11 | 3C | 6D | 9 | 25 |
| Octal | 130 | 146 | 125 | 16 | 0 | 21 | 74 | 155 | 11 | 45 |
| Binary | 1011000 | 1100110 | 1010101 | 1110 | 0 | 10001 | 111100 | 1101101 | 1001 | 100101 |
Color Harmonies of #586655
Complementary color
Monochromatic Colors of #586655
Black with #586655
Text Example
Text Example
White with #586655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586655; }
p { color: rgb(88,102,85); }
H1.HeaderClassName
{
color: #586655;
}
.AnyTagClassName
{
color: #586655;
}
</style>
background-color css
<style>
a { background-color: #586655; }
a { background-color: rgb(88,102,85); }
div.DivClassName
{
background-color: #586655;
}
.BgClassName
{
background-color: #586655;
}
</style>
border-color css
<style>
span { border-color: #586655; }
span { border-color: rgb(88,102,85); }
td.TdClassName
{
border-color: #586655;
}
.TagClassName
{
border-color: #586655;
}
</style>