Shades of Cactus #557351
Tints of Cactus #557351
RGB
CMYK
RGB Variations
Color information
#557351 (or 0x557351) is known color: Cactus. HEX triplet: 55, 73 and 51. RGB value is (85,115,81). Sum of RGB (Red+Green+Blue) = 85+115+81=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 115 - color contains mainly: green. Hex color #557351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557351 is #AA8CAE. Grayscale: #666666. Windows color (decimal): -11177135 or 5337941. OLE color: 5337941.
HSL color Cylindrical-coordinate representation of color #557351: hue angle of 112.94º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #557351 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 115 | 81 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.55 |
| HSL | 112.94º | 0.17% | 0.38% | - |
| HSV(B) | 112.94º | 0.3% | 0.45% | - |
| XYZ | 11.36 | 14.79 | 10.04 | - |
| YUV | 102.15 | 116.06 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 115 | 81 | 0.26 | 0 | 0.30 | 0.55 | 112.94 | 0.17 | 0.38 |
| Hex | 55 | 73 | 51 | 1A | 0 | 1E | 37 | 71 | 11 | 26 |
| Octal | 125 | 163 | 121 | 32 | 0 | 36 | 67 | 161 | 21 | 46 |
| Binary | 1010101 | 1110011 | 1010001 | 11010 | 0 | 11110 | 110111 | 1110001 | 10001 | 100110 |
Color Harmonies of #557351
Complementary color
Monochromatic Colors of #557351
Black with #557351
Text Example
Text Example
White with #557351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557351; }
p { color: rgb(85,115,81); }
H1.HeaderClassName
{
color: #557351;
}
.AnyTagClassName
{
color: #557351;
}
</style>
background-color css
<style>
a { background-color: #557351; }
a { background-color: rgb(85,115,81); }
div.DivClassName
{
background-color: #557351;
}
.BgClassName
{
background-color: #557351;
}
</style>
border-color css
<style>
span { border-color: #557351; }
span { border-color: rgb(85,115,81); }
td.TdClassName
{
border-color: #557351;
}
.TagClassName
{
border-color: #557351;
}
</style>