Shades of Silver Tree #55BD8E
Tints of Silver Tree #55BD8E
RGB
CMYK
RGB Variations
Color information
#55BD8E (or 0x55BD8E) is known color: Silver Tree. HEX triplet: 55, BD and 8E. RGB value is (85,189,142). Sum of RGB (Red+Green+Blue) = 85+189+142=416 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.43% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 189 - color contains mainly: green. Hex color #55BD8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BD8E is #AA4271. Grayscale: #989898. Windows color (decimal): -11158130 or 9354581. OLE color: 9354581.
HSL color Cylindrical-coordinate representation of color #55BD8E: hue angle of 152.88º 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 #55BD8E is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 189 | 142 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.26 |
| HSL | 152.88º | 0.44% | 0.54% | - |
| HSV(B) | 152.88º | 0.55% | 0.74% | - |
| XYZ | 26.83 | 40.28 | 31.95 | - |
| YUV | 152.55 | 122.04 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 189 | 142 | 0.55 | 0 | 0.25 | 0.26 | 152.88 | 0.44 | 0.54 |
| Hex | 55 | BD | 8E | 37 | 0 | 19 | 1A | 99 | 2C | 36 |
| Octal | 125 | 275 | 216 | 67 | 0 | 31 | 32 | 231 | 54 | 66 |
| Binary | 1010101 | 10111101 | 10001110 | 110111 | 0 | 11001 | 11010 | 10011001 | 101100 | 110110 |
Color Harmonies of #55BD8E
Complementary color
Monochromatic Colors of #55BD8E
Black with #55BD8E
Text Example
Text Example
White with #55BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BD8E; }
p { color: rgb(85,189,142); }
H1.HeaderClassName
{
color: #55BD8E;
}
.AnyTagClassName
{
color: #55BD8E;
}
</style>
background-color css
<style>
a { background-color: #55BD8E; }
a { background-color: rgb(85,189,142); }
div.DivClassName
{
background-color: #55BD8E;
}
.BgClassName
{
background-color: #55BD8E;
}
</style>
border-color css
<style>
span { border-color: #55BD8E; }
span { border-color: rgb(85,189,142); }
td.TdClassName
{
border-color: #55BD8E;
}
.TagClassName
{
border-color: #55BD8E;
}
</style>