Color Hex Logo

#52636e Color Hex

#52636E
(82,99,110)
0 Favorites   0 Comments

Color spaces of #52636e

RGB 8299110
HSL0.570.150.38
HSV204°25°43°
CMYK 0.250.100.00   0.57
XYZ10.756011.843316.4709
Yxy11.84330.27530.3031
Hunter Lab34.4141-4.4351-4.2869
CIE-Lab40.9660-3.6960-8.3481

#52636e color RGB value is (82,99,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100011 01101110
Octal 122 143 156
Decimal 82 99 110
Hex 52 63 6E

RGB Percentages of Color #52636e

%28.18
%34.02
%37.80

CMYK Percentages of Color #52636e

%25
%10
%0
%57

Triadic Colors of #52636e

#52636e #6e5263 #636e52

Analogous Colors of #52636e

#52636e #52556e #526e6b

Monochromatic Colors of #52636e

#52636e

Complementary Color

#52636e #6e5d52

#52636e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52636e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52636e Color CSS Codes

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

#52636e Text Font Color

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

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


#52636e Background Color

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

This div background color is #52636e


#52636e Border Color

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

This div border color is #52636e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,99,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 #52636e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52636e

#52636e Color Palettes


Comments

No comments written yet.

Please login to write comment.