CSS Color Background

Silver Lake Blue

Pure CSS color background: #5D89BA. Use this solid color for personal and commercial creative projects.

Preview

Silver Lake Blue solid color background preview (#5D89BA)

Color value: #5D89BA

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #5D89BA; }

HTML Code

<section class="hero silver-lake-blue-bg"> <h2>Your content</h2> </section> <style> .silver-lake-blue-bg { background-color: #5D89BA; } </style>