Shades of Silver Tree #55BD90
Tints of Silver Tree #55BD90
RGB
CMYK
RGB Variations
Color information
#55BD90 (or 0x55BD90) is known color: Silver Tree. HEX triplet: 55, BD and 90. RGB value is (85,189,144). Sum of RGB (Red+Green+Blue) = 85+189+144=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 189 - color contains mainly: green. Hex color #55BD90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BD90 is #AA426F. Grayscale: #989898. Windows color (decimal): -11158128 or 9485653. OLE color: 9485653.
HSL color Cylindrical-coordinate representation of color #55BD90: hue angle of 154.04º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BD90 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 189 | 144 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.26 |
| HSL | 154.04º | 0.44% | 0.54% | - |
| HSV(B) | 154.04º | 0.55% | 0.74% | - |
| XYZ | 26.98 | 40.34 | 32.75 | - |
| YUV | 152.77 | 123.04 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 189 | 144 | 0.55 | 0 | 0.24 | 0.26 | 154.04 | 0.44 | 0.54 |
| Hex | 55 | BD | 90 | 37 | 0 | 18 | 1A | 9A | 2C | 36 |
| Octal | 125 | 275 | 220 | 67 | 0 | 30 | 32 | 232 | 54 | 66 |
| Binary | 1010101 | 10111101 | 10010000 | 110111 | 0 | 11000 | 11010 | 10011010 | 101100 | 110110 |
Color Harmonies of #55BD90
Complementary color
Monochromatic Colors of #55BD90
Black with #55BD90
Text Example
Text Example
White with #55BD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BD90; }
p { color: rgb(85,189,144); }
H1.HeaderClassName
{
color: #55BD90;
}
.AnyTagClassName
{
color: #55BD90;
}
</style>
background-color css
<style>
a { background-color: #55BD90; }
a { background-color: rgb(85,189,144); }
div.DivClassName
{
background-color: #55BD90;
}
.BgClassName
{
background-color: #55BD90;
}
</style>
border-color css
<style>
span { border-color: #55BD90; }
span { border-color: rgb(85,189,144); }
td.TdClassName
{
border-color: #55BD90;
}
.TagClassName
{
border-color: #55BD90;
}
</style>