Shades of Silver Tree #55C594
Tints of Silver Tree #55C594
RGB
CMYK
RGB Variations
Color information
#55C594 (or 0x55C594) is known color: Silver Tree. HEX triplet: 55, C5 and 94. RGB value is (85,197,148). Sum of RGB (Red+Green+Blue) = 85+197+148=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 197 - color contains mainly: green. Hex color #55C594 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C594 is #AA3A6B. Grayscale: #9E9E9E. Windows color (decimal): -11156076 or 9749845. OLE color: 9749845.
HSL color Cylindrical-coordinate representation of color #55C594: hue angle of 153.75º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C594 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 197 | 148 | - |
| CMYK | 0.57 | 0 | 0.25 | 0.23 |
| HSL | 153.75º | 0.49% | 0.55% | - |
| HSV(B) | 153.75º | 0.57% | 0.77% | - |
| XYZ | 29.06 | 44 | 34.98 | - |
| YUV | 157.93 | 122.39 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 197 | 148 | 0.57 | 0 | 0.25 | 0.23 | 153.75 | 0.49 | 0.55 |
| Hex | 55 | C5 | 94 | 39 | 0 | 19 | 17 | 9A | 31 | 37 |
| Octal | 125 | 305 | 224 | 71 | 0 | 31 | 27 | 232 | 61 | 67 |
| Binary | 1010101 | 11000101 | 10010100 | 111001 | 0 | 11001 | 10111 | 10011010 | 110001 | 110111 |
Color Harmonies of #55C594
Complementary color
Monochromatic Colors of #55C594
Black with #55C594
Text Example
Text Example
White with #55C594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C594; }
p { color: rgb(85,197,148); }
H1.HeaderClassName
{
color: #55C594;
}
.AnyTagClassName
{
color: #55C594;
}
</style>
background-color css
<style>
a { background-color: #55C594; }
a { background-color: rgb(85,197,148); }
div.DivClassName
{
background-color: #55C594;
}
.BgClassName
{
background-color: #55C594;
}
</style>
border-color css
<style>
span { border-color: #55C594; }
span { border-color: rgb(85,197,148); }
td.TdClassName
{
border-color: #55C594;
}
.TagClassName
{
border-color: #55C594;
}
</style>