Shades of Cactus #577355
Tints of Cactus #577355
RGB
CMYK
RGB Variations
Color information
#577355 (or 0x577355) is known color: Cactus. HEX triplet: 57, 73 and 55. RGB value is (87,115,85). Sum of RGB (Red+Green+Blue) = 87+115+85=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 115 - color contains mainly: green. Hex color #577355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577355 is #A88CAA. Grayscale: #676767. Windows color (decimal): -11046059 or 5600087. OLE color: 5600087.
HSL color Cylindrical-coordinate representation of color #577355: hue angle of 116º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #577355 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 115 | 85 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.55 |
| HSL | 116º | 0.15% | 0.39% | - |
| HSV(B) | 116º | 0.26% | 0.45% | - |
| XYZ | 11.7 | 14.94 | 10.86 | - |
| YUV | 103.21 | 117.72 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 115 | 85 | 0.24 | 0 | 0.26 | 0.55 | 116 | 0.15 | 0.39 |
| Hex | 57 | 73 | 55 | 18 | 0 | 1A | 37 | 74 | F | 27 |
| Octal | 127 | 163 | 125 | 30 | 0 | 32 | 67 | 164 | 17 | 47 |
| Binary | 1010111 | 1110011 | 1010101 | 11000 | 0 | 11010 | 110111 | 1110100 | 1111 | 100111 |
Color Harmonies of #577355
Complementary color
Monochromatic Colors of #577355
Black with #577355
Text Example
Text Example
White with #577355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577355; }
p { color: rgb(87,115,85); }
H1.HeaderClassName
{
color: #577355;
}
.AnyTagClassName
{
color: #577355;
}
</style>
background-color css
<style>
a { background-color: #577355; }
a { background-color: rgb(87,115,85); }
div.DivClassName
{
background-color: #577355;
}
.BgClassName
{
background-color: #577355;
}
</style>
border-color css
<style>
span { border-color: #577355; }
span { border-color: rgb(87,115,85); }
td.TdClassName
{
border-color: #577355;
}
.TagClassName
{
border-color: #577355;
}
</style>