Color spaces of #578faa
RGB | 87 | 143 | 170 |
---|---|---|---|
HSL | 0.55 | 0.33 | 0.50 |
HSV | 200° | 49° | 67° |
CMYK | 0.49 | 0.16 | 0.00 0.33 |
XYZ | 21.0086 | 24.5734 | 41.6661 |
Yxy | 24.5734 | 0.2408 | 0.2816 |
Hunter Lab | 49.5716 | -11.1013 | -15.1346 |
CIE-Lab | 56.6574 | -10.8658 | -19.9301 |
#578faa color RGB value is (87,143,170).
#578faa hex color red value is 87, green value is 143 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #578faa hue: 0.55 , saturation: 0.33 and the lightness value of 578faa is 0.50.
The process color (four color CMYK) of #578faa color hex is 0.49, 0.16, 0.00, 0.33. Web safe color of #578faa is #669999. Color #578faa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 10001111 | 10101010 |
Octal | 127 | 217 | 252 |
Decimal | 87 | 143 | 170 |
Hex | 57 | 8F | AA |
Shades of #578faa
Tints of #578faa
RGB Percentages of Color #578faa
CMYK Percentages of Color #578faa
Complementary Color
#578faa | #aa7257 |
#578faa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#578faa Color Preview on White Background
Lorem ipsum dolor sit amet.
#578faa Color CSS Codes
.mybgcolor {background-color:#578faa; } .myforecolor {color:#578faa; } .mybordercolor {border:3px solid #578faa; }
#578faa Text Font Color
<p style="color:#578faa">Text here</p>
This sample text font color is #578faa
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.
#578faa Background Color
<div style="background-color:#578faa">
Div content here</div>
This div background color is #578faa
#578faa Border Color
<div style="border:3px solid #578faa">
Div here</div>
This div border color is #578faa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,143,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #578faa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #578faa; -webkit-box-shadow: 1px 1px 3px 2px #578faa; box-shadow: 1px 1px 3px 2px #578faa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,143,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #578faa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #578faa; -webkit-box-shadow: 1px 1px 3px 2px #578faa; box-shadow: 1px 1px 3px 2px #578faa;">
Div content here</div>
This div box has shadow with color #578faa
Comments
No comments written yet.
Please login to write comment.