Concrete Landscape
#5c606e
Concrete Landscape, represented by the hex value #5c606e, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #5c606e | |
|---|---|---|
| RGB | rgb(92, 96, 110) | |
| HSL | hsl(227, 9%, 40%) | |
| CMYK | cmyk(16%, 13%, 0%, 57%) | |
| LAB | lab(41, 1, -9) | |
| OKLCH | oklch(0.49 0.023 273) |
Color harmonies
Tints & shades
Code snippets
color: #5c606e;
background-color: #5c606e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF5C606E)
/* Swift / UIKit */
UIColor(red: 0.36, green: 0.38, blue: 0.43, alpha: 1.0)