Color spaces of #575dba
RGB | 87 | 93 | 186 |
---|---|---|---|
HSL | 0.66 | 0.42 | 0.54 |
HSV | 236° | 53° | 73° |
CMYK | 0.53 | 0.50 | 0.00 0.27 |
XYZ | 16.7078 | 13.4001 | 48.1603 |
Yxy | 13.4001 | 0.2135 | 0.1712 |
Hunter Lab | 36.6061 | 17.4103 | -52.3797 |
CIE-Lab | 43.3600 | 24.2274 | -50.0393 |
#575dba color RGB value is (87,93,186).
#575dba hex color red value is 87, green value is 93 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #575dba hue: 0.66 , saturation: 0.42 and the lightness value of 575dba is 0.54.
The process color (four color CMYK) of #575dba color hex is 0.53, 0.50, 0.00, 0.27. Web safe color of #575dba is #6666cc. Color #575dba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 01011101 | 10111010 |
Octal | 127 | 135 | 272 |
Decimal | 87 | 93 | 186 |
Hex | 57 | 5D | BA |
Shades of #575dba
Tints of #575dba
RGB Percentages of Color #575dba
CMYK Percentages of Color #575dba
Complementary Color
#575dba | #bab457 |
#575dba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#575dba Color Preview on White Background
Lorem ipsum dolor sit amet.
#575dba Color CSS Codes
.mybgcolor {background-color:#575dba; } .myforecolor {color:#575dba; } .mybordercolor {border:3px solid #575dba; }
#575dba Text Font Color
<p style="color:#575dba">Text here</p>
This sample text font color is #575dba
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.
#575dba Background Color
<div style="background-color:#575dba">
Div content here</div>
This div background color is #575dba
#575dba Border Color
<div style="border:3px solid #575dba">
Div here</div>
This div border color is #575dba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,93,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #575dba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #575dba; -webkit-box-shadow: 1px 1px 3px 2px #575dba; box-shadow: 1px 1px 3px 2px #575dba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,93,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #575dba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #575dba; -webkit-box-shadow: 1px 1px 3px 2px #575dba; box-shadow: 1px 1px 3px 2px #575dba;">
Div content here</div>
This div box has shadow with color #575dba
Comments
No comments written yet.
Please login to write comment.