Shades of Silver Tree #55BB89
Tints of Silver Tree #55BB89
RGB
CMYK
RGB Variations
Color information
#55BB89 (or 0x55BB89) is known color: Silver Tree. HEX triplet: 55, BB and 89. RGB value is (85,187,137). Sum of RGB (Red+Green+Blue) = 85+187+137=409 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.78% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 187 - color contains mainly: green. Hex color #55BB89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BB89 is #AA4476. Grayscale: #969696. Windows color (decimal): -11158647 or 9026389. OLE color: 9026389.
HSL color Cylindrical-coordinate representation of color #55BB89: hue angle of 150.59º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BB89 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 187 | 137 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.27 |
| HSL | 150.59º | 0.43% | 0.53% | - |
| HSV(B) | 150.59º | 0.55% | 0.73% | - |
| XYZ | 26.03 | 39.28 | 29.88 | - |
| YUV | 150.8 | 120.21 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 187 | 137 | 0.55 | 0 | 0.27 | 0.27 | 150.59 | 0.43 | 0.53 |
| Hex | 55 | BB | 89 | 37 | 0 | 1B | 1B | 97 | 2B | 35 |
| Octal | 125 | 273 | 211 | 67 | 0 | 33 | 33 | 227 | 53 | 65 |
| Binary | 1010101 | 10111011 | 10001001 | 110111 | 0 | 11011 | 11011 | 10010111 | 101011 | 110101 |
Color Harmonies of #55BB89
Complementary color
Monochromatic Colors of #55BB89
Black with #55BB89
Text Example
Text Example
White with #55BB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BB89; }
p { color: rgb(85,187,137); }
H1.HeaderClassName
{
color: #55BB89;
}
.AnyTagClassName
{
color: #55BB89;
}
</style>
background-color css
<style>
a { background-color: #55BB89; }
a { background-color: rgb(85,187,137); }
div.DivClassName
{
background-color: #55BB89;
}
.BgClassName
{
background-color: #55BB89;
}
</style>
border-color css
<style>
span { border-color: #55BB89; }
span { border-color: rgb(85,187,137); }
td.TdClassName
{
border-color: #55BB89;
}
.TagClassName
{
border-color: #55BB89;
}
</style>