#5A5B9E color RGB value is (5, 165, 185).
#5A5B9E hex color red value is 5, green value is 165, and blue value is 185.
Cylindrical-coordinate representations (HSL) of color #5A5B9E
hue: 186.67,
saturation: 0.95 and lightness: 0.37.
The process color (four-color CMYK) of #5A5B9E color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #5A5B9E is #ff9999. Color #5A5B9E contains mainly RED.
Color spaces of #5A5B9E | Value |
---|---|
RGB | 90, 91, 158 |
HSL | 0.66, 0.27, 0.49 |
HSV | 239°, 43°, 62° |
XYZ | 14.13, 12.12, 33.94 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 1011010 | 1011011 | 10011110 |
Octal | 132 | 133 | 236 |
Decimal | 90 | 91 | 158 |
Hex | 5A | 5B | 9E |
Shades of #5A5B9E
Tints of #5A5B9E
.mybgColor {background-color: #5A5B9E;} .myforeColor {color: #5A5B9E;} .myborderColor {border:3px solid #5A5B9E;}
<p style="color:#5A5B9E">Text here</p>
This sample text is styled with the font color #5A5B9E. 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:#5A5B9E">Div content here</div>
<div style="border:3px solid #5A5B9E">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(90, 91, 158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5A5B9E; } .divShadow { -moz-box-shadow: 1px 1px 3px #5A5B9E; -webkit-box-shadow: 1px 1px 3px #5A5B9E; box-shadow: 1px 1px 3px #5A5B9E; }
<p style="text-shadow: 4px 4px 2px rgba(90, 91, 158, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #5A5B9E;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #5A5B9E;
-webkit-box-shadow: 1px 1px 3px #5A5B9E;
box-shadow: 1px 1px 3px #5A5B9E;">Div content here</div>