Shades of Cactus #586F4D
Tints of Cactus #586F4D
RGB
CMYK
RGB Variations
Color information
#586F4D (or 0x586F4D) is known color: Cactus. HEX triplet: 58, 6F and 4D. RGB value is (88,111,77). Sum of RGB (Red+Green+Blue) = 88+111+77=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 111 - color contains mainly: green. Hex color #586F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586F4D is #A790B2. Grayscale: #646464. Windows color (decimal): -10981555 or 5074776. OLE color: 5074776.
HSL color Cylindrical-coordinate representation of color #586F4D: hue angle of 100.59º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #586F4D is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 111 | 77 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.56 |
| HSL | 100.59º | 0.18% | 0.37% | - |
| HSV(B) | 100.59º | 0.31% | 0.44% | - |
| XYZ | 11.05 | 13.98 | 9.14 | - |
| YUV | 100.25 | 114.88 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 111 | 77 | 0.21 | 0 | 0.31 | 0.56 | 100.59 | 0.18 | 0.37 |
| Hex | 58 | 6F | 4D | 15 | 0 | 1F | 38 | 65 | 12 | 25 |
| Octal | 130 | 157 | 115 | 25 | 0 | 37 | 70 | 145 | 22 | 45 |
| Binary | 1011000 | 1101111 | 1001101 | 10101 | 0 | 11111 | 111000 | 1100101 | 10010 | 100101 |
Color Harmonies of #586F4D
Complementary color
Monochromatic Colors of #586F4D
Black with #586F4D
Text Example
Text Example
White with #586F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586F4D; }
p { color: rgb(88,111,77); }
H1.HeaderClassName
{
color: #586F4D;
}
.AnyTagClassName
{
color: #586F4D;
}
</style>
background-color css
<style>
a { background-color: #586F4D; }
a { background-color: rgb(88,111,77); }
div.DivClassName
{
background-color: #586F4D;
}
.BgClassName
{
background-color: #586F4D;
}
</style>
border-color css
<style>
span { border-color: #586F4D; }
span { border-color: rgb(88,111,77); }
td.TdClassName
{
border-color: #586F4D;
}
.TagClassName
{
border-color: #586F4D;
}
</style>