Color spaces of #527587
RGB | 82 | 117 | 135 |
---|---|---|---|
HSL | 0.56 | 0.24 | 0.43 |
HSV | 200° | 39° | 53° |
CMYK | 0.39 | 0.13 | 0.00 0.47 |
XYZ | 14.2141 | 16.2657 | 25.3121 |
Yxy | 16.2657 | 0.2548 | 0.2915 |
Hunter Lab | 40.3308 | -7.6686 | -8.9796 |
CIE-Lab | 47.3212 | -7.5385 | -13.8013 |
#527587 color RGB value is (82,117,135).
#527587 hex color red value is 82, green value is 117 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #527587 hue: 0.56 , saturation: 0.24 and the lightness value of 527587 is 0.43.
The process color (four color CMYK) of #527587 color hex is 0.39, 0.13, 0.00, 0.47. Web safe color of #527587 is #666699. Color #527587 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 01110101 | 10000111 |
Octal | 122 | 165 | 207 |
Decimal | 82 | 117 | 135 |
Hex | 52 | 75 | 87 |
Shades of #527587
Tints of #527587
RGB Percentages of Color #527587
CMYK Percentages of Color #527587
Complementary Color
#527587 | #876452 |
#527587 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#527587 Color Preview on White Background
Lorem ipsum dolor sit amet.
#527587 Color CSS Codes
.mybgcolor {background-color:#527587; } .myforecolor {color:#527587; } .mybordercolor {border:3px solid #527587; }
#527587 Text Font Color
<p style="color:#527587">Text here</p>
This sample text font color is #527587
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.
#527587 Background Color
<div style="background-color:#527587">
Div content here</div>
This div background color is #527587
#527587 Border Color
<div style="border:3px solid #527587">
Div here</div>
This div border color is #527587
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,117,135, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #527587; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #527587; -webkit-box-shadow: 1px 1px 3px 2px #527587; box-shadow: 1px 1px 3px 2px #527587; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,117,135, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #527587">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #527587; -webkit-box-shadow: 1px 1px 3px 2px #527587; box-shadow: 1px 1px 3px 2px #527587;">
Div content here</div>
This div box has shadow with color #527587
Comments
No comments written yet.
Please login to write comment.