Color spaces of #537399
RGB | 83 | 115 | 153 |
---|---|---|---|
HSL | 0.59 | 0.30 | 0.46 |
HSV | 213° | 46° | 60° |
CMYK | 0.46 | 0.25 | 0.00 0.40 |
XYZ | 15.4478 | 16.4004 | 32.4884 |
Yxy | 16.4004 | 0.2401 | 0.2549 |
Hunter Lab | 40.4974 | -2.7814 | -19.2163 |
CIE-Lab | 47.4955 | -0.8235 | -24.1700 |
#537399 color RGB value is (83,115,153).
#537399 hex color red value is 83, green value is 115 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #537399 hue: 0.59 , saturation: 0.30 and the lightness value of 537399 is 0.46.
The process color (four color CMYK) of #537399 color hex is 0.46, 0.25, 0.00, 0.40. Web safe color of #537399 is #666699. Color #537399 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 01110011 | 10011001 |
Octal | 123 | 163 | 231 |
Decimal | 83 | 115 | 153 |
Hex | 53 | 73 | 99 |
Shades of #537399
Tints of #537399
RGB Percentages of Color #537399
CMYK Percentages of Color #537399
Complementary Color
#537399 | #997953 |
#537399 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#537399 Color Preview on White Background
Lorem ipsum dolor sit amet.
#537399 Color CSS Codes
.mybgcolor {background-color:#537399; } .myforecolor {color:#537399; } .mybordercolor {border:3px solid #537399; }
#537399 Text Font Color
<p style="color:#537399">Text here</p>
This sample text font color is #537399
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.
#537399 Background Color
<div style="background-color:#537399">
Div content here</div>
This div background color is #537399
#537399 Border Color
<div style="border:3px solid #537399">
Div here</div>
This div border color is #537399
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,115,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #537399; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #537399; -webkit-box-shadow: 1px 1px 3px 2px #537399; box-shadow: 1px 1px 3px 2px #537399; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,115,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #537399">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #537399; -webkit-box-shadow: 1px 1px 3px 2px #537399; box-shadow: 1px 1px 3px 2px #537399;">
Div content here</div>
This div box has shadow with color #537399
Comments
No comments written yet.
Please login to write comment.