Color #555555

#555555rgb(85, 85, 85)

Color Codes

HEX#555555
RGBrgb(85, 85, 85)
HSLhsl(0°, 0%, 33%)
CMYKcmyk(0%, 0%, 0%, 67%)
CIELABLab(36.1, 0, 0)

Color Schemes

Tints & Shades

CSS Code Snippets

background-color: #555555;
color: #555555;
border: 2px solid #555555;
background: linear-gradient(135deg, #555555, #555555);

Code Export

css
:root {
  --color-primary: #555555;
  --color-primary-rgb: 85, 85, 85;
  --color-primary-hsl: 0, 0%, 33%;
}

Related Tools