Shades of Silver Tree #55B485
Tints of Silver Tree #55B485
RGB
CMYK
RGB Variations
Color information
#55B485 (or 0x55B485) is known color: Silver Tree. HEX triplet: 55, B4 and 85. RGB value is (85,180,133). Sum of RGB (Red+Green+Blue) = 85+180+133=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 180 - color contains mainly: green. Hex color #55B485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B485 is #AA4B7A. Grayscale: #929292. Windows color (decimal): -11160443 or 8762453. OLE color: 8762453.
HSL color Cylindrical-coordinate representation of color #55B485: hue angle of 150.32º 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 #55B485 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 180 | 133 | - |
| CMYK | 0.53 | 0 | 0.26 | 0.29 |
| HSL | 150.32º | 0.39% | 0.52% | - |
| HSV(B) | 150.32º | 0.53% | 0.71% | - |
| XYZ | 24.3 | 36.27 | 27.91 | - |
| YUV | 146.24 | 120.53 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 180 | 133 | 0.53 | 0 | 0.26 | 0.29 | 150.32 | 0.39 | 0.52 |
| Hex | 55 | B4 | 85 | 35 | 0 | 1A | 1D | 96 | 27 | 34 |
| Octal | 125 | 264 | 205 | 65 | 0 | 32 | 35 | 226 | 47 | 64 |
| Binary | 1010101 | 10110100 | 10000101 | 110101 | 0 | 11010 | 11101 | 10010110 | 100111 | 110100 |
Color Harmonies of #55B485
Complementary color
Monochromatic Colors of #55B485
Black with #55B485
Text Example
Text Example
White with #55B485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B485; }
p { color: rgb(85,180,133); }
H1.HeaderClassName
{
color: #55B485;
}
.AnyTagClassName
{
color: #55B485;
}
</style>
background-color css
<style>
a { background-color: #55B485; }
a { background-color: rgb(85,180,133); }
div.DivClassName
{
background-color: #55B485;
}
.BgClassName
{
background-color: #55B485;
}
</style>
border-color css
<style>
span { border-color: #55B485; }
span { border-color: rgb(85,180,133); }
td.TdClassName
{
border-color: #55B485;
}
.TagClassName
{
border-color: #55B485;
}
</style>