Shades of Silver Tree #55BA88
Tints of Silver Tree #55BA88
RGB
CMYK
RGB Variations
Color information
#55BA88 (or 0x55BA88) is known color: Silver Tree. HEX triplet: 55, BA and 88. RGB value is (85,186,136). Sum of RGB (Red+Green+Blue) = 85+186+136=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BA88 is #AA4577. Grayscale: #969696. Windows color (decimal): -11158904 or 8960597. OLE color: 8960597.
HSL color Cylindrical-coordinate representation of color #55BA88: hue angle of 150.3º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55BA88 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 136 | - |
| CMYK | 0.54 | 0 | 0.27 | 0.27 |
| HSL | 150.3º | 0.42% | 0.53% | - |
| HSV(B) | 150.3º | 0.54% | 0.73% | - |
| XYZ | 25.75 | 38.83 | 29.43 | - |
| YUV | 150.1 | 120.04 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 136 | 0.54 | 0 | 0.27 | 0.27 | 150.3 | 0.42 | 0.53 |
| Hex | 55 | BA | 88 | 36 | 0 | 1B | 1B | 96 | 2A | 35 |
| Octal | 125 | 272 | 210 | 66 | 0 | 33 | 33 | 226 | 52 | 65 |
| Binary | 1010101 | 10111010 | 10001000 | 110110 | 0 | 11011 | 11011 | 10010110 | 101010 | 110101 |
Color Harmonies of #55BA88
Complementary color
Monochromatic Colors of #55BA88
Black with #55BA88
Text Example
Text Example
White with #55BA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA88; }
p { color: rgb(85,186,136); }
H1.HeaderClassName
{
color: #55BA88;
}
.AnyTagClassName
{
color: #55BA88;
}
</style>
background-color css
<style>
a { background-color: #55BA88; }
a { background-color: rgb(85,186,136); }
div.DivClassName
{
background-color: #55BA88;
}
.BgClassName
{
background-color: #55BA88;
}
</style>
border-color css
<style>
span { border-color: #55BA88; }
span { border-color: rgb(85,186,136); }
td.TdClassName
{
border-color: #55BA88;
}
.TagClassName
{
border-color: #55BA88;
}
</style>