Color spaces of #526373
RGB | 82 | 99 | 115 |
---|---|---|---|
HSL | 0.58 | 0.17 | 0.39 |
HSV | 209° | 29° | 45° |
CMYK | 0.29 | 0.14 | 0.00 0.55 |
XYZ | 11.0360 | 11.9553 | 17.9456 |
Yxy | 11.9553 | 0.2696 | 0.2920 |
Hunter Lab | 34.5764 | -3.5357 | -6.5687 |
CIE-Lab | 41.1450 | -2.3869 | -11.1294 |
#526373 color RGB value is (82,99,115).
#526373 hex color red value is 82, green value is 99 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #526373 hue: 0.58 , saturation: 0.17 and the lightness value of 526373 is 0.39.
The process color (four color CMYK) of #526373 color hex is 0.29, 0.14, 0.00, 0.55. Web safe color of #526373 is #666666. Color #526373 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 01100011 | 01110011 |
Octal | 122 | 143 | 163 |
Decimal | 82 | 99 | 115 |
Hex | 52 | 63 | 73 |
Shades of #526373
Tints of #526373
RGB Percentages of Color #526373
CMYK Percentages of Color #526373
Complementary Color
#526373 | #736252 |
#526373 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#526373 Color Preview on White Background
Lorem ipsum dolor sit amet.
#526373 Color CSS Codes
.mybgcolor {background-color:#526373; } .myforecolor {color:#526373; } .mybordercolor {border:3px solid #526373; }
#526373 Text Font Color
<p style="color:#526373">Text here</p>
This sample text font color is #526373
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.
#526373 Background Color
<div style="background-color:#526373">
Div content here</div>
This div background color is #526373
#526373 Border Color
<div style="border:3px solid #526373">
Div here</div>
This div border color is #526373
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,99,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #526373; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #526373; -webkit-box-shadow: 1px 1px 3px 2px #526373; box-shadow: 1px 1px 3px 2px #526373; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,99,115, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #526373">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #526373; -webkit-box-shadow: 1px 1px 3px 2px #526373; box-shadow: 1px 1px 3px 2px #526373;">
Div content here</div>
This div box has shadow with color #526373
Comments
No comments written yet.
Please login to write comment.