Shades of Cactus #586353
Tints of Cactus #586353
RGB
CMYK
RGB Variations
Color information
#586353 (or 0x586353) is known color: Cactus. HEX triplet: 58, 63 and 53. RGB value is (88,99,83). Sum of RGB (Red+Green+Blue) = 88+99+83=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 99 - color contains mainly: green. Hex color #586353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586353 is #A79CAC. Grayscale: #5D5D5D. Windows color (decimal): -10984621 or 5464920. OLE color: 5464920.
HSL color Cylindrical-coordinate representation of color #586353: hue angle of 101.25º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #586353 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 88 | 99 | 83 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.61 |
| HSL | 101.25º | 0.09% | 0.36% | - |
| HSV(B) | 101.25º | 0.16% | 0.39% | - |
| XYZ | 10.05 | 11.62 | 9.9 | - |
| YUV | 93.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 99 | 83 | 0.11 | 0 | 0.16 | 0.61 | 101.25 | 0.09 | 0.36 |
| Hex | 58 | 63 | 53 | B | 0 | 10 | 3D | 65 | 9 | 24 |
| Octal | 130 | 143 | 123 | 13 | 0 | 20 | 75 | 145 | 11 | 44 |
| Binary | 1011000 | 1100011 | 1010011 | 1011 | 0 | 10000 | 111101 | 1100101 | 1001 | 100100 |
Color Harmonies of #586353
Complementary color
Monochromatic Colors of #586353
Black with #586353
Text Example
Text Example
White with #586353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586353; }
p { color: rgb(88,99,83); }
H1.HeaderClassName
{
color: #586353;
}
.AnyTagClassName
{
color: #586353;
}
</style>
background-color css
<style>
a { background-color: #586353; }
a { background-color: rgb(88,99,83); }
div.DivClassName
{
background-color: #586353;
}
.BgClassName
{
background-color: #586353;
}
</style>
border-color css
<style>
span { border-color: #586353; }
span { border-color: rgb(88,99,83); }
td.TdClassName
{
border-color: #586353;
}
.TagClassName
{
border-color: #586353;
}
</style>