Shades of Cactus #586D58
Tints of Cactus #586D58
RGB
CMYK
RGB Variations
Color information
#586D58 (or 0x586D58) is known color: Cactus. HEX triplet: 58, 6D and 58. RGB value is (88,109,88). Sum of RGB (Red+Green+Blue) = 88+109+88=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 109 - color contains mainly: green. Hex color #586D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586D58 is #A792A7. Grayscale: #646464. Windows color (decimal): -10982056 or 5795160. OLE color: 5795160.
HSL color Cylindrical-coordinate representation of color #586D58: 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.19%. Process color model (Four color, CMYK) of #586D58 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 109 | 88 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.57 |
| HSL | 120º | 0.11% | 0.39% | - |
| HSV(B) | 120º | 0.19% | 0.43% | - |
| XYZ | 11.25 | 13.72 | 11.29 | - |
| YUV | 100.33 | 121.04 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 109 | 88 | 0.19 | 0 | 0.19 | 0.57 | 120 | 0.11 | 0.39 |
| Hex | 58 | 6D | 58 | 13 | 0 | 13 | 39 | 78 | B | 27 |
| Octal | 130 | 155 | 130 | 23 | 0 | 23 | 71 | 170 | 13 | 47 |
| Binary | 1011000 | 1101101 | 1011000 | 10011 | 0 | 10011 | 111001 | 1111000 | 1011 | 100111 |
Color Harmonies of #586D58
Complementary color
Monochromatic Colors of #586D58
Black with #586D58
Text Example
Text Example
White with #586D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586D58; }
p { color: rgb(88,109,88); }
H1.HeaderClassName
{
color: #586D58;
}
.AnyTagClassName
{
color: #586D58;
}
</style>
background-color css
<style>
a { background-color: #586D58; }
a { background-color: rgb(88,109,88); }
div.DivClassName
{
background-color: #586D58;
}
.BgClassName
{
background-color: #586D58;
}
</style>
border-color css
<style>
span { border-color: #586D58; }
span { border-color: rgb(88,109,88); }
td.TdClassName
{
border-color: #586D58;
}
.TagClassName
{
border-color: #586D58;
}
</style>