Shades of Silver Tree #55DA92
Tints of Silver Tree #55DA92
RGB
CMYK
RGB Variations
Color information
#55DA92 (or 0x55DA92) is known color: Silver Tree. HEX triplet: 55, DA and 92. RGB value is (85,218,146). Sum of RGB (Red+Green+Blue) = 85+218+146=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DA92 is #AA256D. Grayscale: #AAAAAA. Windows color (decimal): -11150702 or 9624149. OLE color: 9624149.
HSL color Cylindrical-coordinate representation of color #55DA92: hue angle of 147.52º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DA92 is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 218 | 146 | - |
| CMYK | 0.61 | 0 | 0.33 | 0.15 |
| HSL | 147.52º | 0.64% | 0.59% | - |
| HSV(B) | 147.52º | 0.61% | 0.85% | - |
| XYZ | 34.01 | 54.15 | 35.85 | - |
| YUV | 170.03 | 114.44 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 218 | 146 | 0.61 | 0 | 0.33 | 0.15 | 147.52 | 0.64 | 0.59 |
| Hex | 55 | DA | 92 | 3D | 0 | 21 | F | 94 | 40 | 3B |
| Octal | 125 | 332 | 222 | 75 | 0 | 41 | 17 | 224 | 100 | 73 |
| Binary | 1010101 | 11011010 | 10010010 | 111101 | 0 | 100001 | 1111 | 10010100 | 1000000 | 111011 |
Color Harmonies of #55DA92
Complementary color
Monochromatic Colors of #55DA92
Black with #55DA92
Text Example
Text Example
White with #55DA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DA92; }
p { color: rgb(85,218,146); }
H1.HeaderClassName
{
color: #55DA92;
}
.AnyTagClassName
{
color: #55DA92;
}
</style>
background-color css
<style>
a { background-color: #55DA92; }
a { background-color: rgb(85,218,146); }
div.DivClassName
{
background-color: #55DA92;
}
.BgClassName
{
background-color: #55DA92;
}
</style>
border-color css
<style>
span { border-color: #55DA92; }
span { border-color: rgb(85,218,146); }
td.TdClassName
{
border-color: #55DA92;
}
.TagClassName
{
border-color: #55DA92;
}
</style>