Shades of Silver Tree #55B784
Tints of Silver Tree #55B784
RGB
CMYK
RGB Variations
Color information
#55B784 (or 0x55B784) is known color: Silver Tree. HEX triplet: 55, B7 and 84. RGB value is (85,183,132). Sum of RGB (Red+Green+Blue) = 85+183+132=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 183 - color contains mainly: green. Hex color #55B784 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B784 is #AA487B. Grayscale: #939393. Windows color (decimal): -11159676 or 8697685. OLE color: 8697685.
HSL color Cylindrical-coordinate representation of color #55B784: hue angle of 148.78º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55B784 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 183 | 132 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.28 |
| HSL | 148.78º | 0.4% | 0.53% | - |
| HSV(B) | 148.78º | 0.54% | 0.72% | - |
| XYZ | 24.84 | 37.46 | 27.75 | - |
| YUV | 147.88 | 119.03 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 183 | 132 | 0.54 | 0 | 0.28 | 0.28 | 148.78 | 0.4 | 0.53 |
| Hex | 55 | B7 | 84 | 36 | 0 | 1C | 1C | 95 | 28 | 35 |
| Octal | 125 | 267 | 204 | 66 | 0 | 34 | 34 | 225 | 50 | 65 |
| Binary | 1010101 | 10110111 | 10000100 | 110110 | 0 | 11100 | 11100 | 10010101 | 101000 | 110101 |
Color Harmonies of #55B784
Complementary color
Monochromatic Colors of #55B784
Black with #55B784
Text Example
Text Example
White with #55B784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B784; }
p { color: rgb(85,183,132); }
H1.HeaderClassName
{
color: #55B784;
}
.AnyTagClassName
{
color: #55B784;
}
</style>
background-color css
<style>
a { background-color: #55B784; }
a { background-color: rgb(85,183,132); }
div.DivClassName
{
background-color: #55B784;
}
.BgClassName
{
background-color: #55B784;
}
</style>
border-color css
<style>
span { border-color: #55B784; }
span { border-color: rgb(85,183,132); }
td.TdClassName
{
border-color: #55B784;
}
.TagClassName
{
border-color: #55B784;
}
</style>