Color spaces of #566dde
RGB | 86 | 109 | 222 |
---|---|---|---|
HSL | 0.64 | 0.67 | 0.60 |
HSV | 230° | 61° | 87° |
CMYK | 0.61 | 0.51 | 0.00 0.13 |
XYZ | 22.4912 | 18.1896 | 71.4328 |
Yxy | 18.1896 | 0.2006 | 0.1622 |
Hunter Lab | 42.6493 | 19.4962 | -69.4497 |
CIE-Lab | 49.7253 | 25.9645 | -60.4643 |
#566dde color RGB value is (86,109,222).
#566dde hex color red value is 86, green value is 109 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #566dde hue: 0.64 , saturation: 0.67 and the lightness value of 566dde is 0.60.
The process color (four color CMYK) of #566dde color hex is 0.61, 0.51, 0.00, 0.13. Web safe color of #566dde is #6666cc. Color #566dde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 01101101 | 11011110 |
Octal | 126 | 155 | 336 |
Decimal | 86 | 109 | 222 |
Hex | 56 | 6D | DE |
Shades of #566dde
Tints of #566dde
RGB Percentages of Color #566dde
CMYK Percentages of Color #566dde
Complementary Color
#566dde | #dec756 |
#566dde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#566dde Color Preview on White Background
Lorem ipsum dolor sit amet.
#566dde Color CSS Codes
.mybgcolor {background-color:#566dde; } .myforecolor {color:#566dde; } .mybordercolor {border:3px solid #566dde; }
#566dde Text Font Color
<p style="color:#566dde">Text here</p>
This sample text font color is #566dde
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.
#566dde Background Color
<div style="background-color:#566dde">
Div content here</div>
This div background color is #566dde
#566dde Border Color
<div style="border:3px solid #566dde">
Div here</div>
This div border color is #566dde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,109,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #566dde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #566dde; -webkit-box-shadow: 1px 1px 3px 2px #566dde; box-shadow: 1px 1px 3px 2px #566dde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,109,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #566dde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #566dde; -webkit-box-shadow: 1px 1px 3px 2px #566dde; box-shadow: 1px 1px 3px 2px #566dde;">
Div content here</div>
This div box has shadow with color #566dde
Comments
No comments written yet.
Please login to write comment.