Shades of Cactus #557051
Tints of Cactus #557051
RGB
CMYK
RGB Variations
Color information
#557051 (or 0x557051) is known color: Cactus. HEX triplet: 55, 70 and 51. RGB value is (85,112,81). Sum of RGB (Red+Green+Blue) = 85+112+81=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 112 - color contains mainly: green. Hex color #557051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557051 is #AA8FAE. Grayscale: #646464. Windows color (decimal): -11177903 or 5337173. OLE color: 5337173.
HSL color Cylindrical-coordinate representation of color #557051: hue angle of 112.26º 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 #557051 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 112 | 81 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.56 |
| HSL | 112.26º | 0.16% | 0.38% | - |
| HSV(B) | 112.26º | 0.28% | 0.44% | - |
| XYZ | 11.03 | 14.11 | 9.93 | - |
| YUV | 100.39 | 117.05 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 112 | 81 | 0.24 | 0 | 0.28 | 0.56 | 112.26 | 0.16 | 0.38 |
| Hex | 55 | 70 | 51 | 18 | 0 | 1C | 38 | 70 | 10 | 26 |
| Octal | 125 | 160 | 121 | 30 | 0 | 34 | 70 | 160 | 20 | 46 |
| Binary | 1010101 | 1110000 | 1010001 | 11000 | 0 | 11100 | 111000 | 1110000 | 10000 | 100110 |
Color Harmonies of #557051
Complementary color
Monochromatic Colors of #557051
Black with #557051
Text Example
Text Example
White with #557051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557051; }
p { color: rgb(85,112,81); }
H1.HeaderClassName
{
color: #557051;
}
.AnyTagClassName
{
color: #557051;
}
</style>
background-color css
<style>
a { background-color: #557051; }
a { background-color: rgb(85,112,81); }
div.DivClassName
{
background-color: #557051;
}
.BgClassName
{
background-color: #557051;
}
</style>
border-color css
<style>
span { border-color: #557051; }
span { border-color: rgb(85,112,81); }
td.TdClassName
{
border-color: #557051;
}
.TagClassName
{
border-color: #557051;
}
</style>