Shades of Silver Tree #55D292
Tints of Silver Tree #55D292
RGB
CMYK
RGB Variations
Color information
#55D292 (or 0x55D292) is known color: Silver Tree. HEX triplet: 55, D2 and 92. RGB value is (85,210,146). Sum of RGB (Red+Green+Blue) = 85+210+146=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 210 - color contains mainly: green. Hex color #55D292 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D292 is #AA2D6D. Grayscale: #A5A5A5. Windows color (decimal): -11152750 or 9622101. OLE color: 9622101.
HSL color Cylindrical-coordinate representation of color #55D292: hue angle of 149.28º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D292 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 210 | 146 | - |
| CMYK | 0.60 | 0 | 0.30 | 0.18 |
| HSL | 149.28º | 0.58% | 0.58% | - |
| HSV(B) | 149.28º | 0.6% | 0.82% | - |
| XYZ | 31.98 | 50.1 | 35.18 | - |
| YUV | 165.33 | 117.09 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 210 | 146 | 0.60 | 0 | 0.30 | 0.18 | 149.28 | 0.58 | 0.58 |
| Hex | 55 | D2 | 92 | 3C | 0 | 1E | 12 | 95 | 3A | 3A |
| Octal | 125 | 322 | 222 | 74 | 0 | 36 | 22 | 225 | 72 | 72 |
| Binary | 1010101 | 11010010 | 10010010 | 111100 | 0 | 11110 | 10010 | 10010101 | 111010 | 111010 |
Color Harmonies of #55D292
Complementary color
Monochromatic Colors of #55D292
Black with #55D292
Text Example
Text Example
White with #55D292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D292; }
p { color: rgb(85,210,146); }
H1.HeaderClassName
{
color: #55D292;
}
.AnyTagClassName
{
color: #55D292;
}
</style>
background-color css
<style>
a { background-color: #55D292; }
a { background-color: rgb(85,210,146); }
div.DivClassName
{
background-color: #55D292;
}
.BgClassName
{
background-color: #55D292;
}
</style>
border-color css
<style>
span { border-color: #55D292; }
span { border-color: rgb(85,210,146); }
td.TdClassName
{
border-color: #55D292;
}
.TagClassName
{
border-color: #55D292;
}
</style>