Shades of Silver Tree #55B589
Tints of Silver Tree #55B589
RGB
CMYK
RGB Variations
Color information
#55B589 (or 0x55B589) is known color: Silver Tree. HEX triplet: 55, B5 and 89. RGB value is (85,181,137). Sum of RGB (Red+Green+Blue) = 85+181+137=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 181 - color contains mainly: green. Hex color #55B589 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B589 is #AA4A76. Grayscale: #939393. Windows color (decimal): -11160183 or 9024853. OLE color: 9024853.
HSL color Cylindrical-coordinate representation of color #55B589: hue angle of 152.5º 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 #55B589 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 181 | 137 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.29 |
| HSL | 152.5º | 0.39% | 0.52% | - |
| HSV(B) | 152.5º | 0.53% | 0.71% | - |
| XYZ | 24.79 | 36.79 | 29.46 | - |
| YUV | 147.28 | 122.2 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 181 | 137 | 0.53 | 0 | 0.24 | 0.29 | 152.5 | 0.39 | 0.52 |
| Hex | 55 | B5 | 89 | 35 | 0 | 18 | 1D | 98 | 27 | 34 |
| Octal | 125 | 265 | 211 | 65 | 0 | 30 | 35 | 230 | 47 | 64 |
| Binary | 1010101 | 10110101 | 10001001 | 110101 | 0 | 11000 | 11101 | 10011000 | 100111 | 110100 |
Color Harmonies of #55B589
Complementary color
Monochromatic Colors of #55B589
Black with #55B589
Text Example
Text Example
White with #55B589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B589; }
p { color: rgb(85,181,137); }
H1.HeaderClassName
{
color: #55B589;
}
.AnyTagClassName
{
color: #55B589;
}
</style>
background-color css
<style>
a { background-color: #55B589; }
a { background-color: rgb(85,181,137); }
div.DivClassName
{
background-color: #55B589;
}
.BgClassName
{
background-color: #55B589;
}
</style>
border-color css
<style>
span { border-color: #55B589; }
span { border-color: rgb(85,181,137); }
td.TdClassName
{
border-color: #55B589;
}
.TagClassName
{
border-color: #55B589;
}
</style>