Shades of Silver Tree #55D093
Tints of Silver Tree #55D093
RGB
CMYK
RGB Variations
Color information
#55D093 (or 0x55D093) is known color: Silver Tree. HEX triplet: 55, D0 and 93. RGB value is (85,208,147). Sum of RGB (Red+Green+Blue) = 85+208+147=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 208 - color contains mainly: green. Hex color #55D093 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D093 is #AA2F6C. Grayscale: #A4A4A4. Windows color (decimal): -11153261 or 9687125. OLE color: 9687125.
HSL color Cylindrical-coordinate representation of color #55D093: hue angle of 150.24º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55D093 is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 208 | 147 | - |
| CMYK | 0.59 | 0 | 0.29 | 0.18 |
| HSL | 150.24º | 0.57% | 0.57% | - |
| HSV(B) | 150.24º | 0.59% | 0.82% | - |
| XYZ | 31.57 | 49.15 | 35.43 | - |
| YUV | 164.27 | 118.25 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 208 | 147 | 0.59 | 0 | 0.29 | 0.18 | 150.24 | 0.57 | 0.57 |
| Hex | 55 | D0 | 93 | 3B | 0 | 1D | 12 | 96 | 39 | 39 |
| Octal | 125 | 320 | 223 | 73 | 0 | 35 | 22 | 226 | 71 | 71 |
| Binary | 1010101 | 11010000 | 10010011 | 111011 | 0 | 11101 | 10010 | 10010110 | 111001 | 111001 |
Color Harmonies of #55D093
Complementary color
Monochromatic Colors of #55D093
Black with #55D093
Text Example
Text Example
White with #55D093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D093; }
p { color: rgb(85,208,147); }
H1.HeaderClassName
{
color: #55D093;
}
.AnyTagClassName
{
color: #55D093;
}
</style>
background-color css
<style>
a { background-color: #55D093; }
a { background-color: rgb(85,208,147); }
div.DivClassName
{
background-color: #55D093;
}
.BgClassName
{
background-color: #55D093;
}
</style>
border-color css
<style>
span { border-color: #55D093; }
span { border-color: rgb(85,208,147); }
td.TdClassName
{
border-color: #55D093;
}
.TagClassName
{
border-color: #55D093;
}
</style>