Color spaces of #566097
RGB | 86 | 96 | 151 |
---|---|---|---|
HSL | 0.64 | 0.27 | 0.46 |
HSV | 231° | 43° | 59° |
CMYK | 0.43 | 0.36 | 0.00 0.41 |
XYZ | 13.6065 | 12.5785 | 30.9889 |
Yxy | 12.5785 | 0.2380 | 0.2200 |
Hunter Lab | 35.4662 | 6.4152 | -26.9789 |
CIE-Lab | 42.1212 | 11.0386 | -31.3475 |
#566097 color RGB value is (86,96,151).
#566097 hex color red value is 86, green value is 96 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #566097 hue: 0.64 , saturation: 0.27 and the lightness value of 566097 is 0.46.
The process color (four color CMYK) of #566097 color hex is 0.43, 0.36, 0.00, 0.41. Web safe color of #566097 is #666699. Color #566097 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 01100000 | 10010111 |
Octal | 126 | 140 | 227 |
Decimal | 86 | 96 | 151 |
Hex | 56 | 60 | 97 |
Shades of #566097
Tints of #566097
RGB Percentages of Color #566097
CMYK Percentages of Color #566097
Complementary Color
#566097 | #978d56 |
#566097 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#566097 Color Preview on White Background
Lorem ipsum dolor sit amet.
#566097 Color CSS Codes
.mybgcolor {background-color:#566097; } .myforecolor {color:#566097; } .mybordercolor {border:3px solid #566097; }
#566097 Text Font Color
<p style="color:#566097">Text here</p>
This sample text font color is #566097
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.
#566097 Background Color
<div style="background-color:#566097">
Div content here</div>
This div background color is #566097
#566097 Border Color
<div style="border:3px solid #566097">
Div here</div>
This div border color is #566097
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,96,151, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #566097; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #566097; -webkit-box-shadow: 1px 1px 3px 2px #566097; box-shadow: 1px 1px 3px 2px #566097; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,96,151, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #566097">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #566097; -webkit-box-shadow: 1px 1px 3px 2px #566097; box-shadow: 1px 1px 3px 2px #566097;">
Div content here</div>
This div box has shadow with color #566097
Comments
No comments written yet.
Please login to write comment.