Color Hex Logo

#52586e Color Hex

#52586E
(82,88,110)
0 Favorites   0 Comments

Color spaces of #52586e

RGB 8288110
HSL0.630.150.38
HSV227°25°43°
CMYK 0.250.200.00   0.57
XYZ9.78399.899116.1469
Yxy9.89910.27310.2763
Hunter Lab31.46280.4476-8.4040
CIE-Lab37.66073.0337-13.3434

#52586e color RGB value is (82,88,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011000 01101110
Octal 122 130 156
Decimal 82 88 110
Hex 52 58 6E

RGB Percentages of Color #52586e

%29.29
%31.43
%39.29

CMYK Percentages of Color #52586e

%25
%20
%0
%57

Triadic Colors of #52586e

#52586e #6e5258 #586e52

Analogous Colors of #52586e

#52586e #5a526e #52666e

Monochromatic Colors of #52586e

#52586e

Complementary Color

#52586e #6e6852

#52586e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52586e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52586e Color CSS Codes

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

#52586e Text Font Color

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

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


#52586e Background Color

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

This div background color is #52586e


#52586e Border Color

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

This div border color is #52586e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52586e


Comments

No comments written yet.

Please login to write comment.