Shades of Silver Tree #55BD86
Tints of Silver Tree #55BD86
RGB
CMYK
RGB Variations
Color information
#55BD86 (or 0x55BD86) is known color: Silver Tree. HEX triplet: 55, BD and 86. RGB value is (85,189,134). Sum of RGB (Red+Green+Blue) = 85+189+134=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 134 (52.73% from 255 or 32.84% from 408); Max value from RGB is 189 - color contains mainly: green. Hex color #55BD86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BD86 is #AA4279. Grayscale: #979797. Windows color (decimal): -11158138 or 8830293. OLE color: 8830293.
HSL color Cylindrical-coordinate representation of color #55BD86: hue angle of 148.27º 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 #55BD86 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 189 | 134 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.26 |
| HSL | 148.27º | 0.44% | 0.54% | - |
| HSV(B) | 148.27º | 0.55% | 0.74% | - |
| XYZ | 26.25 | 40.05 | 28.9 | - |
| YUV | 151.63 | 118.04 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 189 | 134 | 0.55 | 0 | 0.29 | 0.26 | 148.27 | 0.44 | 0.54 |
| Hex | 55 | BD | 86 | 37 | 0 | 1D | 1A | 94 | 2C | 36 |
| Octal | 125 | 275 | 206 | 67 | 0 | 35 | 32 | 224 | 54 | 66 |
| Binary | 1010101 | 10111101 | 10000110 | 110111 | 0 | 11101 | 11010 | 10010100 | 101100 | 110110 |
Color Harmonies of #55BD86
Complementary color
Monochromatic Colors of #55BD86
Black with #55BD86
Text Example
Text Example
White with #55BD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BD86; }
p { color: rgb(85,189,134); }
H1.HeaderClassName
{
color: #55BD86;
}
.AnyTagClassName
{
color: #55BD86;
}
</style>
background-color css
<style>
a { background-color: #55BD86; }
a { background-color: rgb(85,189,134); }
div.DivClassName
{
background-color: #55BD86;
}
.BgClassName
{
background-color: #55BD86;
}
</style>
border-color css
<style>
span { border-color: #55BD86; }
span { border-color: rgb(85,189,134); }
td.TdClassName
{
border-color: #55BD86;
}
.TagClassName
{
border-color: #55BD86;
}
</style>