Shades of Cactus #586256
Tints of Cactus #586256
RGB
CMYK
RGB Variations
Color information
#586256 (or 0x586256) is known color: Cactus. HEX triplet: 58, 62 and 56. RGB value is (88,98,86). Sum of RGB (Red+Green+Blue) = 88+98+86=272 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.35% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 98 - color contains mainly: green. Hex color #586256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586256 is #A79DA9. Grayscale: #5D5D5D. Windows color (decimal): -10984874 or 5661272. OLE color: 5661272.
HSL color Cylindrical-coordinate representation of color #586256: hue angle of 110º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #586256 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 98 | 86 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.62 |
| HSL | 110º | 0.07% | 0.36% | - |
| HSV(B) | 110º | 0.12% | 0.38% | - |
| XYZ | 10.07 | 11.48 | 10.49 | - |
| YUV | 93.64 | 123.69 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 98 | 86 | 0.10 | 0 | 0.12 | 0.62 | 110 | 0.07 | 0.36 |
| Hex | 58 | 62 | 56 | A | 0 | C | 3E | 6E | 7 | 24 |
| Octal | 130 | 142 | 126 | 12 | 0 | 14 | 76 | 156 | 7 | 44 |
| Binary | 1011000 | 1100010 | 1010110 | 1010 | 0 | 1100 | 111110 | 1101110 | 111 | 100100 |
Color Harmonies of #586256
Complementary color
Monochromatic Colors of #586256
Black with #586256
Text Example
Text Example
White with #586256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586256; }
p { color: rgb(88,98,86); }
H1.HeaderClassName
{
color: #586256;
}
.AnyTagClassName
{
color: #586256;
}
</style>
background-color css
<style>
a { background-color: #586256; }
a { background-color: rgb(88,98,86); }
div.DivClassName
{
background-color: #586256;
}
.BgClassName
{
background-color: #586256;
}
</style>
border-color css
<style>
span { border-color: #586256; }
span { border-color: rgb(88,98,86); }
td.TdClassName
{
border-color: #586256;
}
.TagClassName
{
border-color: #586256;
}
</style>