Shades of Silver Tree #55BB87
Tints of Silver Tree #55BB87
RGB
CMYK
RGB Variations
Color information
#55BB87 (or 0x55BB87) is known color: Silver Tree. HEX triplet: 55, BB and 87. RGB value is (85,187,135). Sum of RGB (Red+Green+Blue) = 85+187+135=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 187 - color contains mainly: green. Hex color #55BB87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BB87 is #AA4478. Grayscale: #969696. Windows color (decimal): -11158649 or 8895317. OLE color: 8895317.
HSL color Cylindrical-coordinate representation of color #55BB87: hue angle of 149.41º 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 #55BB87 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 187 | 135 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.27 |
| HSL | 149.41º | 0.43% | 0.53% | - |
| HSV(B) | 149.41º | 0.55% | 0.73% | - |
| XYZ | 25.89 | 39.22 | 29.13 | - |
| YUV | 150.57 | 119.21 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 187 | 135 | 0.55 | 0 | 0.28 | 0.27 | 149.41 | 0.43 | 0.53 |
| Hex | 55 | BB | 87 | 37 | 0 | 1C | 1B | 95 | 2B | 35 |
| Octal | 125 | 273 | 207 | 67 | 0 | 34 | 33 | 225 | 53 | 65 |
| Binary | 1010101 | 10111011 | 10000111 | 110111 | 0 | 11100 | 11011 | 10010101 | 101011 | 110101 |
Color Harmonies of #55BB87
Complementary color
Monochromatic Colors of #55BB87
Black with #55BB87
Text Example
Text Example
White with #55BB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BB87; }
p { color: rgb(85,187,135); }
H1.HeaderClassName
{
color: #55BB87;
}
.AnyTagClassName
{
color: #55BB87;
}
</style>
background-color css
<style>
a { background-color: #55BB87; }
a { background-color: rgb(85,187,135); }
div.DivClassName
{
background-color: #55BB87;
}
.BgClassName
{
background-color: #55BB87;
}
</style>
border-color css
<style>
span { border-color: #55BB87; }
span { border-color: rgb(85,187,135); }
td.TdClassName
{
border-color: #55BB87;
}
.TagClassName
{
border-color: #55BB87;
}
</style>