Shades of Silver Tree #55C792
Tints of Silver Tree #55C792
RGB
CMYK
RGB Variations
Color information
#55C792 (or 0x55C792) is known color: Silver Tree. HEX triplet: 55, C7 and 92. RGB value is (85,199,146). Sum of RGB (Red+Green+Blue) = 85+199+146=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 199 (78.12% from 255 or 46.28% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 199 - color contains mainly: green. Hex color #55C792 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C792 is #AA386D. Grayscale: #9E9E9E. Windows color (decimal): -11155566 or 9619285. OLE color: 9619285.
HSL color Cylindrical-coordinate representation of color #55C792: hue angle of 152.11º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C792 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 199 | 146 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.22 |
| HSL | 152.11º | 0.5% | 0.56% | - |
| HSV(B) | 152.11º | 0.57% | 0.78% | - |
| XYZ | 29.36 | 44.85 | 34.3 | - |
| YUV | 158.87 | 120.73 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 199 | 146 | 0.57 | 0 | 0.27 | 0.22 | 152.11 | 0.5 | 0.56 |
| Hex | 55 | C7 | 92 | 39 | 0 | 1B | 16 | 98 | 32 | 38 |
| Octal | 125 | 307 | 222 | 71 | 0 | 33 | 26 | 230 | 62 | 70 |
| Binary | 1010101 | 11000111 | 10010010 | 111001 | 0 | 11011 | 10110 | 10011000 | 110010 | 111000 |
Color Harmonies of #55C792
Complementary color
Monochromatic Colors of #55C792
Black with #55C792
Text Example
Text Example
White with #55C792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C792; }
p { color: rgb(85,199,146); }
H1.HeaderClassName
{
color: #55C792;
}
.AnyTagClassName
{
color: #55C792;
}
</style>
background-color css
<style>
a { background-color: #55C792; }
a { background-color: rgb(85,199,146); }
div.DivClassName
{
background-color: #55C792;
}
.BgClassName
{
background-color: #55C792;
}
</style>
border-color css
<style>
span { border-color: #55C792; }
span { border-color: rgb(85,199,146); }
td.TdClassName
{
border-color: #55C792;
}
.TagClassName
{
border-color: #55C792;
}
</style>