Color spaces of #537aaf
RGB | 83 | 122 | 175 |
---|---|---|---|
HSL | 0.60 | 0.37 | 0.51 |
HSV | 215° | 53° | 69° |
CMYK | 0.53 | 0.30 | 0.00 0.31 |
XYZ | 18.2647 | 18.8532 | 43.2338 |
Yxy | 18.8532 | 0.2273 | 0.2346 |
Hunter Lab | 43.4203 | -0.8996 | -28.6412 |
CIE-Lab | 50.5150 | 1.8298 | -32.3191 |
#537aaf color RGB value is (83,122,175).
#537aaf hex color red value is 83, green value is 122 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #537aaf hue: 0.60 , saturation: 0.37 and the lightness value of 537aaf is 0.51.
The process color (four color CMYK) of #537aaf color hex is 0.53, 0.30, 0.00, 0.31. Web safe color of #537aaf is #666699. Color #537aaf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 01111010 | 10101111 |
Octal | 123 | 172 | 257 |
Decimal | 83 | 122 | 175 |
Hex | 53 | 7A | AF |
Shades of #537aaf
Tints of #537aaf
RGB Percentages of Color #537aaf
CMYK Percentages of Color #537aaf
Complementary Color
#537aaf | #af8853 |
#537aaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#537aaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#537aaf Color CSS Codes
.mybgcolor {background-color:#537aaf; } .myforecolor {color:#537aaf; } .mybordercolor {border:3px solid #537aaf; }
#537aaf Text Font Color
<p style="color:#537aaf">Text here</p>
This sample text font color is #537aaf
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.
#537aaf Background Color
<div style="background-color:#537aaf">
Div content here</div>
This div background color is #537aaf
#537aaf Border Color
<div style="border:3px solid #537aaf">
Div here</div>
This div border color is #537aaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,122,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #537aaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #537aaf; -webkit-box-shadow: 1px 1px 3px 2px #537aaf; box-shadow: 1px 1px 3px 2px #537aaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,122,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 #537aaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #537aaf; -webkit-box-shadow: 1px 1px 3px 2px #537aaf; box-shadow: 1px 1px 3px 2px #537aaf;">
Div content here</div>
This div box has shadow with color #537aaf
Comments
No comments written yet.
Please login to write comment.