Shades of Cactus #586E58
Tints of Cactus #586E58
RGB
CMYK
RGB Variations
Color information
#586E58 (or 0x586E58) is known color: Cactus. HEX triplet: 58, 6E and 58. RGB value is (88,110,88). Sum of RGB (Red+Green+Blue) = 88+110+88=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 110 - color contains mainly: green. Hex color #586E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586E58 is #A791A7. Grayscale: #646464. Windows color (decimal): -10981800 or 5795416. OLE color: 5795416.
HSL color Cylindrical-coordinate representation of color #586E58: hue angle of 120º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #586E58 is Cyan = 0.2, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 110 | 88 | - |
| CMYK | 0.2 | 0 | 0.2 | 0.57 |
| HSL | 120º | 0.11% | 0.39% | - |
| HSV(B) | 120º | 0.2% | 0.43% | - |
| XYZ | 11.36 | 13.93 | 11.32 | - |
| YUV | 100.91 | 120.71 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 110 | 88 | 0.2 | 0 | 0.2 | 0.57 | 120 | 0.11 | 0.39 |
| Hex | 58 | 6E | 58 | 14 | 0 | 14 | 39 | 78 | B | 27 |
| Octal | 130 | 156 | 130 | 24 | 0 | 24 | 71 | 170 | 13 | 47 |
| Binary | 1011000 | 1101110 | 1011000 | 10100 | 0 | 10100 | 111001 | 1111000 | 1011 | 100111 |
Color Harmonies of #586E58
Complementary color
Monochromatic Colors of #586E58
Black with #586E58
Text Example
Text Example
White with #586E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586E58; }
p { color: rgb(88,110,88); }
H1.HeaderClassName
{
color: #586E58;
}
.AnyTagClassName
{
color: #586E58;
}
</style>
background-color css
<style>
a { background-color: #586E58; }
a { background-color: rgb(88,110,88); }
div.DivClassName
{
background-color: #586E58;
}
.BgClassName
{
background-color: #586E58;
}
</style>
border-color css
<style>
span { border-color: #586E58; }
span { border-color: rgb(88,110,88); }
td.TdClassName
{
border-color: #586E58;
}
.TagClassName
{
border-color: #586E58;
}
</style>