Shades of Cactus #577C53
Tints of Cactus #577C53
RGB
CMYK
RGB Variations
Color information
#577C53 (or 0x577C53) is known color: Cactus. HEX triplet: 57, 7C and 53. RGB value is (87,124,83). Sum of RGB (Red+Green+Blue) = 87+124+83=294 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.59% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 124 - color contains mainly: green. Hex color #577C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577C53 is #A883AC. Grayscale: #6C6C6C. Windows color (decimal): -11043757 or 5471319. OLE color: 5471319.
HSL color Cylindrical-coordinate representation of color #577C53: hue angle of 114.15º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #577C53 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 124 | 83 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.51 |
| HSL | 114.15º | 0.2% | 0.41% | - |
| HSV(B) | 114.15º | 0.33% | 0.49% | - |
| XYZ | 12.7 | 17.07 | 10.81 | - |
| YUV | 108.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 124 | 83 | 0.30 | 0 | 0.33 | 0.51 | 114.15 | 0.2 | 0.41 |
| Hex | 57 | 7C | 53 | 1E | 0 | 21 | 33 | 72 | 14 | 29 |
| Octal | 127 | 174 | 123 | 36 | 0 | 41 | 63 | 162 | 24 | 51 |
| Binary | 1010111 | 1111100 | 1010011 | 11110 | 0 | 100001 | 110011 | 1110010 | 10100 | 101001 |
Color Harmonies of #577C53
Complementary color
Monochromatic Colors of #577C53
Black with #577C53
Text Example
Text Example
White with #577C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577C53; }
p { color: rgb(87,124,83); }
H1.HeaderClassName
{
color: #577C53;
}
.AnyTagClassName
{
color: #577C53;
}
</style>
background-color css
<style>
a { background-color: #577C53; }
a { background-color: rgb(87,124,83); }
div.DivClassName
{
background-color: #577C53;
}
.BgClassName
{
background-color: #577C53;
}
</style>
border-color css
<style>
span { border-color: #577C53; }
span { border-color: rgb(87,124,83); }
td.TdClassName
{
border-color: #577C53;
}
.TagClassName
{
border-color: #577C53;
}
</style>