Quote from developers.google.com :
Starting with version 39 of Chrome for Android on Lollipop, you can now use the theme color meta tag to set the color of the toolbar - this means that there are no more ticketing panels! The syntax is pretty simple: add a meta tag to your pages <head>with name="theme-color", and set contentCSS to any valid color.
For example:
<meta name="theme-color" content="#db5945">