Shades of Silver Tree #55C089
Tints of Silver Tree #55C089
RGB
CMYK
RGB Variations
Color information
#55C089 (or 0x55C089) is known color: Silver Tree. HEX triplet: 55, C0 and 89. RGB value is (85,192,137). Sum of RGB (Red+Green+Blue) = 85+192+137=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #55C089 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C089 is #AA3F76. Grayscale: #999999. Windows color (decimal): -11157367 or 9027669. OLE color: 9027669.
HSL color Cylindrical-coordinate representation of color #55C089: hue angle of 149.16º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C089 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 192 | 137 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.25 |
| HSL | 149.16º | 0.46% | 0.54% | - |
| HSV(B) | 149.16º | 0.56% | 0.75% | - |
| XYZ | 27.11 | 41.44 | 30.24 | - |
| YUV | 153.74 | 118.55 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 137 | 0.56 | 0 | 0.29 | 0.25 | 149.16 | 0.46 | 0.54 |
| Hex | 55 | C0 | 89 | 38 | 0 | 1D | 19 | 95 | 2E | 36 |
| Octal | 125 | 300 | 211 | 70 | 0 | 35 | 31 | 225 | 56 | 66 |
| Binary | 1010101 | 11000000 | 10001001 | 111000 | 0 | 11101 | 11001 | 10010101 | 101110 | 110110 |
Color Harmonies of #55C089
Complementary color
Monochromatic Colors of #55C089
Black with #55C089
Text Example
Text Example
White with #55C089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C089; }
p { color: rgb(85,192,137); }
H1.HeaderClassName
{
color: #55C089;
}
.AnyTagClassName
{
color: #55C089;
}
</style>
background-color css
<style>
a { background-color: #55C089; }
a { background-color: rgb(85,192,137); }
div.DivClassName
{
background-color: #55C089;
}
.BgClassName
{
background-color: #55C089;
}
</style>
border-color css
<style>
span { border-color: #55C089; }
span { border-color: rgb(85,192,137); }
td.TdClassName
{
border-color: #55C089;
}
.TagClassName
{
border-color: #55C089;
}
</style>