Shades of Silver Tree #55B487
Tints of Silver Tree #55B487
RGB
CMYK
RGB Variations
Color information
#55B487 (or 0x55B487) is known color: Silver Tree. HEX triplet: 55, B4 and 87. RGB value is (85,180,135). Sum of RGB (Red+Green+Blue) = 85+180+135=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 135 (53.12% from 255 or 33.75% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #55B487 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B487 is #AA4B78. Grayscale: #929292. Windows color (decimal): -11160441 or 8893525. OLE color: 8893525.
HSL color Cylindrical-coordinate representation of color #55B487: hue angle of 151.58º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B487 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 180 | 135 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.29 |
| HSL | 151.58º | 0.39% | 0.52% | - |
| HSV(B) | 151.58º | 0.53% | 0.71% | - |
| XYZ | 24.44 | 36.32 | 28.64 | - |
| YUV | 146.47 | 121.53 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 180 | 135 | 0.53 | 0 | 0.25 | 0.29 | 151.58 | 0.39 | 0.52 |
| Hex | 55 | B4 | 87 | 35 | 0 | 19 | 1D | 98 | 27 | 34 |
| Octal | 125 | 264 | 207 | 65 | 0 | 31 | 35 | 230 | 47 | 64 |
| Binary | 1010101 | 10110100 | 10000111 | 110101 | 0 | 11001 | 11101 | 10011000 | 100111 | 110100 |
Color Harmonies of #55B487
Complementary color
Monochromatic Colors of #55B487
Black with #55B487
Text Example
Text Example
White with #55B487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B487; }
p { color: rgb(85,180,135); }
H1.HeaderClassName
{
color: #55B487;
}
.AnyTagClassName
{
color: #55B487;
}
</style>
background-color css
<style>
a { background-color: #55B487; }
a { background-color: rgb(85,180,135); }
div.DivClassName
{
background-color: #55B487;
}
.BgClassName
{
background-color: #55B487;
}
</style>
border-color css
<style>
span { border-color: #55B487; }
span { border-color: rgb(85,180,135); }
td.TdClassName
{
border-color: #55B487;
}
.TagClassName
{
border-color: #55B487;
}
</style>