Shades of Silver Tree #55C08C
Tints of Silver Tree #55C08C
RGB
CMYK
RGB Variations
Color information
#55C08C (or 0x55C08C) is known color: Silver Tree. HEX triplet: 55, C0 and 8C. RGB value is (85,192,140). Sum of RGB (Red+Green+Blue) = 85+192+140=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 192 - color contains mainly: green. Hex color #55C08C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C08C is #AA3F73. Grayscale: #9A9A9A. Windows color (decimal): -11157364 or 9224277. OLE color: 9224277.
HSL color Cylindrical-coordinate representation of color #55C08C: hue angle of 150.84º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C08C is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 192 | 140 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.25 |
| HSL | 150.84º | 0.46% | 0.54% | - |
| HSV(B) | 150.84º | 0.56% | 0.75% | - |
| XYZ | 27.33 | 41.52 | 31.39 | - |
| YUV | 154.08 | 120.05 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 140 | 0.56 | 0 | 0.27 | 0.25 | 150.84 | 0.46 | 0.54 |
| Hex | 55 | C0 | 8C | 38 | 0 | 1B | 19 | 97 | 2E | 36 |
| Octal | 125 | 300 | 214 | 70 | 0 | 33 | 31 | 227 | 56 | 66 |
| Binary | 1010101 | 11000000 | 10001100 | 111000 | 0 | 11011 | 11001 | 10010111 | 101110 | 110110 |
Color Harmonies of #55C08C
Complementary color
Monochromatic Colors of #55C08C
Black with #55C08C
Text Example
Text Example
White with #55C08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C08C; }
p { color: rgb(85,192,140); }
H1.HeaderClassName
{
color: #55C08C;
}
.AnyTagClassName
{
color: #55C08C;
}
</style>
background-color css
<style>
a { background-color: #55C08C; }
a { background-color: rgb(85,192,140); }
div.DivClassName
{
background-color: #55C08C;
}
.BgClassName
{
background-color: #55C08C;
}
</style>
border-color css
<style>
span { border-color: #55C08C; }
span { border-color: rgb(85,192,140); }
td.TdClassName
{
border-color: #55C08C;
}
.TagClassName
{
border-color: #55C08C;
}
</style>