Shades of Cactus #557852
Tints of Cactus #557852
RGB
CMYK
RGB Variations
Color information
#557852 (or 0x557852) is known color: Cactus. HEX triplet: 55, 78 and 52. RGB value is (85,120,82). Sum of RGB (Red+Green+Blue) = 85+120+82=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 120 - color contains mainly: green. Hex color #557852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557852 is #AA87AD. Grayscale: #696969. Windows color (decimal): -11175854 or 5404757. OLE color: 5404757.
HSL color Cylindrical-coordinate representation of color #557852: hue angle of 115.26º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #557852 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 120 | 82 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.53 |
| HSL | 115.26º | 0.19% | 0.4% | - |
| HSV(B) | 115.26º | 0.32% | 0.47% | - |
| XYZ | 11.99 | 15.97 | 10.43 | - |
| YUV | 105.2 | 114.9 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 120 | 82 | 0.29 | 0 | 0.32 | 0.53 | 115.26 | 0.19 | 0.4 |
| Hex | 55 | 78 | 52 | 1D | 0 | 20 | 35 | 73 | 13 | 28 |
| Octal | 125 | 170 | 122 | 35 | 0 | 40 | 65 | 163 | 23 | 50 |
| Binary | 1010101 | 1111000 | 1010010 | 11101 | 0 | 100000 | 110101 | 1110011 | 10011 | 101000 |
Color Harmonies of #557852
Complementary color
Monochromatic Colors of #557852
Black with #557852
Text Example
Text Example
White with #557852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557852; }
p { color: rgb(85,120,82); }
H1.HeaderClassName
{
color: #557852;
}
.AnyTagClassName
{
color: #557852;
}
</style>
background-color css
<style>
a { background-color: #557852; }
a { background-color: rgb(85,120,82); }
div.DivClassName
{
background-color: #557852;
}
.BgClassName
{
background-color: #557852;
}
</style>
border-color css
<style>
span { border-color: #557852; }
span { border-color: rgb(85,120,82); }
td.TdClassName
{
border-color: #557852;
}
.TagClassName
{
border-color: #557852;
}
</style>