Color Hex Logo

#52656e Color Hex

#52656E
(82,101,110)
0 Favorites   0 Comments

Color spaces of #52656e

RGB 82101110
HSL0.550.150.38
HSV199°25°43°
CMYK 0.250.080.00   0.57
XYZ10.947812.227016.5349
Yxy12.22700.27570.3079
Hunter Lab34.9671-5.3062-3.5595
CIE-Lab41.5746-4.8905-7.4365

#52656e color RGB value is (82,101,110).

#52656e hex color red value is 82, green value is 101 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #52656e hue: 0.55 , saturation: 0.15 and the lightness value of 52656e is 0.38.

The process color (four color CMYK) of #52656e color hex is 0.25, 0.08, 0.00, 0.57. Web safe color of #52656e is #666666. Color #52656e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100101 01101110
Octal 122 145 156
Decimal 82 101 110
Hex 52 65 6E

RGB Percentages of Color #52656e

%27.99
%34.47
%37.54

CMYK Percentages of Color #52656e

%25
%8
%0
%57

Triadic Colors of #52656e

#52656e #6e5265 #656e52

Analogous Colors of #52656e

#52656e #52576e #526e69

Monochromatic Colors of #52656e

#52656e

Complementary Color

#52656e #6e5b52

#52656e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52656e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52656e Color CSS Codes

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

#52656e Text Font Color

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

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


#52656e Background Color

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

This div background color is #52656e


#52656e Border Color

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

This div border color is #52656e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52656e


Comments

No comments written yet.

Please login to write comment.