Shades of Cactus #557451
Tints of Cactus #557451
RGB
CMYK
RGB Variations
Color information
#557451 (or 0x557451) is known color: Cactus. HEX triplet: 55, 74 and 51. RGB value is (85,116,81). Sum of RGB (Red+Green+Blue) = 85+116+81=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 116 - color contains mainly: green. Hex color #557451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557451 is #AA8BAE. Grayscale: #666666. Windows color (decimal): -11176879 or 5338197. OLE color: 5338197.
HSL color Cylindrical-coordinate representation of color #557451: hue angle of 113.14º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #557451 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 116 | 81 | - |
| CMYK | 0.27 | 0 | 0.30 | 0.55 |
| HSL | 113.14º | 0.18% | 0.39% | - |
| HSV(B) | 113.14º | 0.3% | 0.45% | - |
| XYZ | 11.48 | 15.02 | 10.08 | - |
| YUV | 102.74 | 115.73 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 116 | 81 | 0.27 | 0 | 0.30 | 0.55 | 113.14 | 0.18 | 0.39 |
| Hex | 55 | 74 | 51 | 1B | 0 | 1E | 37 | 71 | 12 | 27 |
| Octal | 125 | 164 | 121 | 33 | 0 | 36 | 67 | 161 | 22 | 47 |
| Binary | 1010101 | 1110100 | 1010001 | 11011 | 0 | 11110 | 110111 | 1110001 | 10010 | 100111 |
Color Harmonies of #557451
Complementary color
Monochromatic Colors of #557451
Black with #557451
Text Example
Text Example
White with #557451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557451; }
p { color: rgb(85,116,81); }
H1.HeaderClassName
{
color: #557451;
}
.AnyTagClassName
{
color: #557451;
}
</style>
background-color css
<style>
a { background-color: #557451; }
a { background-color: rgb(85,116,81); }
div.DivClassName
{
background-color: #557451;
}
.BgClassName
{
background-color: #557451;
}
</style>
border-color css
<style>
span { border-color: #557451; }
span { border-color: rgb(85,116,81); }
td.TdClassName
{
border-color: #557451;
}
.TagClassName
{
border-color: #557451;
}
</style>