Color spaces of #526aaf
RGB | 82 | 106 | 175 |
---|---|---|---|
HSL | 0.62 | 0.37 | 0.50 |
HSV | 225° | 53° | 69° |
CMYK | 0.53 | 0.39 | 0.00 0.31 |
XYZ | 16.3716 | 15.1971 | 42.6279 |
Yxy | 15.1971 | 0.2207 | 0.2048 |
Hunter Lab | 38.9835 | 6.7423 | -37.5444 |
CIE-Lab | 45.9030 | 11.3750 | -39.5809 |
#526aaf color RGB value is (82,106,175).
#526aaf hex color red value is 82, green value is 106 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #526aaf hue: 0.62 , saturation: 0.37 and the lightness value of 526aaf is 0.50.
The process color (four color CMYK) of #526aaf color hex is 0.53, 0.39, 0.00, 0.31. Web safe color of #526aaf is #666699. Color #526aaf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 01101010 | 10101111 |
Octal | 122 | 152 | 257 |
Decimal | 82 | 106 | 175 |
Hex | 52 | 6A | AF |
Shades of #526aaf
Tints of #526aaf
RGB Percentages of Color #526aaf
CMYK Percentages of Color #526aaf
Complementary Color
#526aaf | #af9752 |
#526aaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#526aaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#526aaf Color CSS Codes
.mybgcolor {background-color:#526aaf; } .myforecolor {color:#526aaf; } .mybordercolor {border:3px solid #526aaf; }
#526aaf Text Font Color
<p style="color:#526aaf">Text here</p>
This sample text font color is #526aaf
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.
#526aaf Background Color
<div style="background-color:#526aaf">
Div content here</div>
This div background color is #526aaf
#526aaf Border Color
<div style="border:3px solid #526aaf">
Div here</div>
This div border color is #526aaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,106,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #526aaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #526aaf; -webkit-box-shadow: 1px 1px 3px 2px #526aaf; box-shadow: 1px 1px 3px 2px #526aaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,106,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #526aaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #526aaf; -webkit-box-shadow: 1px 1px 3px 2px #526aaf; box-shadow: 1px 1px 3px 2px #526aaf;">
Div content here</div>
This div box has shadow with color #526aaf
Comments
No comments written yet.
Please login to write comment.