Shades of Cactus #557C51
Tints of Cactus #557C51
RGB
CMYK
RGB Variations
Color information
#557C51 (or 0x557C51) is known color: Cactus. HEX triplet: 55, 7C and 51. RGB value is (85,124,81). Sum of RGB (Red+Green+Blue) = 85+124+81=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 124 - color contains mainly: green. Hex color #557C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C51 is #AA83AE. Grayscale: #6B6B6B. Windows color (decimal): -11174831 or 5340245. OLE color: 5340245.
HSL color Cylindrical-coordinate representation of color #557C51: hue angle of 114.42º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #557C51 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 124 | 81 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.51 |
| HSL | 114.42º | 0.21% | 0.4% | - |
| HSV(B) | 114.42º | 0.35% | 0.49% | - |
| XYZ | 12.44 | 16.94 | 10.4 | - |
| YUV | 107.44 | 113.08 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 81 | 0.31 | 0 | 0.35 | 0.51 | 114.42 | 0.21 | 0.4 |
| Hex | 55 | 7C | 51 | 1F | 0 | 23 | 33 | 72 | 15 | 28 |
| Octal | 125 | 174 | 121 | 37 | 0 | 43 | 63 | 162 | 25 | 50 |
| Binary | 1010101 | 1111100 | 1010001 | 11111 | 0 | 100011 | 110011 | 1110010 | 10101 | 101000 |
Color Harmonies of #557C51
Complementary color
Monochromatic Colors of #557C51
Black with #557C51
Text Example
Text Example
White with #557C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557C51; }
p { color: rgb(85,124,81); }
H1.HeaderClassName
{
color: #557C51;
}
.AnyTagClassName
{
color: #557C51;
}
</style>
background-color css
<style>
a { background-color: #557C51; }
a { background-color: rgb(85,124,81); }
div.DivClassName
{
background-color: #557C51;
}
.BgClassName
{
background-color: #557C51;
}
</style>
border-color css
<style>
span { border-color: #557C51; }
span { border-color: rgb(85,124,81); }
td.TdClassName
{
border-color: #557C51;
}
.TagClassName
{
border-color: #557C51;
}
</style>