Shades of Cactus #586156
Tints of Cactus #586156
RGB
CMYK
RGB Variations
Color information
#586156 (or 0x586156) is known color: Cactus. HEX triplet: 58, 61 and 56. RGB value is (88,97,86). Sum of RGB (Red+Green+Blue) = 88+97+86=271 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.47% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 97 - color contains mainly: green. Hex color #586156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586156 is #A79EA9. Grayscale: #5D5D5D. Windows color (decimal): -10985130 or 5661016. OLE color: 5661016.
HSL color Cylindrical-coordinate representation of color #586156: hue angle of 109.09º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #586156 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 97 | 86 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.62 |
| HSL | 109.09º | 0.06% | 0.36% | - |
| HSV(B) | 109.09º | 0.11% | 0.38% | - |
| XYZ | 9.98 | 11.3 | 10.46 | - |
| YUV | 93.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 97 | 86 | 0.09 | 0 | 0.11 | 0.62 | 109.09 | 0.06 | 0.36 |
| Hex | 58 | 61 | 56 | 9 | 0 | B | 3E | 6D | 6 | 24 |
| Octal | 130 | 141 | 126 | 11 | 0 | 13 | 76 | 155 | 6 | 44 |
| Binary | 1011000 | 1100001 | 1010110 | 1001 | 0 | 1011 | 111110 | 1101101 | 110 | 100100 |
Color Harmonies of #586156
Complementary color
Monochromatic Colors of #586156
Black with #586156
Text Example
Text Example
White with #586156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586156; }
p { color: rgb(88,97,86); }
H1.HeaderClassName
{
color: #586156;
}
.AnyTagClassName
{
color: #586156;
}
</style>
background-color css
<style>
a { background-color: #586156; }
a { background-color: rgb(88,97,86); }
div.DivClassName
{
background-color: #586156;
}
.BgClassName
{
background-color: #586156;
}
</style>
border-color css
<style>
span { border-color: #586156; }
span { border-color: rgb(88,97,86); }
td.TdClassName
{
border-color: #586156;
}
.TagClassName
{
border-color: #586156;
}
</style>