Shades of Cactus #586C50
Tints of Cactus #586C50
RGB
CMYK
RGB Variations
Color information
#586C50 (or 0x586C50) is known color: Cactus. HEX triplet: 58, 6C and 50. RGB value is (88,108,80). Sum of RGB (Red+Green+Blue) = 88+108+80=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 108 - color contains mainly: green. Hex color #586C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586C50 is #A793AF. Grayscale: #626262. Windows color (decimal): -10982320 or 5270616. OLE color: 5270616.
HSL color Cylindrical-coordinate representation of color #586C50: hue angle of 102.86º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #586C50 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 108 | 80 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.58 |
| HSL | 102.86º | 0.15% | 0.37% | - |
| HSV(B) | 102.86º | 0.26% | 0.42% | - |
| XYZ | 10.84 | 13.38 | 9.6 | - |
| YUV | 98.83 | 117.37 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 108 | 80 | 0.19 | 0 | 0.26 | 0.58 | 102.86 | 0.15 | 0.37 |
| Hex | 58 | 6C | 50 | 13 | 0 | 1A | 3A | 67 | F | 25 |
| Octal | 130 | 154 | 120 | 23 | 0 | 32 | 72 | 147 | 17 | 45 |
| Binary | 1011000 | 1101100 | 1010000 | 10011 | 0 | 11010 | 111010 | 1100111 | 1111 | 100101 |
Color Harmonies of #586C50
Complementary color
Monochromatic Colors of #586C50
Black with #586C50
Text Example
Text Example
White with #586C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586C50; }
p { color: rgb(88,108,80); }
H1.HeaderClassName
{
color: #586C50;
}
.AnyTagClassName
{
color: #586C50;
}
</style>
background-color css
<style>
a { background-color: #586C50; }
a { background-color: rgb(88,108,80); }
div.DivClassName
{
background-color: #586C50;
}
.BgClassName
{
background-color: #586C50;
}
</style>
border-color css
<style>
span { border-color: #586C50; }
span { border-color: rgb(88,108,80); }
td.TdClassName
{
border-color: #586C50;
}
.TagClassName
{
border-color: #586C50;
}
</style>