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