Shades of Cactus #586C55
Tints of Cactus #586C55
RGB
CMYK
RGB Variations
Color information
#586C55 (or 0x586C55) is known color: Cactus. HEX triplet: 58, 6C and 55. RGB value is (88,108,85). Sum of RGB (Red+Green+Blue) = 88+108+85=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 108 (42.58% from 255 or 38.43% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 108 - color contains mainly: green. Hex color #586C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586C55 is #A793AA. Grayscale: #636363. Windows color (decimal): -10982315 or 5598296. OLE color: 5598296.
HSL color Cylindrical-coordinate representation of color #586C55: hue angle of 112.17º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #586C55 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 108 | 85 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.58 |
| HSL | 112.17º | 0.12% | 0.38% | - |
| HSV(B) | 112.17º | 0.21% | 0.42% | - |
| XYZ | 11.03 | 13.46 | 10.61 | - |
| YUV | 99.4 | 119.87 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 108 | 85 | 0.19 | 0 | 0.21 | 0.58 | 112.17 | 0.12 | 0.38 |
| Hex | 58 | 6C | 55 | 13 | 0 | 15 | 3A | 70 | C | 26 |
| Octal | 130 | 154 | 125 | 23 | 0 | 25 | 72 | 160 | 14 | 46 |
| Binary | 1011000 | 1101100 | 1010101 | 10011 | 0 | 10101 | 111010 | 1110000 | 1100 | 100110 |
Color Harmonies of #586C55
Complementary color
Monochromatic Colors of #586C55
Black with #586C55
Text Example
Text Example
White with #586C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586C55; }
p { color: rgb(88,108,85); }
H1.HeaderClassName
{
color: #586C55;
}
.AnyTagClassName
{
color: #586C55;
}
</style>
background-color css
<style>
a { background-color: #586C55; }
a { background-color: rgb(88,108,85); }
div.DivClassName
{
background-color: #586C55;
}
.BgClassName
{
background-color: #586C55;
}
</style>
border-color css
<style>
span { border-color: #586C55; }
span { border-color: rgb(88,108,85); }
td.TdClassName
{
border-color: #586C55;
}
.TagClassName
{
border-color: #586C55;
}
</style>