Color spaces of #526562
RGB | 82 | 101 | 98 |
---|---|---|---|
HSL | 0.47 | 0.10 | 0.36 |
HSV | 171° | 19° | 40° |
CMYK | 0.19 | 0.00 | 0.03 0.60 |
XYZ | 10.3380 | 11.9830 | 13.3234 |
Yxy | 11.9830 | 0.2900 | 0.3362 |
Hunter Lab | 34.6165 | -7.2709 | 1.4116 |
CIE-Lab | 41.1891 | -7.8320 | -0.6903 |
#526562 color RGB value is (82,101,98).
#526562 hex color red value is 82, green value is 101 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #526562 hue: 0.47 , saturation: 0.10 and the lightness value of 526562 is 0.36.
The process color (four color CMYK) of #526562 color hex is 0.19, 0.00, 0.03, 0.60. Web safe color of #526562 is #666666. Color #526562 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 01100101 | 01100010 |
Octal | 122 | 145 | 142 |
Decimal | 82 | 101 | 98 |
Hex | 52 | 65 | 62 |
Shades of #526562
Tints of #526562
RGB Percentages of Color #526562
CMYK Percentages of Color #526562
Complementary Color
#526562 | #655255 |
#526562 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#526562 Color Preview on White Background
Lorem ipsum dolor sit amet.
#526562 Color CSS Codes
.mybgcolor {background-color:#526562; } .myforecolor {color:#526562; } .mybordercolor {border:3px solid #526562; }
#526562 Text Font Color
<p style="color:#526562">Text here</p>
This sample text font color is #526562
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.
#526562 Background Color
<div style="background-color:#526562">
Div content here</div>
This div background color is #526562
#526562 Border Color
<div style="border:3px solid #526562">
Div here</div>
This div border color is #526562
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,101,98, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #526562; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #526562; -webkit-box-shadow: 1px 1px 3px 2px #526562; box-shadow: 1px 1px 3px 2px #526562; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,101,98, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #526562">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #526562; -webkit-box-shadow: 1px 1px 3px 2px #526562; box-shadow: 1px 1px 3px 2px #526562;">
Div content here</div>
This div box has shadow with color #526562
Comments
No comments written yet.
Please login to write comment.