Color Hex Logo

#52515e Color Hex

#52515E
(82,81,94)
0 Favorites   0 Comments

Color spaces of #52515e

RGB 828194
HSL0.680.070.34
HSV245°14°37°
CMYK 0.130.140.00   0.63
XYZ8.44258.486811.7828
Yxy8.48680.29400.2956
Hunter Lab29.13210.7482-3.5880
CIE-Lab34.97683.3628-7.4162

#52515e color RGB value is (82,81,94).

#52515e hex color red value is 82, green value is 81 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #52515e hue: 0.68 , saturation: 0.07 and the lightness value of 52515e is 0.34.

The process color (four color CMYK) of #52515e color hex is 0.13, 0.14, 0.00, 0.63. Web safe color of #52515e is #666666. Color #52515e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010001 01011110
Octal 122 121 136
Decimal 82 81 94
Hex 52 51 5E

RGB Percentages of Color #52515e

%31.91
%31.52
%36.58

CMYK Percentages of Color #52515e

%13
%14
%0
%63

Triadic Colors of #52515e

#52515e #5e5251 #515e52

Analogous Colors of #52515e

#52515e #59515e #51575e

Monochromatic Colors of #52515e

#52515e

Complementary Color

#52515e #5d5e51

#52515e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52515e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52515e Color CSS Codes

.mybgcolor {background-color:#52515e; } 
.myforecolor {color:#52515e; }
.mybordercolor {border:3px solid #52515e; }

#52515e Text Font Color

<p style="color:#52515e">Text here</p>

This sample text font color is #52515e
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.


#52515e Background Color

<div style="background-color:#52515e">
Div content here</div>

This div background color is #52515e


#52515e Border Color

<div style="border:3px solid #52515e">
Div here</div>

This div border color is #52515e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,81,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52515e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52515e;
  -webkit-box-shadow: 1px 1px 3px 2px #52515e;
  box-shadow:         1px 1px 3px 2px #52515e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,81,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #52515e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #52515e;
  -webkit-box-shadow: 1px 1px 3px 2px #52515e;
  box-shadow:         1px 1px 3px 2px #52515e;">
Div content here</div>

This div box has shadow with color #52515e


Comments

No comments written yet.

Please login to write comment.