Color spaces of #567aba
RGB | 86 | 122 | 186 |
---|---|---|---|
HSL | 0.61 | 0.42 | 0.53 |
HSV | 218° | 54° | 73° |
CMYK | 0.54 | 0.34 | 0.00 0.27 |
XYZ | 19.6602 | 19.4427 | 49.1710 |
Yxy | 19.4427 | 0.2227 | 0.2203 |
Hunter Lab | 44.0939 | 2.4238 | -35.2511 |
CIE-Lab | 51.2012 | 6.0410 | -37.5786 |
#567aba color RGB value is (86,122,186).
#567aba hex color red value is 86, green value is 122 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #567aba hue: 0.61 , saturation: 0.42 and the lightness value of 567aba is 0.53.
The process color (four color CMYK) of #567aba color hex is 0.54, 0.34, 0.00, 0.27. Web safe color of #567aba is #6666cc. Color #567aba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 01111010 | 10111010 |
Octal | 126 | 172 | 272 |
Decimal | 86 | 122 | 186 |
Hex | 56 | 7A | BA |
Shades of #567aba
Tints of #567aba
RGB Percentages of Color #567aba
CMYK Percentages of Color #567aba
Complementary Color
#567aba | #ba9656 |
#567aba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#567aba Color Preview on White Background
Lorem ipsum dolor sit amet.
#567aba Color CSS Codes
.mybgcolor {background-color:#567aba; } .myforecolor {color:#567aba; } .mybordercolor {border:3px solid #567aba; }
#567aba Text Font Color
<p style="color:#567aba">Text here</p>
This sample text font color is #567aba
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.
#567aba Background Color
<div style="background-color:#567aba">
Div content here</div>
This div background color is #567aba
#567aba Border Color
<div style="border:3px solid #567aba">
Div here</div>
This div border color is #567aba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,122,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #567aba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #567aba; -webkit-box-shadow: 1px 1px 3px 2px #567aba; box-shadow: 1px 1px 3px 2px #567aba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,122,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #567aba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #567aba; -webkit-box-shadow: 1px 1px 3px 2px #567aba; box-shadow: 1px 1px 3px 2px #567aba;">
Div content here</div>
This div box has shadow with color #567aba
Comments
No comments written yet.
Please login to write comment.