Shades of Silver Tree #55C291
Tints of Silver Tree #55C291
RGB
CMYK
RGB Variations
Color information
#55C291 (or 0x55C291) is known color: Silver Tree. HEX triplet: 55, C2 and 91. RGB value is (85,194,145). Sum of RGB (Red+Green+Blue) = 85+194+145=424 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.05% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 194 - color contains mainly: green. Hex color #55C291 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C291 is #AA3D6E. Grayscale: #9B9B9B. Windows color (decimal): -11156847 or 9552469. OLE color: 9552469.
HSL color Cylindrical-coordinate representation of color #55C291: hue angle of 153.03º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C291 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 194 | 145 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.24 |
| HSL | 153.03º | 0.47% | 0.55% | - |
| HSV(B) | 153.03º | 0.56% | 0.76% | - |
| XYZ | 28.15 | 42.56 | 33.52 | - |
| YUV | 155.82 | 121.89 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 194 | 145 | 0.56 | 0 | 0.25 | 0.24 | 153.03 | 0.47 | 0.55 |
| Hex | 55 | C2 | 91 | 38 | 0 | 19 | 18 | 99 | 2F | 37 |
| Octal | 125 | 302 | 221 | 70 | 0 | 31 | 30 | 231 | 57 | 67 |
| Binary | 1010101 | 11000010 | 10010001 | 111000 | 0 | 11001 | 11000 | 10011001 | 101111 | 110111 |
Color Harmonies of #55C291
Complementary color
Monochromatic Colors of #55C291
Black with #55C291
Text Example
Text Example
White with #55C291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C291; }
p { color: rgb(85,194,145); }
H1.HeaderClassName
{
color: #55C291;
}
.AnyTagClassName
{
color: #55C291;
}
</style>
background-color css
<style>
a { background-color: #55C291; }
a { background-color: rgb(85,194,145); }
div.DivClassName
{
background-color: #55C291;
}
.BgClassName
{
background-color: #55C291;
}
</style>
border-color css
<style>
span { border-color: #55C291; }
span { border-color: rgb(85,194,145); }
td.TdClassName
{
border-color: #55C291;
}
.TagClassName
{
border-color: #55C291;
}
</style>