Shades of Cactus #576555
Tints of Cactus #576555
RGB
CMYK
RGB Variations
Color information
#576555 (or 0x576555) is known color: Cactus. HEX triplet: 57, 65 and 55. RGB value is (87,101,85). Sum of RGB (Red+Green+Blue) = 87+101+85=273 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.87% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 101 - color contains mainly: green. Hex color #576555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576555 is #A89AAA. Grayscale: #5F5F5F. Windows color (decimal): -11049643 or 5596503. OLE color: 5596503.
HSL color Cylindrical-coordinate representation of color #576555: hue angle of 112.5º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #576555 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 101 | 85 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.60 |
| HSL | 112.5º | 0.09% | 0.36% | - |
| HSV(B) | 112.5º | 0.16% | 0.4% | - |
| XYZ | 10.22 | 11.99 | 10.37 | - |
| YUV | 94.99 | 122.36 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 101 | 85 | 0.14 | 0 | 0.16 | 0.60 | 112.5 | 0.09 | 0.36 |
| Hex | 57 | 65 | 55 | E | 0 | 10 | 3C | 70 | 9 | 24 |
| Octal | 127 | 145 | 125 | 16 | 0 | 20 | 74 | 160 | 11 | 44 |
| Binary | 1010111 | 1100101 | 1010101 | 1110 | 0 | 10000 | 111100 | 1110000 | 1001 | 100100 |
Color Harmonies of #576555
Complementary color
Monochromatic Colors of #576555
Black with #576555
Text Example
Text Example
White with #576555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576555; }
p { color: rgb(87,101,85); }
H1.HeaderClassName
{
color: #576555;
}
.AnyTagClassName
{
color: #576555;
}
</style>
background-color css
<style>
a { background-color: #576555; }
a { background-color: rgb(87,101,85); }
div.DivClassName
{
background-color: #576555;
}
.BgClassName
{
background-color: #576555;
}
</style>
border-color css
<style>
span { border-color: #576555; }
span { border-color: rgb(87,101,85); }
td.TdClassName
{
border-color: #576555;
}
.TagClassName
{
border-color: #576555;
}
</style>