Color spaces of #557eaa
RGB | 85 | 126 | 170 |
---|---|---|---|
HSL | 0.59 | 0.33 | 0.50 |
HSV | 211° | 50° | 67° |
CMYK | 0.50 | 0.26 | 0.00 0.33 |
XYZ | 18.4629 | 19.7553 | 40.8703 |
Yxy | 19.7553 | 0.2334 | 0.2498 |
Hunter Lab | 44.4469 | -3.6347 | -23.4061 |
CIE-Lab | 51.5594 | -1.6320 | -27.7893 |
#557eaa color RGB value is (85,126,170).
#557eaa hex color red value is 85, green value is 126 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #557eaa hue: 0.59 , saturation: 0.33 and the lightness value of 557eaa is 0.50.
The process color (four color CMYK) of #557eaa color hex is 0.50, 0.26, 0.00, 0.33. Web safe color of #557eaa is #666699. Color #557eaa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 01111110 | 10101010 |
Octal | 125 | 176 | 252 |
Decimal | 85 | 126 | 170 |
Hex | 55 | 7E | AA |
Shades of #557eaa
Tints of #557eaa
RGB Percentages of Color #557eaa
CMYK Percentages of Color #557eaa
Complementary Color
#557eaa | #aa8155 |
#557eaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#557eaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#557eaa Color CSS Codes
.mybgcolor {background-color:#557eaa; } .myforecolor {color:#557eaa; } .mybordercolor {border:3px solid #557eaa; }
#557eaa Text Font Color
<p style="color:#557eaa">Text here</p>
This sample text font color is #557eaa
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.
#557eaa Background Color
<div style="background-color:#557eaa">
Div content here</div>
This div background color is #557eaa
#557eaa Border Color
<div style="border:3px solid #557eaa">
Div here</div>
This div border color is #557eaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,126,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #557eaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #557eaa; -webkit-box-shadow: 1px 1px 3px 2px #557eaa; box-shadow: 1px 1px 3px 2px #557eaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,126,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 #557eaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #557eaa; -webkit-box-shadow: 1px 1px 3px 2px #557eaa; box-shadow: 1px 1px 3px 2px #557eaa;">
Div content here</div>
This div box has shadow with color #557eaa
Comments
No comments written yet.
Please login to write comment.