Color spaces of #56527e
RGB | 86 | 82 | 126 |
---|---|---|---|
HSL | 0.68 | 0.21 | 0.41 |
HSV | 245° | 35° | 49° |
CMYK | 0.32 | 0.35 | 0.00 0.51 |
XYZ | 10.6209 | 9.5194 | 21.0163 |
Yxy | 9.5194 | 0.2581 | 0.2313 |
Hunter Lab | 30.8535 | 7.4525 | -18.7887 |
CIE-Lab | 36.9657 | 12.5299 | -24.2632 |
#56527e color RGB value is (86,82,126).
#56527e hex color red value is 86, green value is 82 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #56527e hue: 0.68 , saturation: 0.21 and the lightness value of 56527e is 0.41.
The process color (four color CMYK) of #56527e color hex is 0.32, 0.35, 0.00, 0.51. Web safe color of #56527e is #666666. Color #56527e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 01010010 | 01111110 |
Octal | 126 | 122 | 176 |
Decimal | 86 | 82 | 126 |
Hex | 56 | 52 | 7E |
Shades of #56527e
Tints of #56527e
RGB Percentages of Color #56527e
CMYK Percentages of Color #56527e
Complementary Color
#56527e | #7a7e52 |
#56527e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#56527e Color Preview on White Background
Lorem ipsum dolor sit amet.
#56527e Color CSS Codes
.mybgcolor {background-color:#56527e; } .myforecolor {color:#56527e; } .mybordercolor {border:3px solid #56527e; }
#56527e Text Font Color
<p style="color:#56527e">Text here</p>
This sample text font color is #56527e
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.
#56527e Background Color
<div style="background-color:#56527e">
Div content here</div>
This div background color is #56527e
#56527e Border Color
<div style="border:3px solid #56527e">
Div here</div>
This div border color is #56527e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,82,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #56527e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #56527e; -webkit-box-shadow: 1px 1px 3px 2px #56527e; box-shadow: 1px 1px 3px 2px #56527e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,82,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #56527e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #56527e; -webkit-box-shadow: 1px 1px 3px 2px #56527e; box-shadow: 1px 1px 3px 2px #56527e;">
Div content here</div>
This div box has shadow with color #56527e
Comments
No comments written yet.
Please login to write comment.