Silver HEX Code
The HEX code for silver is #C0C0C0. Silver is a light metallic gray that represents modernity, sophistication, and technology. It's created with equal amounts of red, green, and blue at 75% brightness.
Silver Color Values
| Format | Value |
|---|
| HEX | #C0C0C0 |
| RGB | rgb(192, 192, 192) |
| HSL | hsl(0, 0%, 75%) |
| CMYK | C:0 M:0 Y:0 K:25 |
Silver Shades and Variations
| Shade | HEX | Description |
|---|
| White | #FFFFFF | Lightest |
| Platinum | #E5E4E2 | Light silver |
| Silver | #C0C0C0 | CSS silver |
| Dark Silver | #AFAFAF | Medium |
| Gunmetal | #8D918D | Blue-gray |
| Pewter | #899499 | Dark silver |
| Charcoal | #36454F | Very dark |
Silver in Design
Silver conveys:
- Technology: Modern, sleek
- Premium: Second to gold
- Sophistication: Clean, refined
- Industrial: Steel, machinery
Creating Metallic Silver Effect
``css
.metallic-silver {
background: linear-gradient(
135deg,
#B8B8B8,
#ECECEC,
#B8B8B8,
#F8F8F8,
#C4C4C4
);
}
/* Steel effect */
.steel {
background: linear-gradient(
to bottom,
#D7D7D7,
#9E9E9E
);
border: 1px solid #888;
}
``
Silver Color Palettes
| Theme | Primary | Secondary | Accent |
|---|
| Tech | #C0C0C0 | #8C8C8C | #5C5C5C |
| Elegant | #D8D8D8 | #A8A8A8 | #888888 |
| Industrial | #9E9E9E | #757575 | #616161 |
Silver vs Gray
| Color | HEX | Feel |
|---|
| Silver | #C0C0C0 | Metallic, reflective |
| Gray | #808080 | Neutral, muted |
| Light Gray | #D3D3D3 | Soft, understated |
Brands Using Silver
| Brand | HEX | Industry |
|---|
| Apple | #C0C0C0 | Technology |
| Mercedes-Benz | #AAAAAA | Automotive |
| Audi | #BBBBBB | Automotive |
| Sony | #CCCCCC | Electronics |
Silver is the go-to color for technology and premium brands seeking a modern, sophisticated appearance.