Shades of Cactus #577555
Tints of Cactus #577555
RGB
CMYK
RGB Variations
Color information
#577555 (or 0x577555) is known color: Cactus. HEX triplet: 57, 75 and 55. RGB value is (87,117,85). Sum of RGB (Red+Green+Blue) = 87+117+85=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 117 - color contains mainly: green. Hex color #577555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577555 is #A88AAA. Grayscale: #686868. Windows color (decimal): -11045547 or 5600599. OLE color: 5600599.
HSL color Cylindrical-coordinate representation of color #577555: hue angle of 116.25º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #577555 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 87 | 117 | 85 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.54 |
| HSL | 116.25º | 0.16% | 0.4% | - |
| HSV(B) | 116.25º | 0.27% | 0.46% | - |
| XYZ | 11.93 | 15.4 | 10.94 | - |
| YUV | 104.38 | 117.06 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 117 | 85 | 0.26 | 0 | 0.27 | 0.54 | 116.25 | 0.16 | 0.4 |
| Hex | 57 | 75 | 55 | 1A | 0 | 1B | 36 | 74 | 10 | 28 |
| Octal | 127 | 165 | 125 | 32 | 0 | 33 | 66 | 164 | 20 | 50 |
| Binary | 1010111 | 1110101 | 1010101 | 11010 | 0 | 11011 | 110110 | 1110100 | 10000 | 101000 |
Color Harmonies of #577555
Complementary color
Monochromatic Colors of #577555
Black with #577555
Text Example
Text Example
White with #577555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577555; }
p { color: rgb(87,117,85); }
H1.HeaderClassName
{
color: #577555;
}
.AnyTagClassName
{
color: #577555;
}
</style>
background-color css
<style>
a { background-color: #577555; }
a { background-color: rgb(87,117,85); }
div.DivClassName
{
background-color: #577555;
}
.BgClassName
{
background-color: #577555;
}
</style>
border-color css
<style>
span { border-color: #577555; }
span { border-color: rgb(87,117,85); }
td.TdClassName
{
border-color: #577555;
}
.TagClassName
{
border-color: #577555;
}
</style>