Shades of Cactus #557251
Tints of Cactus #557251
RGB
CMYK
RGB Variations
Color information
#557251 (or 0x557251) is known color: Cactus. HEX triplet: 55, 72 and 51. RGB value is (85,114,81). Sum of RGB (Red+Green+Blue) = 85+114+81=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 114 - color contains mainly: green. Hex color #557251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557251 is #AA8DAE. Grayscale: #656565. Windows color (decimal): -11177391 or 5337685. OLE color: 5337685.
HSL color Cylindrical-coordinate representation of color #557251: hue angle of 112.73º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #557251 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 114 | 81 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.55 |
| HSL | 112.73º | 0.17% | 0.38% | - |
| HSV(B) | 112.73º | 0.29% | 0.45% | - |
| XYZ | 11.25 | 14.56 | 10 | - |
| YUV | 101.57 | 116.39 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 114 | 81 | 0.25 | 0 | 0.29 | 0.55 | 112.73 | 0.17 | 0.38 |
| Hex | 55 | 72 | 51 | 19 | 0 | 1D | 37 | 71 | 11 | 26 |
| Octal | 125 | 162 | 121 | 31 | 0 | 35 | 67 | 161 | 21 | 46 |
| Binary | 1010101 | 1110010 | 1010001 | 11001 | 0 | 11101 | 110111 | 1110001 | 10001 | 100110 |
Color Harmonies of #557251
Complementary color
Monochromatic Colors of #557251
Black with #557251
Text Example
Text Example
White with #557251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557251; }
p { color: rgb(85,114,81); }
H1.HeaderClassName
{
color: #557251;
}
.AnyTagClassName
{
color: #557251;
}
</style>
background-color css
<style>
a { background-color: #557251; }
a { background-color: rgb(85,114,81); }
div.DivClassName
{
background-color: #557251;
}
.BgClassName
{
background-color: #557251;
}
</style>
border-color css
<style>
span { border-color: #557251; }
span { border-color: rgb(85,114,81); }
td.TdClassName
{
border-color: #557251;
}
.TagClassName
{
border-color: #557251;
}
</style>