Shades of Silver Tree #55C188
Tints of Silver Tree #55C188
RGB
CMYK
RGB Variations
Color information
#55C188 (or 0x55C188) is known color: Silver Tree. HEX triplet: 55, C1 and 88. RGB value is (85,193,136). Sum of RGB (Red+Green+Blue) = 85+193+136=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 193 - color contains mainly: green. Hex color #55C188 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C188 is #AA3E77. Grayscale: #9A9A9A. Windows color (decimal): -11157112 or 8962389. OLE color: 8962389.
HSL color Cylindrical-coordinate representation of color #55C188: hue angle of 148.33º 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 #55C188 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 193 | 136 | - |
| CMYK | 0.56 | 0 | 0.30 | 0.24 |
| HSL | 148.33º | 0.47% | 0.55% | - |
| HSV(B) | 148.33º | 0.56% | 0.76% | - |
| XYZ | 27.26 | 41.85 | 29.93 | - |
| YUV | 154.21 | 117.72 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 193 | 136 | 0.56 | 0 | 0.30 | 0.24 | 148.33 | 0.47 | 0.55 |
| Hex | 55 | C1 | 88 | 38 | 0 | 1E | 18 | 94 | 2F | 37 |
| Octal | 125 | 301 | 210 | 70 | 0 | 36 | 30 | 224 | 57 | 67 |
| Binary | 1010101 | 11000001 | 10001000 | 111000 | 0 | 11110 | 11000 | 10010100 | 101111 | 110111 |
Color Harmonies of #55C188
Complementary color
Monochromatic Colors of #55C188
Black with #55C188
Text Example
Text Example
White with #55C188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C188; }
p { color: rgb(85,193,136); }
H1.HeaderClassName
{
color: #55C188;
}
.AnyTagClassName
{
color: #55C188;
}
</style>
background-color css
<style>
a { background-color: #55C188; }
a { background-color: rgb(85,193,136); }
div.DivClassName
{
background-color: #55C188;
}
.BgClassName
{
background-color: #55C188;
}
</style>
border-color css
<style>
span { border-color: #55C188; }
span { border-color: rgb(85,193,136); }
td.TdClassName
{
border-color: #55C188;
}
.TagClassName
{
border-color: #55C188;
}
</style>