Color spaces of #565ace
RGB | 86 | 90 | 206 |
---|---|---|---|
HSL | 0.66 | 0.55 | 0.57 |
HSV | 238° | 58° | 81° |
CMYK | 0.58 | 0.56 | 0.00 0.19 |
XYZ | 18.6345 | 13.7470 | 60.0638 |
Yxy | 13.7470 | 0.2016 | 0.1487 |
Hunter Lab | 37.0769 | 24.8276 | -70.0946 |
CIE-Lab | 43.8679 | 32.4155 | -60.8061 |
#565ace color RGB value is (86,90,206).
#565ace hex color red value is 86, green value is 90 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #565ace hue: 0.66 , saturation: 0.55 and the lightness value of 565ace is 0.57.
The process color (four color CMYK) of #565ace color hex is 0.58, 0.56, 0.00, 0.19. Web safe color of #565ace is #6666cc. Color #565ace contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 01011010 | 11001110 |
Octal | 126 | 132 | 316 |
Decimal | 86 | 90 | 206 |
Hex | 56 | 5A | CE |
Shades of #565ace
Tints of #565ace
RGB Percentages of Color #565ace
CMYK Percentages of Color #565ace
Complementary Color
#565ace | #ceca56 |
#565ace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#565ace Color Preview on White Background
Lorem ipsum dolor sit amet.
#565ace Color CSS Codes
.mybgcolor {background-color:#565ace; } .myforecolor {color:#565ace; } .mybordercolor {border:3px solid #565ace; }
#565ace Text Font Color
<p style="color:#565ace">Text here</p>
This sample text font color is #565ace
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.
#565ace Background Color
<div style="background-color:#565ace">
Div content here</div>
This div background color is #565ace
#565ace Border Color
<div style="border:3px solid #565ace">
Div here</div>
This div border color is #565ace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,90,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #565ace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #565ace; -webkit-box-shadow: 1px 1px 3px 2px #565ace; box-shadow: 1px 1px 3px 2px #565ace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,90,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #565ace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #565ace; -webkit-box-shadow: 1px 1px 3px 2px #565ace; box-shadow: 1px 1px 3px 2px #565ace;">
Div content here</div>
This div box has shadow with color #565ace
Comments
No comments written yet.
Please login to write comment.