Color spaces of #5692aa
RGB | 86 | 146 | 170 |
---|---|---|---|
HSL | 0.55 | 0.33 | 0.50 |
HSV | 197° | 49° | 67° |
CMYK | 0.49 | 0.14 | 0.00 0.33 |
XYZ | 21.3723 | 25.4385 | 41.8139 |
Yxy | 25.4385 | 0.2412 | 0.2870 |
Hunter Lab | 50.4366 | -12.6254 | -13.8481 |
CIE-Lab | 57.5002 | -12.7640 | -18.6485 |
#5692aa color RGB value is (86,146,170).
#5692aa hex color red value is 86, green value is 146 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5692aa hue: 0.55 , saturation: 0.33 and the lightness value of 5692aa is 0.50.
The process color (four color CMYK) of #5692aa color hex is 0.49, 0.14, 0.00, 0.33. Web safe color of #5692aa is #669999. Color #5692aa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 10010010 | 10101010 |
Octal | 126 | 222 | 252 |
Decimal | 86 | 146 | 170 |
Hex | 56 | 92 | AA |
Shades of #5692aa
Tints of #5692aa
RGB Percentages of Color #5692aa
CMYK Percentages of Color #5692aa
Complementary Color
#5692aa | #aa6e56 |
#5692aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5692aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#5692aa Color CSS Codes
.mybgcolor {background-color:#5692aa; } .myforecolor {color:#5692aa; } .mybordercolor {border:3px solid #5692aa; }
#5692aa Text Font Color
<p style="color:#5692aa">Text here</p>
This sample text font color is #5692aa
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.
#5692aa Background Color
<div style="background-color:#5692aa">
Div content here</div>
This div background color is #5692aa
#5692aa Border Color
<div style="border:3px solid #5692aa">
Div here</div>
This div border color is #5692aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,146,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5692aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5692aa; -webkit-box-shadow: 1px 1px 3px 2px #5692aa; box-shadow: 1px 1px 3px 2px #5692aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,146,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 #5692aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5692aa; -webkit-box-shadow: 1px 1px 3px 2px #5692aa; box-shadow: 1px 1px 3px 2px #5692aa;">
Div content here</div>
This div box has shadow with color #5692aa
Comments
No comments written yet.
Please login to write comment.