Shades of Cactus #557151
Tints of Cactus #557151
RGB
CMYK
RGB Variations
Color information
#557151 (or 0x557151) is known color: Cactus. HEX triplet: 55, 71 and 51. RGB value is (85,113,81). Sum of RGB (Red+Green+Blue) = 85+113+81=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 113 - color contains mainly: green. Hex color #557151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557151 is #AA8EAE. Grayscale: #656565. Windows color (decimal): -11177647 or 5337429. OLE color: 5337429.
HSL color Cylindrical-coordinate representation of color #557151: hue angle of 112.5º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #557151 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 113 | 81 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.56 |
| HSL | 112.5º | 0.16% | 0.38% | - |
| HSV(B) | 112.5º | 0.28% | 0.44% | - |
| XYZ | 11.14 | 14.34 | 9.96 | - |
| YUV | 100.98 | 116.72 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 113 | 81 | 0.25 | 0 | 0.28 | 0.56 | 112.5 | 0.16 | 0.38 |
| Hex | 55 | 71 | 51 | 19 | 0 | 1C | 38 | 70 | 10 | 26 |
| Octal | 125 | 161 | 121 | 31 | 0 | 34 | 70 | 160 | 20 | 46 |
| Binary | 1010101 | 1110001 | 1010001 | 11001 | 0 | 11100 | 111000 | 1110000 | 10000 | 100110 |
Color Harmonies of #557151
Complementary color
Monochromatic Colors of #557151
Black with #557151
Text Example
Text Example
White with #557151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557151; }
p { color: rgb(85,113,81); }
H1.HeaderClassName
{
color: #557151;
}
.AnyTagClassName
{
color: #557151;
}
</style>
background-color css
<style>
a { background-color: #557151; }
a { background-color: rgb(85,113,81); }
div.DivClassName
{
background-color: #557151;
}
.BgClassName
{
background-color: #557151;
}
</style>
border-color css
<style>
span { border-color: #557151; }
span { border-color: rgb(85,113,81); }
td.TdClassName
{
border-color: #557151;
}
.TagClassName
{
border-color: #557151;
}
</style>