Color spaces of #505aac
RGB | 80 | 90 | 172 |
---|---|---|---|
HSL | 0.65 | 0.37 | 0.49 |
HSV | 233° | 53° | 67° |
CMYK | 0.53 | 0.48 | 0.00 0.33 |
XYZ | 14.4108 | 11.9964 | 40.5857 |
Yxy | 11.9964 | 0.2151 | 0.1791 |
Hunter Lab | 34.6358 | 13.6552 | -45.2300 |
CIE-Lab | 41.2104 | 20.0197 | -45.2968 |
#505aac color RGB value is (80,90,172).
#505aac hex color red value is 80, green value is 90 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #505aac hue: 0.65 , saturation: 0.37 and the lightness value of 505aac is 0.49.
The process color (four color CMYK) of #505aac color hex is 0.53, 0.48, 0.00, 0.33. Web safe color of #505aac is #666699. Color #505aac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 01011010 | 10101100 |
Octal | 120 | 132 | 254 |
Decimal | 80 | 90 | 172 |
Hex | 50 | 5A | AC |
Shades of #505aac
Tints of #505aac
RGB Percentages of Color #505aac
CMYK Percentages of Color #505aac
Complementary Color
#505aac | #aca250 |
#505aac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#505aac Color Preview on White Background
Lorem ipsum dolor sit amet.
#505aac Color CSS Codes
.mybgcolor {background-color:#505aac; } .myforecolor {color:#505aac; } .mybordercolor {border:3px solid #505aac; }
#505aac Text Font Color
<p style="color:#505aac">Text here</p>
This sample text font color is #505aac
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.
#505aac Background Color
<div style="background-color:#505aac">
Div content here</div>
This div background color is #505aac
#505aac Border Color
<div style="border:3px solid #505aac">
Div here</div>
This div border color is #505aac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,90,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #505aac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #505aac; -webkit-box-shadow: 1px 1px 3px 2px #505aac; box-shadow: 1px 1px 3px 2px #505aac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,90,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #505aac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #505aac; -webkit-box-shadow: 1px 1px 3px 2px #505aac; box-shadow: 1px 1px 3px 2px #505aac;">
Div content here</div>
This div box has shadow with color #505aac
Comments
No comments written yet.
Please login to write comment.