Color spaces of #565dbb
RGB | 86 | 93 | 187 |
---|---|---|---|
HSL | 0.66 | 0.43 | 0.54 |
HSV | 236° | 54° | 73° |
CMYK | 0.54 | 0.50 | 0.00 0.27 |
XYZ | 16.7217 | 13.3950 | 48.7179 |
Yxy | 13.3950 | 0.2121 | 0.1699 |
Hunter Lab | 36.5992 | 17.5058 | -53.3027 |
CIE-Lab | 43.3525 | 24.3376 | -50.6381 |
#565dbb color RGB value is (86,93,187).
#565dbb hex color red value is 86, green value is 93 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #565dbb hue: 0.66 , saturation: 0.43 and the lightness value of 565dbb is 0.54.
The process color (four color CMYK) of #565dbb color hex is 0.54, 0.50, 0.00, 0.27. Web safe color of #565dbb is #6666cc. Color #565dbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 01011101 | 10111011 |
Octal | 126 | 135 | 273 |
Decimal | 86 | 93 | 187 |
Hex | 56 | 5D | BB |
Shades of #565dbb
Tints of #565dbb
RGB Percentages of Color #565dbb
CMYK Percentages of Color #565dbb
Complementary Color
#565dbb | #bbb456 |
#565dbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#565dbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#565dbb Color CSS Codes
.mybgcolor {background-color:#565dbb; } .myforecolor {color:#565dbb; } .mybordercolor {border:3px solid #565dbb; }
#565dbb Text Font Color
<p style="color:#565dbb">Text here</p>
This sample text font color is #565dbb
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.
#565dbb Background Color
<div style="background-color:#565dbb">
Div content here</div>
This div background color is #565dbb
#565dbb Border Color
<div style="border:3px solid #565dbb">
Div here</div>
This div border color is #565dbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,93,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #565dbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #565dbb; -webkit-box-shadow: 1px 1px 3px 2px #565dbb; box-shadow: 1px 1px 3px 2px #565dbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,93,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #565dbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #565dbb; -webkit-box-shadow: 1px 1px 3px 2px #565dbb; box-shadow: 1px 1px 3px 2px #565dbb;">
Div content here</div>
This div box has shadow with color #565dbb
Comments
No comments written yet.
Please login to write comment.