Shades of Cactus #586B4E
Tints of Cactus #586B4E
RGB
CMYK
RGB Variations
Color information
#586B4E (or 0x586B4E) is known color: Cactus. HEX triplet: 58, 6B and 4E. RGB value is (88,107,78). Sum of RGB (Red+Green+Blue) = 88+107+78=273 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.23% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 107 - color contains mainly: green. Hex color #586B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586B4E is #A794B1. Grayscale: #626262. Windows color (decimal): -10982578 or 5139288. OLE color: 5139288.
HSL color Cylindrical-coordinate representation of color #586B4E: hue angle of 99.31º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #586B4E is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 107 | 78 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.58 |
| HSL | 99.31º | 0.16% | 0.36% | - |
| HSV(B) | 99.31º | 0.27% | 0.42% | - |
| XYZ | 10.66 | 13.14 | 9.18 | - |
| YUV | 98.01 | 116.71 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 107 | 78 | 0.18 | 0 | 0.27 | 0.58 | 99.31 | 0.16 | 0.36 |
| Hex | 58 | 6B | 4E | 12 | 0 | 1B | 3A | 63 | 10 | 24 |
| Octal | 130 | 153 | 116 | 22 | 0 | 33 | 72 | 143 | 20 | 44 |
| Binary | 1011000 | 1101011 | 1001110 | 10010 | 0 | 11011 | 111010 | 1100011 | 10000 | 100100 |
Color Harmonies of #586B4E
Complementary color
Monochromatic Colors of #586B4E
Black with #586B4E
Text Example
Text Example
White with #586B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586B4E; }
p { color: rgb(88,107,78); }
H1.HeaderClassName
{
color: #586B4E;
}
.AnyTagClassName
{
color: #586B4E;
}
</style>
background-color css
<style>
a { background-color: #586B4E; }
a { background-color: rgb(88,107,78); }
div.DivClassName
{
background-color: #586B4E;
}
.BgClassName
{
background-color: #586B4E;
}
</style>
border-color css
<style>
span { border-color: #586B4E; }
span { border-color: rgb(88,107,78); }
td.TdClassName
{
border-color: #586B4E;
}
.TagClassName
{
border-color: #586B4E;
}
</style>