Color spaces of #52585b
RGB | 82 | 88 | 91 |
---|---|---|---|
HSL | 0.56 | 0.05 | 0.34 |
HSV | 200° | 10° | 36° |
CMYK | 0.10 | 0.03 | 0.00 0.64 |
XYZ | 8.8577 | 9.5286 | 11.2699 |
Yxy | 9.5286 | 0.2987 | 0.3213 |
Hunter Lab | 30.8684 | -2.7992 | -0.0386 |
CIE-Lab | 36.9827 | -1.6846 | -2.5543 |
#52585b color RGB value is (82,88,91).
#52585b hex color red value is 82, green value is 88 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #52585b hue: 0.56 , saturation: 0.05 and the lightness value of 52585b is 0.34.
The process color (four color CMYK) of #52585b color hex is 0.10, 0.03, 0.00, 0.64. Web safe color of #52585b is #666666. Color #52585b contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 01011000 | 01011011 |
Octal | 122 | 130 | 133 |
Decimal | 82 | 88 | 91 |
Hex | 52 | 58 | 5B |
Shades of #52585b
Tints of #52585b
RGB Percentages of Color #52585b
CMYK Percentages of Color #52585b
Complementary Color
#52585b | #5b5552 |
#52585b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#52585b Color Preview on White Background
Lorem ipsum dolor sit amet.
#52585b Color CSS Codes
.mybgcolor {background-color:#52585b; } .myforecolor {color:#52585b; } .mybordercolor {border:3px solid #52585b; }
#52585b Text Font Color
<p style="color:#52585b">Text here</p>
This sample text font color is #52585b
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.
#52585b Background Color
<div style="background-color:#52585b">
Div content here</div>
This div background color is #52585b
#52585b Border Color
<div style="border:3px solid #52585b">
Div here</div>
This div border color is #52585b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,88,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #52585b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #52585b; -webkit-box-shadow: 1px 1px 3px 2px #52585b; box-shadow: 1px 1px 3px 2px #52585b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,88,91, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #52585b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #52585b; -webkit-box-shadow: 1px 1px 3px 2px #52585b; box-shadow: 1px 1px 3px 2px #52585b;">
Div content here</div>
This div box has shadow with color #52585b
Comments
No comments written yet.
Please login to write comment.