Color spaces of #523056
RGB | 82 | 48 | 86 |
---|---|---|---|
HSL | 0.82 | 0.28 | 0.26 |
HSV | 294° | 44° | 34° |
CMYK | 0.05 | 0.44 | 0.00 0.66 |
XYZ | 6.2163 | 4.5796 | 9.3604 |
Yxy | 4.5796 | 0.3084 | 0.2272 |
Hunter Lab | 21.4000 | 14.4009 | -10.9536 |
CIE-Lab | 25.5018 | 22.5631 | -16.7141 |
#523056 color RGB value is (82,48,86).
#523056 hex color red value is 82, green value is 48 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #523056 hue: 0.82 , saturation: 0.28 and the lightness value of 523056 is 0.26.
The process color (four color CMYK) of #523056 color hex is 0.05, 0.44, 0.00, 0.66. Web safe color of #523056 is #663366. Color #523056 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 00110000 | 01010110 |
Octal | 122 | 60 | 126 |
Decimal | 82 | 48 | 86 |
Hex | 52 | 30 | 56 |
Shades of #523056
Tints of #523056
RGB Percentages of Color #523056
CMYK Percentages of Color #523056
Complementary Color
#523056 | #345630 |
#523056 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#523056 Color Preview on White Background
Lorem ipsum dolor sit amet.
#523056 Color CSS Codes
.mybgcolor {background-color:#523056; } .myforecolor {color:#523056; } .mybordercolor {border:3px solid #523056; }
#523056 Text Font Color
<p style="color:#523056">Text here</p>
This sample text font color is #523056
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.
#523056 Background Color
<div style="background-color:#523056">
Div content here</div>
This div background color is #523056
#523056 Border Color
<div style="border:3px solid #523056">
Div here</div>
This div border color is #523056
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,48,86, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #523056; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #523056; -webkit-box-shadow: 1px 1px 3px 2px #523056; box-shadow: 1px 1px 3px 2px #523056; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,48,86, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #523056">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #523056; -webkit-box-shadow: 1px 1px 3px 2px #523056; box-shadow: 1px 1px 3px 2px #523056;">
Div content here</div>
This div box has shadow with color #523056
Comments
No comments written yet.
Please login to write comment.