Color Hex Logo

#57527e Color Hex

#57527E
(87,82,126)
0 Favorites   0 Comments

Color spaces of #57527e

RGB 8782126
HSL0.690.210.41
HSV247°35°49°
CMYK 0.310.350.00   0.51
XYZ10.71379.567221.0206
Yxy9.56720.25940.2316
Hunter Lab30.93097.6990-18.6418
CIE-Lab37.054212.8478-24.1185

#57527e color RGB value is (87,82,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010010 01111110
Octal 127 122 176
Decimal 87 82 126
Hex 57 52 7E

RGB Percentages of Color #57527e

%29.49
%27.80
%42.71

CMYK Percentages of Color #57527e

%31
%35
%0
%51

Triadic Colors of #57527e

#57527e #7e5752 #527e57

Analogous Colors of #57527e

#57527e #6d527e #52637e

Monochromatic Colors of #57527e

#57527e

Complementary Color

#57527e #797e52

#57527e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57527e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57527e Color CSS Codes

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

#57527e Text Font Color

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

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


#57527e Background Color

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

This div background color is #57527e


#57527e Border Color

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

This div border color is #57527e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57527e


Comments

No comments written yet.

Please login to write comment.