Stone Cold
#555555
Here's everything about the color Stone Cold (#555555) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #555555 | |
|---|---|---|
| RGB | rgb(85, 85, 85) | |
| HSL | hsl(0, 0%, 33%) | |
| CMYK | cmyk(0%, 0%, 0%, 67%) | |
| LAB | lab(36, 0, 0) | |
| OKLCH | oklch(0.45 0 0) |
Color harmonies
Tints & shades
Code snippets
color: #555555;
background-color: #555555;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF555555)
/* Swift / UIKit */
UIColor(red: 0.33, green: 0.33, blue: 0.33, alpha: 1.0)