Shades of Cactus #586F54
Tints of Cactus #586F54
RGB
CMYK
RGB Variations
Color information
#586F54 (or 0x586F54) is known color: Cactus. HEX triplet: 58, 6F and 54. RGB value is (88,111,84). Sum of RGB (Red+Green+Blue) = 88+111+84=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 111 - color contains mainly: green. Hex color #586F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586F54 is #A790AB. Grayscale: #656565. Windows color (decimal): -10981548 or 5533528. OLE color: 5533528.
HSL color Cylindrical-coordinate representation of color #586F54: hue angle of 111.11º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #586F54 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 111 | 84 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.56 |
| HSL | 111.11º | 0.14% | 0.38% | - |
| HSV(B) | 111.11º | 0.24% | 0.44% | - |
| XYZ | 11.31 | 14.08 | 10.51 | - |
| YUV | 101.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 111 | 84 | 0.21 | 0 | 0.24 | 0.56 | 111.11 | 0.14 | 0.38 |
| Hex | 58 | 6F | 54 | 15 | 0 | 18 | 38 | 6F | E | 26 |
| Octal | 130 | 157 | 124 | 25 | 0 | 30 | 70 | 157 | 16 | 46 |
| Binary | 1011000 | 1101111 | 1010100 | 10101 | 0 | 11000 | 111000 | 1101111 | 1110 | 100110 |
Color Harmonies of #586F54
Complementary color
Monochromatic Colors of #586F54
Black with #586F54
Text Example
Text Example
White with #586F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586F54; }
p { color: rgb(88,111,84); }
H1.HeaderClassName
{
color: #586F54;
}
.AnyTagClassName
{
color: #586F54;
}
</style>
background-color css
<style>
a { background-color: #586F54; }
a { background-color: rgb(88,111,84); }
div.DivClassName
{
background-color: #586F54;
}
.BgClassName
{
background-color: #586F54;
}
</style>
border-color css
<style>
span { border-color: #586F54; }
span { border-color: rgb(88,111,84); }
td.TdClassName
{
border-color: #586F54;
}
.TagClassName
{
border-color: #586F54;
}
</style>