Color spaces of #053589
RGB | 5 | 53 | 137 |
---|---|---|---|
HSL | 0.61 | 0.93 | 0.28 |
HSV | 218° | 96° | 54° |
CMYK | 0.96 | 0.61 | 0.00 0.46 |
XYZ | 5.8510 | 4.3846 | 24.2048 |
Yxy | 4.3846 | 0.1699 | 0.1273 |
Hunter Lab | 20.9394 | 13.2333 | -53.8783 |
CIE-Lab | 24.9042 | 21.1130 | -50.6312 |
#053589 color RGB value is (5,53,137).
#053589 hex color red value is 5, green value is 53 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #053589 hue: 0.61 , saturation: 0.93 and the lightness value of 053589 is 0.28.
The process color (four color CMYK) of #053589 color hex is 0.96, 0.61, 0.00, 0.46. Web safe color of #053589 is #003399. Color #053589 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000101 | 00110101 | 10001001 |
Octal | 5 | 65 | 211 |
Decimal | 5 | 53 | 137 |
Hex | 5 | 35 | 89 |
Shades of #053589
Tints of #053589
RGB Percentages of Color #053589
CMYK Percentages of Color #053589
Complementary Color
#053589 | #895905 |
#053589 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#053589 Color Preview on White Background
Lorem ipsum dolor sit amet.
#053589 Color CSS Codes
.mybgcolor {background-color:#053589; } .myforecolor {color:#053589; } .mybordercolor {border:3px solid #053589; }
#053589 Text Font Color
<p style="color:#053589">Text here</p>
This sample text font color is #053589
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.
#053589 Background Color
<div style="background-color:#053589">
Div content here</div>
This div background color is #053589
#053589 Border Color
<div style="border:3px solid #053589">
Div here</div>
This div border color is #053589
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(5,53,137, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #053589; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #053589; -webkit-box-shadow: 1px 1px 3px 2px #053589; box-shadow: 1px 1px 3px 2px #053589; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(5,53,137, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #053589">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #053589; -webkit-box-shadow: 1px 1px 3px 2px #053589; box-shadow: 1px 1px 3px 2px #053589;">
Div content here</div>
This div box has shadow with color #053589
Comments
No comments written yet.
Please login to write comment.