Shades of Cactus #557A51
Tints of Cactus #557A51
RGB
CMYK
RGB Variations
Color information
#557A51 (or 0x557A51) is known color: Cactus. HEX triplet: 55, 7A and 51. RGB value is (85,122,81). Sum of RGB (Red+Green+Blue) = 85+122+81=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 122 (48.05% from 255 or 42.36% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 122 - color contains mainly: green. Hex color #557A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557A51 is #AA85AE. Grayscale: #6A6A6A. Windows color (decimal): -11175343 or 5339733. OLE color: 5339733.
HSL color Cylindrical-coordinate representation of color #557A51: hue angle of 114.15º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #557A51 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 122 | 81 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.52 |
| HSL | 114.15º | 0.2% | 0.4% | - |
| HSV(B) | 114.15º | 0.34% | 0.48% | - |
| XYZ | 12.19 | 16.44 | 10.32 | - |
| YUV | 106.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 81 | 0.30 | 0 | 0.34 | 0.52 | 114.15 | 0.2 | 0.4 |
| Hex | 55 | 7A | 51 | 1E | 0 | 22 | 34 | 72 | 14 | 28 |
| Octal | 125 | 172 | 121 | 36 | 0 | 42 | 64 | 162 | 24 | 50 |
| Binary | 1010101 | 1111010 | 1010001 | 11110 | 0 | 100010 | 110100 | 1110010 | 10100 | 101000 |
Color Harmonies of #557A51
Complementary color
Monochromatic Colors of #557A51
Black with #557A51
Text Example
Text Example
White with #557A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557A51; }
p { color: rgb(85,122,81); }
H1.HeaderClassName
{
color: #557A51;
}
.AnyTagClassName
{
color: #557A51;
}
</style>
background-color css
<style>
a { background-color: #557A51; }
a { background-color: rgb(85,122,81); }
div.DivClassName
{
background-color: #557A51;
}
.BgClassName
{
background-color: #557A51;
}
</style>
border-color css
<style>
span { border-color: #557A51; }
span { border-color: rgb(85,122,81); }
td.TdClassName
{
border-color: #557A51;
}
.TagClassName
{
border-color: #557A51;
}
</style>