Stream Burble
#5e7e7d
Stream Burble, represented by the hex value #5e7e7d, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #5e7e7d | |
|---|---|---|
| RGB | rgb(94, 126, 125) | |
| HSL | hsl(178, 15%, 43%) | |
| CMYK | cmyk(25%, 0%, 1%, 51%) | |
| LAB | lab(50, -12, -3) | |
| OKLCH | oklch(0.57 0.036 194) |
Color harmonies
Tints & shades
Code snippets
color: #5e7e7d;
background-color: #5e7e7d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF5E7E7D)
/* Swift / UIKit */
UIColor(red: 0.37, green: 0.49, blue: 0.49, alpha: 1.0)