Shades of Cactus #557252
Tints of Cactus #557252
RGB
CMYK
RGB Variations
Color information
#557252 (or 0x557252) is known color: Cactus. HEX triplet: 55, 72 and 52. RGB value is (85,114,82). Sum of RGB (Red+Green+Blue) = 85+114+82=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 114 - color contains mainly: green. Hex color #557252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557252 is #AA8DAD. Grayscale: #656565. Windows color (decimal): -11177390 or 5403221. OLE color: 5403221.
HSL color Cylindrical-coordinate representation of color #557252: hue angle of 114.38º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #557252 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 114 | 82 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.55 |
| HSL | 114.38º | 0.16% | 0.38% | - |
| HSV(B) | 114.38º | 0.28% | 0.45% | - |
| XYZ | 11.29 | 14.58 | 10.2 | - |
| YUV | 101.68 | 116.89 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 114 | 82 | 0.25 | 0 | 0.28 | 0.55 | 114.38 | 0.16 | 0.38 |
| Hex | 55 | 72 | 52 | 19 | 0 | 1C | 37 | 72 | 10 | 26 |
| Octal | 125 | 162 | 122 | 31 | 0 | 34 | 67 | 162 | 20 | 46 |
| Binary | 1010101 | 1110010 | 1010010 | 11001 | 0 | 11100 | 110111 | 1110010 | 10000 | 100110 |
Color Harmonies of #557252
Complementary color
Monochromatic Colors of #557252
Black with #557252
Text Example
Text Example
White with #557252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557252; }
p { color: rgb(85,114,82); }
H1.HeaderClassName
{
color: #557252;
}
.AnyTagClassName
{
color: #557252;
}
</style>
background-color css
<style>
a { background-color: #557252; }
a { background-color: rgb(85,114,82); }
div.DivClassName
{
background-color: #557252;
}
.BgClassName
{
background-color: #557252;
}
</style>
border-color css
<style>
span { border-color: #557252; }
span { border-color: rgb(85,114,82); }
td.TdClassName
{
border-color: #557252;
}
.TagClassName
{
border-color: #557252;
}
</style>