Shades of Silver Tree #55B588
Tints of Silver Tree #55B588
RGB
CMYK
RGB Variations
Color information
#55B588 (or 0x55B588) is known color: Silver Tree. HEX triplet: 55, B5 and 88. RGB value is (85,181,136). Sum of RGB (Red+Green+Blue) = 85+181+136=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 181 - color contains mainly: green. Hex color #55B588 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B588 is #AA4A77. Grayscale: #939393. Windows color (decimal): -11160184 or 8959317. OLE color: 8959317.
HSL color Cylindrical-coordinate representation of color #55B588: hue angle of 151.88º 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 #55B588 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 181 | 136 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.29 |
| HSL | 151.88º | 0.39% | 0.52% | - |
| HSV(B) | 151.88º | 0.53% | 0.71% | - |
| XYZ | 24.71 | 36.76 | 29.08 | - |
| YUV | 147.17 | 121.7 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 181 | 136 | 0.53 | 0 | 0.25 | 0.29 | 151.88 | 0.39 | 0.52 |
| Hex | 55 | B5 | 88 | 35 | 0 | 19 | 1D | 98 | 27 | 34 |
| Octal | 125 | 265 | 210 | 65 | 0 | 31 | 35 | 230 | 47 | 64 |
| Binary | 1010101 | 10110101 | 10001000 | 110101 | 0 | 11001 | 11101 | 10011000 | 100111 | 110100 |
Color Harmonies of #55B588
Complementary color
Monochromatic Colors of #55B588
Black with #55B588
Text Example
Text Example
White with #55B588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B588; }
p { color: rgb(85,181,136); }
H1.HeaderClassName
{
color: #55B588;
}
.AnyTagClassName
{
color: #55B588;
}
</style>
background-color css
<style>
a { background-color: #55B588; }
a { background-color: rgb(85,181,136); }
div.DivClassName
{
background-color: #55B588;
}
.BgClassName
{
background-color: #55B588;
}
</style>
border-color css
<style>
span { border-color: #55B588; }
span { border-color: rgb(85,181,136); }
td.TdClassName
{
border-color: #55B588;
}
.TagClassName
{
border-color: #55B588;
}
</style>