#515168 color RGB value is (5, 21, 22).
#515168 hex color red value is 5, green value is 21, and blue value is 22.
Cylindrical-coordinate representations (HSL) of color #515168
hue: 183.53,
saturation: 0.63 and lightness: 0.05.
The process color (four-color CMYK) of #515168 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #515168 is #ff9999. Color #515168 contains mainly RED.
| Color spaces of #515168 | Value |
|---|---|
| RGB | 81, 81, 104 |
| HSL | 0.67, 0.12, 0.36 |
| HSV | 240°, 22°, 41° |
| XYZ | 8.83, 8.63, 14.3 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1010001 | 1010001 | 1101000 |
| Octal | 121 | 121 | 150 |
| Decimal | 81 | 81 | 104 |
| Hex | 51 | 51 | 68 |
Shades of #515168
Tints of #515168
.mybgColor {background-color: #515168;}
.myforeColor {color: #515168;}
.myborderColor {border:3px solid #515168;}
<p style="color:#515168">Text here</p>
This sample text is styled with the font color #515168. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#515168">Div content here</div>
<div style="border:3px solid #515168">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(81, 81, 104, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #515168; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #515168;
-webkit-box-shadow: 1px 1px 3px #515168;
box-shadow: 1px 1px 3px #515168; }
<p style="text-shadow: 4px 4px 2px rgba(81, 81, 104, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #515168;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #515168;
-webkit-box-shadow: 1px 1px 3px #515168;
box-shadow: 1px 1px 3px #515168;">Div content here</div>
