Shades of Cactus #577353
Tints of Cactus #577353
RGB
CMYK
RGB Variations
Color information
#577353 (or 0x577353) is known color: Cactus. HEX triplet: 57, 73 and 53. RGB value is (87,115,83). Sum of RGB (Red+Green+Blue) = 87+115+83=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 115 - color contains mainly: green. Hex color #577353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577353 is #A88CAC. Grayscale: #676767. Windows color (decimal): -11046061 or 5469015. OLE color: 5469015.
HSL color Cylindrical-coordinate representation of color #577353: hue angle of 112.5º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #577353 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 115 | 83 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.55 |
| HSL | 112.5º | 0.16% | 0.39% | - |
| HSV(B) | 112.5º | 0.28% | 0.45% | - |
| XYZ | 11.62 | 14.91 | 10.45 | - |
| YUV | 102.98 | 116.72 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 115 | 83 | 0.24 | 0 | 0.28 | 0.55 | 112.5 | 0.16 | 0.39 |
| Hex | 57 | 73 | 53 | 18 | 0 | 1C | 37 | 70 | 10 | 27 |
| Octal | 127 | 163 | 123 | 30 | 0 | 34 | 67 | 160 | 20 | 47 |
| Binary | 1010111 | 1110011 | 1010011 | 11000 | 0 | 11100 | 110111 | 1110000 | 10000 | 100111 |
Color Harmonies of #577353
Complementary color
Monochromatic Colors of #577353
Black with #577353
Text Example
Text Example
White with #577353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577353; }
p { color: rgb(87,115,83); }
H1.HeaderClassName
{
color: #577353;
}
.AnyTagClassName
{
color: #577353;
}
</style>
background-color css
<style>
a { background-color: #577353; }
a { background-color: rgb(87,115,83); }
div.DivClassName
{
background-color: #577353;
}
.BgClassName
{
background-color: #577353;
}
</style>
border-color css
<style>
span { border-color: #577353; }
span { border-color: rgb(87,115,83); }
td.TdClassName
{
border-color: #577353;
}
.TagClassName
{
border-color: #577353;
}
</style>