Shades of Silver Tree #55CB90
Tints of Silver Tree #55CB90
RGB
CMYK
RGB Variations
Color information
#55CB90 (or 0x55CB90) is known color: Silver Tree. HEX triplet: 55, CB and 90. RGB value is (85,203,144). Sum of RGB (Red+Green+Blue) = 85+203+144=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 203 (79.69% from 255 or 46.99% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CB90 is #AA346F. Grayscale: #A1A1A1. Windows color (decimal): -11154544 or 9489237. OLE color: 9489237.
HSL color Cylindrical-coordinate representation of color #55CB90: hue angle of 150º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CB90 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 203 | 144 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.20 |
| HSL | 150º | 0.53% | 0.56% | - |
| HSV(B) | 150º | 0.58% | 0.8% | - |
| XYZ | 30.14 | 46.66 | 33.8 | - |
| YUV | 160.99 | 118.41 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 203 | 144 | 0.58 | 0 | 0.29 | 0.20 | 150 | 0.53 | 0.56 |
| Hex | 55 | CB | 90 | 3A | 0 | 1D | 14 | 96 | 35 | 38 |
| Octal | 125 | 313 | 220 | 72 | 0 | 35 | 24 | 226 | 65 | 70 |
| Binary | 1010101 | 11001011 | 10010000 | 111010 | 0 | 11101 | 10100 | 10010110 | 110101 | 111000 |
Color Harmonies of #55CB90
Complementary color
Monochromatic Colors of #55CB90
Black with #55CB90
Text Example
Text Example
White with #55CB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CB90; }
p { color: rgb(85,203,144); }
H1.HeaderClassName
{
color: #55CB90;
}
.AnyTagClassName
{
color: #55CB90;
}
</style>
background-color css
<style>
a { background-color: #55CB90; }
a { background-color: rgb(85,203,144); }
div.DivClassName
{
background-color: #55CB90;
}
.BgClassName
{
background-color: #55CB90;
}
</style>
border-color css
<style>
span { border-color: #55CB90; }
span { border-color: rgb(85,203,144); }
td.TdClassName
{
border-color: #55CB90;
}
.TagClassName
{
border-color: #55CB90;
}
</style>