Shades of Silver Tree #55B286
Tints of Silver Tree #55B286
RGB
CMYK
RGB Variations
Color information
#55B286 (or 0x55B286) is known color: Silver Tree. HEX triplet: 55, B2 and 86. RGB value is (85,178,134). Sum of RGB (Red+Green+Blue) = 85+178+134=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 178 - color contains mainly: green. Hex color #55B286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55B286 is #AA4D79. Grayscale: #919191. Windows color (decimal): -11160954 or 8827477. OLE color: 8827477.
HSL color Cylindrical-coordinate representation of color #55B286: hue angle of 151.61º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B286 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 178 | 134 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.30 |
| HSL | 151.61º | 0.38% | 0.52% | - |
| HSV(B) | 151.61º | 0.52% | 0.7% | - |
| XYZ | 23.97 | 35.49 | 28.14 | - |
| YUV | 145.18 | 121.69 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 178 | 134 | 0.52 | 0 | 0.25 | 0.30 | 151.61 | 0.38 | 0.52 |
| Hex | 55 | B2 | 86 | 34 | 0 | 19 | 1E | 98 | 26 | 34 |
| Octal | 125 | 262 | 206 | 64 | 0 | 31 | 36 | 230 | 46 | 64 |
| Binary | 1010101 | 10110010 | 10000110 | 110100 | 0 | 11001 | 11110 | 10011000 | 100110 | 110100 |
Color Harmonies of #55B286
Complementary color
Monochromatic Colors of #55B286
Black with #55B286
Text Example
Text Example
White with #55B286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B286; }
p { color: rgb(85,178,134); }
H1.HeaderClassName
{
color: #55B286;
}
.AnyTagClassName
{
color: #55B286;
}
</style>
background-color css
<style>
a { background-color: #55B286; }
a { background-color: rgb(85,178,134); }
div.DivClassName
{
background-color: #55B286;
}
.BgClassName
{
background-color: #55B286;
}
</style>
border-color css
<style>
span { border-color: #55B286; }
span { border-color: rgb(85,178,134); }
td.TdClassName
{
border-color: #55B286;
}
.TagClassName
{
border-color: #55B286;
}
</style>