Color spaces of #537dad
RGB | 83 | 125 | 173 |
---|---|---|---|
HSL | 0.59 | 0.35 | 0.50 |
HSV | 212° | 52° | 68° |
CMYK | 0.52 | 0.28 | 0.00 0.32 |
XYZ | 18.4437 | 19.5234 | 42.3315 |
Yxy | 19.5234 | 0.2297 | 0.2431 |
Hunter Lab | 44.1853 | -2.8153 | -25.8728 |
CIE-Lab | 51.2940 | -0.5884 | -29.9461 |
#537dad color RGB value is (83,125,173).
#537dad hex color red value is 83, green value is 125 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #537dad hue: 0.59 , saturation: 0.35 and the lightness value of 537dad is 0.50.
The process color (four color CMYK) of #537dad color hex is 0.52, 0.28, 0.00, 0.32. Web safe color of #537dad is #666699. Color #537dad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 01111101 | 10101101 |
Octal | 123 | 175 | 255 |
Decimal | 83 | 125 | 173 |
Hex | 53 | 7D | AD |
Shades of #537dad
Tints of #537dad
RGB Percentages of Color #537dad
CMYK Percentages of Color #537dad
Complementary Color
#537dad | #ad8353 |
#537dad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#537dad Color Preview on White Background
Lorem ipsum dolor sit amet.
#537dad Color CSS Codes
.mybgcolor {background-color:#537dad; } .myforecolor {color:#537dad; } .mybordercolor {border:3px solid #537dad; }
#537dad Text Font Color
<p style="color:#537dad">Text here</p>
This sample text font color is #537dad
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.
#537dad Background Color
<div style="background-color:#537dad">
Div content here</div>
This div background color is #537dad
#537dad Border Color
<div style="border:3px solid #537dad">
Div here</div>
This div border color is #537dad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,125,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #537dad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #537dad; -webkit-box-shadow: 1px 1px 3px 2px #537dad; box-shadow: 1px 1px 3px 2px #537dad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,125,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #537dad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #537dad; -webkit-box-shadow: 1px 1px 3px 2px #537dad; box-shadow: 1px 1px 3px 2px #537dad;">
Div content here</div>
This div box has shadow with color #537dad
Comments
No comments written yet.
Please login to write comment.