Shades of Silver Tree #55BF89
Tints of Silver Tree #55BF89
RGB
CMYK
RGB Variations
Color information
#55BF89 (or 0x55BF89) is known color: Silver Tree. HEX triplet: 55, BF and 89. RGB value is (85,191,137). Sum of RGB (Red+Green+Blue) = 85+191+137=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BF89 is #AA4076. Grayscale: #999999. Windows color (decimal): -11157623 or 9027413. OLE color: 9027413.
HSL color Cylindrical-coordinate representation of color #55BF89: hue angle of 149.43º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BF89 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 191 | 137 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.25 |
| HSL | 149.43º | 0.45% | 0.54% | - |
| HSV(B) | 149.43º | 0.55% | 0.75% | - |
| XYZ | 26.89 | 41 | 30.16 | - |
| YUV | 153.15 | 118.88 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 191 | 137 | 0.55 | 0 | 0.28 | 0.25 | 149.43 | 0.45 | 0.54 |
| Hex | 55 | BF | 89 | 37 | 0 | 1C | 19 | 95 | 2D | 36 |
| Octal | 125 | 277 | 211 | 67 | 0 | 34 | 31 | 225 | 55 | 66 |
| Binary | 1010101 | 10111111 | 10001001 | 110111 | 0 | 11100 | 11001 | 10010101 | 101101 | 110110 |
Color Harmonies of #55BF89
Complementary color
Monochromatic Colors of #55BF89
Black with #55BF89
Text Example
Text Example
White with #55BF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BF89; }
p { color: rgb(85,191,137); }
H1.HeaderClassName
{
color: #55BF89;
}
.AnyTagClassName
{
color: #55BF89;
}
</style>
background-color css
<style>
a { background-color: #55BF89; }
a { background-color: rgb(85,191,137); }
div.DivClassName
{
background-color: #55BF89;
}
.BgClassName
{
background-color: #55BF89;
}
</style>
border-color css
<style>
span { border-color: #55BF89; }
span { border-color: rgb(85,191,137); }
td.TdClassName
{
border-color: #55BF89;
}
.TagClassName
{
border-color: #55BF89;
}
</style>