Shades of Cactus #576353
Tints of Cactus #576353
RGB
CMYK
RGB Variations
Color information
#576353 (or 0x576353) is known color: Cactus. HEX triplet: 57, 63 and 53. RGB value is (87,99,83). Sum of RGB (Red+Green+Blue) = 87+99+83=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 99 - color contains mainly: green. Hex color #576353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576353 is #A89CAC. Grayscale: #5D5D5D. Windows color (decimal): -11050157 or 5464919. OLE color: 5464919.
HSL color Cylindrical-coordinate representation of color #576353: hue angle of 105º 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 #576353 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 87 | 99 | 83 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.61 |
| HSL | 105º | 0.09% | 0.36% | - |
| HSV(B) | 105º | 0.16% | 0.39% | - |
| XYZ | 9.95 | 11.57 | 9.89 | - |
| YUV | 93.59 | 122.02 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 99 | 83 | 0.12 | 0 | 0.16 | 0.61 | 105 | 0.09 | 0.36 |
| Hex | 57 | 63 | 53 | C | 0 | 10 | 3D | 69 | 9 | 24 |
| Octal | 127 | 143 | 123 | 14 | 0 | 20 | 75 | 151 | 11 | 44 |
| Binary | 1010111 | 1100011 | 1010011 | 1100 | 0 | 10000 | 111101 | 1101001 | 1001 | 100100 |
Color Harmonies of #576353
Complementary color
Monochromatic Colors of #576353
Black with #576353
Text Example
Text Example
White with #576353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576353; }
p { color: rgb(87,99,83); }
H1.HeaderClassName
{
color: #576353;
}
.AnyTagClassName
{
color: #576353;
}
</style>
background-color css
<style>
a { background-color: #576353; }
a { background-color: rgb(87,99,83); }
div.DivClassName
{
background-color: #576353;
}
.BgClassName
{
background-color: #576353;
}
</style>
border-color css
<style>
span { border-color: #576353; }
span { border-color: rgb(87,99,83); }
td.TdClassName
{
border-color: #576353;
}
.TagClassName
{
border-color: #576353;
}
</style>