Shades of Silver Tree #55CA90
Tints of Silver Tree #55CA90
RGB
CMYK
RGB Variations
Color information
#55CA90 (or 0x55CA90) is known color: Silver Tree. HEX triplet: 55, CA and 90. RGB value is (85,202,144). Sum of RGB (Red+Green+Blue) = 85+202+144=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CA90 is #AA356F. Grayscale: #A0A0A0. Windows color (decimal): -11154800 or 9488981. OLE color: 9488981.
HSL color Cylindrical-coordinate representation of color #55CA90: hue angle of 150.26º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CA90 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 202 | 144 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.21 |
| HSL | 150.26º | 0.52% | 0.56% | - |
| HSV(B) | 150.26º | 0.58% | 0.79% | - |
| XYZ | 29.9 | 46.19 | 33.72 | - |
| YUV | 160.41 | 118.74 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 202 | 144 | 0.58 | 0 | 0.29 | 0.21 | 150.26 | 0.52 | 0.56 |
| Hex | 55 | CA | 90 | 3A | 0 | 1D | 15 | 96 | 34 | 38 |
| Octal | 125 | 312 | 220 | 72 | 0 | 35 | 25 | 226 | 64 | 70 |
| Binary | 1010101 | 11001010 | 10010000 | 111010 | 0 | 11101 | 10101 | 10010110 | 110100 | 111000 |
Color Harmonies of #55CA90
Complementary color
Monochromatic Colors of #55CA90
Black with #55CA90
Text Example
Text Example
White with #55CA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CA90; }
p { color: rgb(85,202,144); }
H1.HeaderClassName
{
color: #55CA90;
}
.AnyTagClassName
{
color: #55CA90;
}
</style>
background-color css
<style>
a { background-color: #55CA90; }
a { background-color: rgb(85,202,144); }
div.DivClassName
{
background-color: #55CA90;
}
.BgClassName
{
background-color: #55CA90;
}
</style>
border-color css
<style>
span { border-color: #55CA90; }
span { border-color: rgb(85,202,144); }
td.TdClassName
{
border-color: #55CA90;
}
.TagClassName
{
border-color: #55CA90;
}
</style>