Shades of Cactus #586356
Tints of Cactus #586356
RGB
CMYK
RGB Variations
Color information
#586356 (or 0x586356) is known color: Cactus. HEX triplet: 58, 63 and 56. RGB value is (88,99,86). Sum of RGB (Red+Green+Blue) = 88+99+86=273 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.23% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 99 - color contains mainly: green. Hex color #586356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586356 is #A79CA9. Grayscale: #5E5E5E. Windows color (decimal): -10984618 or 5661528. OLE color: 5661528.
HSL color Cylindrical-coordinate representation of color #586356: hue angle of 110.77º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #586356 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 88 | 99 | 86 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.61 |
| HSL | 110.77º | 0.07% | 0.36% | - |
| HSV(B) | 110.77º | 0.13% | 0.39% | - |
| XYZ | 10.17 | 11.67 | 10.52 | - |
| YUV | 94.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 99 | 86 | 0.11 | 0 | 0.13 | 0.61 | 110.77 | 0.07 | 0.36 |
| Hex | 58 | 63 | 56 | B | 0 | D | 3D | 6F | 7 | 24 |
| Octal | 130 | 143 | 126 | 13 | 0 | 15 | 75 | 157 | 7 | 44 |
| Binary | 1011000 | 1100011 | 1010110 | 1011 | 0 | 1101 | 111101 | 1101111 | 111 | 100100 |
Color Harmonies of #586356
Complementary color
Monochromatic Colors of #586356
Black with #586356
Text Example
Text Example
White with #586356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586356; }
p { color: rgb(88,99,86); }
H1.HeaderClassName
{
color: #586356;
}
.AnyTagClassName
{
color: #586356;
}
</style>
background-color css
<style>
a { background-color: #586356; }
a { background-color: rgb(88,99,86); }
div.DivClassName
{
background-color: #586356;
}
.BgClassName
{
background-color: #586356;
}
</style>
border-color css
<style>
span { border-color: #586356; }
span { border-color: rgb(88,99,86); }
td.TdClassName
{
border-color: #586356;
}
.TagClassName
{
border-color: #586356;
}
</style>