Color Hex Logo

#52597e Color Hex

#52597E
(82,89,126)
0 Favorites   0 Comments

Color spaces of #52597e

RGB 8289126
HSL0.640.210.41
HSV230°35°49°
CMYK 0.350.290.00   0.51
XYZ10.817910.445021.1846
Yxy10.44500.25490.2461
Hunter Lab32.31873.1907-16.2409
CIE-Lab38.62956.8380-21.7022

#52597e color RGB value is (82,89,126).

#52597e hex color red value is 82, green value is 89 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #52597e hue: 0.64 , saturation: 0.21 and the lightness value of 52597e is 0.41.

The process color (four color CMYK) of #52597e color hex is 0.35, 0.29, 0.00, 0.51. Web safe color of #52597e is #666666. Color #52597e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011001 01111110
Octal 122 131 176
Decimal 82 89 126
Hex 52 59 7E

RGB Percentages of Color #52597e

%27.61
%29.97
%42.42

CMYK Percentages of Color #52597e

%35
%29
%0
%51

Triadic Colors of #52597e

#52597e #7e5259 #597e52

Analogous Colors of #52597e

#52597e #61527e #526f7e

Monochromatic Colors of #52597e

#52597e

Complementary Color

#52597e #7e7752

#52597e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52597e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52597e Color CSS Codes

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

#52597e Text Font Color

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

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


#52597e Background Color

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

This div background color is #52597e


#52597e Border Color

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

This div border color is #52597e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52597e


Comments

No comments written yet.

Please login to write comment.