Shades of Cactus #586A57
Tints of Cactus #586A57
RGB
CMYK
RGB Variations
Color information
#586A57 (or 0x586A57) is known color: Cactus. HEX triplet: 58, 6A and 57. RGB value is (88,106,87). Sum of RGB (Red+Green+Blue) = 88+106+87=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 106 (41.80% from 255 or 37.72% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 106 - color contains mainly: green. Hex color #586A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586A57 is #A795A8. Grayscale: #626262. Windows color (decimal): -10982825 or 5728856. OLE color: 5728856.
HSL color Cylindrical-coordinate representation of color #586A57: hue angle of 116.84º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #586A57 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 106 | 87 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.58 |
| HSL | 116.84º | 0.1% | 0.38% | - |
| HSV(B) | 116.84º | 0.18% | 0.42% | - |
| XYZ | 10.9 | 13.07 | 10.97 | - |
| YUV | 98.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 106 | 87 | 0.17 | 0 | 0.18 | 0.58 | 116.84 | 0.1 | 0.38 |
| Hex | 58 | 6A | 57 | 11 | 0 | 12 | 3A | 75 | A | 26 |
| Octal | 130 | 152 | 127 | 21 | 0 | 22 | 72 | 165 | 12 | 46 |
| Binary | 1011000 | 1101010 | 1010111 | 10001 | 0 | 10010 | 111010 | 1110101 | 1010 | 100110 |
Color Harmonies of #586A57
Complementary color
Monochromatic Colors of #586A57
Black with #586A57
Text Example
Text Example
White with #586A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586A57; }
p { color: rgb(88,106,87); }
H1.HeaderClassName
{
color: #586A57;
}
.AnyTagClassName
{
color: #586A57;
}
</style>
background-color css
<style>
a { background-color: #586A57; }
a { background-color: rgb(88,106,87); }
div.DivClassName
{
background-color: #586A57;
}
.BgClassName
{
background-color: #586A57;
}
</style>
border-color css
<style>
span { border-color: #586A57; }
span { border-color: rgb(88,106,87); }
td.TdClassName
{
border-color: #586A57;
}
.TagClassName
{
border-color: #586A57;
}
</style>