Shades of Silver Tree #55C696
Tints of Silver Tree #55C696
RGB
CMYK
RGB Variations
Color information
#55C696 (or 0x55C696) is known color: Silver Tree. HEX triplet: 55, C6 and 96. RGB value is (85,198,150). Sum of RGB (Red+Green+Blue) = 85+198+150=433 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.63% from 433); Green value is 198 (77.73% from 255 or 45.73% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 198 - color contains mainly: green. Hex color #55C696 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C696 is #AA3969. Grayscale: #9E9E9E. Windows color (decimal): -11155818 or 9881173. OLE color: 9881173.
HSL color Cylindrical-coordinate representation of color #55C696: hue angle of 154.51º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C696 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 198 | 150 | - |
| CMYK | 0.57 | 0 | 0.24 | 0.22 |
| HSL | 154.51º | 0.5% | 0.55% | - |
| HSV(B) | 154.51º | 0.57% | 0.78% | - |
| XYZ | 29.45 | 44.52 | 35.9 | - |
| YUV | 158.74 | 123.06 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 198 | 150 | 0.57 | 0 | 0.24 | 0.22 | 154.51 | 0.5 | 0.55 |
| Hex | 55 | C6 | 96 | 39 | 0 | 18 | 16 | 9B | 32 | 37 |
| Octal | 125 | 306 | 226 | 71 | 0 | 30 | 26 | 233 | 62 | 67 |
| Binary | 1010101 | 11000110 | 10010110 | 111001 | 0 | 11000 | 10110 | 10011011 | 110010 | 110111 |
Color Harmonies of #55C696
Complementary color
Monochromatic Colors of #55C696
Black with #55C696
Text Example
Text Example
White with #55C696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C696; }
p { color: rgb(85,198,150); }
H1.HeaderClassName
{
color: #55C696;
}
.AnyTagClassName
{
color: #55C696;
}
</style>
background-color css
<style>
a { background-color: #55C696; }
a { background-color: rgb(85,198,150); }
div.DivClassName
{
background-color: #55C696;
}
.BgClassName
{
background-color: #55C696;
}
</style>
border-color css
<style>
span { border-color: #55C696; }
span { border-color: rgb(85,198,150); }
td.TdClassName
{
border-color: #55C696;
}
.TagClassName
{
border-color: #55C696;
}
</style>