Shades of Cactus #586953
Tints of Cactus #586953
RGB
CMYK
RGB Variations
Color information
#586953 (or 0x586953) is known color: Cactus. HEX triplet: 58, 69 and 53. RGB value is (88,105,83). Sum of RGB (Red+Green+Blue) = 88+105+83=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 105 - color contains mainly: green. Hex color #586953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586953 is #A796AC. Grayscale: #616161. Windows color (decimal): -10983085 or 5466456. OLE color: 5466456.
HSL color Cylindrical-coordinate representation of color #586953: hue angle of 106.36º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #586953 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 88 | 105 | 83 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.59 |
| HSL | 106.36º | 0.12% | 0.37% | - |
| HSV(B) | 106.36º | 0.21% | 0.41% | - |
| XYZ | 10.64 | 12.8 | 10.09 | - |
| YUV | 97.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 105 | 83 | 0.16 | 0 | 0.21 | 0.59 | 106.36 | 0.12 | 0.37 |
| Hex | 58 | 69 | 53 | 10 | 0 | 15 | 3B | 6A | C | 25 |
| Octal | 130 | 151 | 123 | 20 | 0 | 25 | 73 | 152 | 14 | 45 |
| Binary | 1011000 | 1101001 | 1010011 | 10000 | 0 | 10101 | 111011 | 1101010 | 1100 | 100101 |
Color Harmonies of #586953
Complementary color
Monochromatic Colors of #586953
Black with #586953
Text Example
Text Example
White with #586953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586953; }
p { color: rgb(88,105,83); }
H1.HeaderClassName
{
color: #586953;
}
.AnyTagClassName
{
color: #586953;
}
</style>
background-color css
<style>
a { background-color: #586953; }
a { background-color: rgb(88,105,83); }
div.DivClassName
{
background-color: #586953;
}
.BgClassName
{
background-color: #586953;
}
</style>
border-color css
<style>
span { border-color: #586953; }
span { border-color: rgb(88,105,83); }
td.TdClassName
{
border-color: #586953;
}
.TagClassName
{
border-color: #586953;
}
</style>