Shades of Cactus #557C52
Tints of Cactus #557C52
RGB
CMYK
RGB Variations
Color information
#557C52 (or 0x557C52) is known color: Cactus. HEX triplet: 55, 7C and 52. RGB value is (85,124,82). Sum of RGB (Red+Green+Blue) = 85+124+82=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 124 - color contains mainly: green. Hex color #557C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C52 is #AA83AD. Grayscale: #6B6B6B. Windows color (decimal): -11174830 or 5405781. OLE color: 5405781.
HSL color Cylindrical-coordinate representation of color #557C52: hue angle of 115.71º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #557C52 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 124 | 82 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.51 |
| HSL | 115.71º | 0.2% | 0.4% | - |
| HSV(B) | 115.71º | 0.34% | 0.49% | - |
| XYZ | 12.48 | 16.96 | 10.6 | - |
| YUV | 107.55 | 113.58 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 82 | 0.31 | 0 | 0.34 | 0.51 | 115.71 | 0.2 | 0.4 |
| Hex | 55 | 7C | 52 | 1F | 0 | 22 | 33 | 74 | 14 | 28 |
| Octal | 125 | 174 | 122 | 37 | 0 | 42 | 63 | 164 | 24 | 50 |
| Binary | 1010101 | 1111100 | 1010010 | 11111 | 0 | 100010 | 110011 | 1110100 | 10100 | 101000 |
Color Harmonies of #557C52
Complementary color
Monochromatic Colors of #557C52
Black with #557C52
Text Example
Text Example
White with #557C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557C52; }
p { color: rgb(85,124,82); }
H1.HeaderClassName
{
color: #557C52;
}
.AnyTagClassName
{
color: #557C52;
}
</style>
background-color css
<style>
a { background-color: #557C52; }
a { background-color: rgb(85,124,82); }
div.DivClassName
{
background-color: #557C52;
}
.BgClassName
{
background-color: #557C52;
}
</style>
border-color css
<style>
span { border-color: #557C52; }
span { border-color: rgb(85,124,82); }
td.TdClassName
{
border-color: #557C52;
}
.TagClassName
{
border-color: #557C52;
}
</style>