Color spaces of #515673
RGB | 81 | 86 | 115 |
---|---|---|---|
HSL | 0.64 | 0.17 | 0.38 |
HSV | 231° | 30° | 45° |
CMYK | 0.30 | 0.25 | 0.00 0.55 |
XYZ | 9.8156 | 9.6427 | 17.5635 |
Yxy | 9.6427 | 0.2651 | 0.2605 |
Hunter Lab | 31.0527 | 2.0807 | -11.7977 |
CIE-Lab | 37.1934 | 5.3010 | -17.1586 |
#515673 color RGB value is (81,86,115).
#515673 hex color red value is 81, green value is 86 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #515673 hue: 0.64 , saturation: 0.17 and the lightness value of 515673 is 0.38.
The process color (four color CMYK) of #515673 color hex is 0.30, 0.25, 0.00, 0.55. Web safe color of #515673 is #666666. Color #515673 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 01010110 | 01110011 |
Octal | 121 | 126 | 163 |
Decimal | 81 | 86 | 115 |
Hex | 51 | 56 | 73 |
Shades of #515673
Tints of #515673
RGB Percentages of Color #515673
CMYK Percentages of Color #515673
Complementary Color
#515673 | #736e51 |
#515673 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#515673 Color Preview on White Background
Lorem ipsum dolor sit amet.
#515673 Color CSS Codes
.mybgcolor {background-color:#515673; } .myforecolor {color:#515673; } .mybordercolor {border:3px solid #515673; }
#515673 Text Font Color
<p style="color:#515673">Text here</p>
This sample text font color is #515673
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#515673 Background Color
<div style="background-color:#515673">
Div content here</div>
This div background color is #515673
#515673 Border Color
<div style="border:3px solid #515673">
Div here</div>
This div border color is #515673
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,86,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #515673; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #515673; -webkit-box-shadow: 1px 1px 3px 2px #515673; box-shadow: 1px 1px 3px 2px #515673; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,86,115, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #515673">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #515673; -webkit-box-shadow: 1px 1px 3px 2px #515673; box-shadow: 1px 1px 3px 2px #515673;">
Div content here</div>
This div box has shadow with color #515673
Comments
No comments written yet.
Please login to write comment.