Color Hex Logo

#57526e Color Hex

#57526E
(87,82,110)
0 Favorites   0 Comments

Color spaces of #57526e

RGB 8782110
HSL0.700.150.38
HSV251°25°43°
CMYK 0.210.250.00   0.57
XYZ9.76229.186616.0105
Yxy9.18660.27920.2628
Hunter Lab30.30944.4507-10.1025
CIE-Lab36.34118.5484-15.3197

#57526e color RGB value is (87,82,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010010 01101110
Octal 127 122 156
Decimal 87 82 110
Hex 57 52 6E

RGB Percentages of Color #57526e

%31.18
%29.39
%39.43

CMYK Percentages of Color #57526e

%21
%25
%0
%57

Triadic Colors of #57526e

#57526e #6e5752 #526e57

Analogous Colors of #57526e

#57526e #65526e #525b6e

Monochromatic Colors of #57526e

#57526e

Complementary Color

#57526e #696e52

#57526e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57526e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57526e Color CSS Codes

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

#57526e Text Font Color

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

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


#57526e Background Color

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

This div background color is #57526e


#57526e Border Color

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

This div border color is #57526e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57526e


Comments

No comments written yet.

Please login to write comment.