Color spaces of #517eaf
RGB | 81 | 126 | 175 |
---|---|---|---|
HSL | 0.59 | 0.37 | 0.50 |
HSV | 211° | 54° | 69° |
CMYK | 0.54 | 0.28 | 0.00 0.31 |
XYZ | 18.5921 | 19.7662 | 43.3928 |
Yxy | 19.7662 | 0.2274 | 0.2418 |
Hunter Lab | 44.4592 | -3.1578 | -26.7464 |
CIE-Lab | 51.5718 | -1.0116 | -30.6770 |
#517eaf color RGB value is (81,126,175).
#517eaf hex color red value is 81, green value is 126 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #517eaf hue: 0.59 , saturation: 0.37 and the lightness value of 517eaf is 0.50.
The process color (four color CMYK) of #517eaf color hex is 0.54, 0.28, 0.00, 0.31. Web safe color of #517eaf is #666699. Color #517eaf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 01111110 | 10101111 |
Octal | 121 | 176 | 257 |
Decimal | 81 | 126 | 175 |
Hex | 51 | 7E | AF |
Shades of #517eaf
Tints of #517eaf
RGB Percentages of Color #517eaf
CMYK Percentages of Color #517eaf
Complementary Color
#517eaf | #af8251 |
#517eaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#517eaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#517eaf Color CSS Codes
.mybgcolor {background-color:#517eaf; } .myforecolor {color:#517eaf; } .mybordercolor {border:3px solid #517eaf; }
#517eaf Text Font Color
<p style="color:#517eaf">Text here</p>
This sample text font color is #517eaf
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.
#517eaf Background Color
<div style="background-color:#517eaf">
Div content here</div>
This div background color is #517eaf
#517eaf Border Color
<div style="border:3px solid #517eaf">
Div here</div>
This div border color is #517eaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,126,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #517eaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #517eaf; -webkit-box-shadow: 1px 1px 3px 2px #517eaf; box-shadow: 1px 1px 3px 2px #517eaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,126,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #517eaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #517eaf; -webkit-box-shadow: 1px 1px 3px 2px #517eaf; box-shadow: 1px 1px 3px 2px #517eaf;">
Div content here</div>
This div box has shadow with color #517eaf
Comments
No comments written yet.
Please login to write comment.