Shades of Silver Tree #55D692
Tints of Silver Tree #55D692
RGB
CMYK
RGB Variations
Color information
#55D692 (or 0x55D692) is known color: Silver Tree. HEX triplet: 55, D6 and 92. RGB value is (85,214,146). Sum of RGB (Red+Green+Blue) = 85+214+146=445 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.10% from 445); Green value is 214 (83.98% from 255 or 48.09% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 214 - color contains mainly: green. Hex color #55D692 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D692 is #AA296D. Grayscale: #A7A7A7. Windows color (decimal): -11151726 or 9623125. OLE color: 9623125.
HSL color Cylindrical-coordinate representation of color #55D692: hue angle of 148.37º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D692 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 214 | 146 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.16 |
| HSL | 148.37º | 0.61% | 0.59% | - |
| HSV(B) | 148.37º | 0.6% | 0.84% | - |
| XYZ | 32.98 | 52.1 | 35.51 | - |
| YUV | 167.68 | 115.76 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 214 | 146 | 0.60 | 0 | 0.32 | 0.16 | 148.37 | 0.61 | 0.59 |
| Hex | 55 | D6 | 92 | 3C | 0 | 20 | 10 | 94 | 3D | 3B |
| Octal | 125 | 326 | 222 | 74 | 0 | 40 | 20 | 224 | 75 | 73 |
| Binary | 1010101 | 11010110 | 10010010 | 111100 | 0 | 100000 | 10000 | 10010100 | 111101 | 111011 |
Color Harmonies of #55D692
Complementary color
Monochromatic Colors of #55D692
Black with #55D692
Text Example
Text Example
White with #55D692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D692; }
p { color: rgb(85,214,146); }
H1.HeaderClassName
{
color: #55D692;
}
.AnyTagClassName
{
color: #55D692;
}
</style>
background-color css
<style>
a { background-color: #55D692; }
a { background-color: rgb(85,214,146); }
div.DivClassName
{
background-color: #55D692;
}
.BgClassName
{
background-color: #55D692;
}
</style>
border-color css
<style>
span { border-color: #55D692; }
span { border-color: rgb(85,214,146); }
td.TdClassName
{
border-color: #55D692;
}
.TagClassName
{
border-color: #55D692;
}
</style>