Color Hex Logo

#57727e Color Hex

#57727E
(87,114,126)
0 Favorites   0 Comments

Color spaces of #57727e

RGB 87114126
HSL0.550.180.42
HSV198°31°49°
CMYK 0.310.100.00   0.51
XYZ13.713715.567222.0206
Yxy15.56720.26730.3034
Hunter Lab39.4553-7.0045-5.4719
CIE-Lab46.4015-6.7259-9.8072

#57727e color RGB value is (87,114,126).

#57727e hex color red value is 87, green value is 114 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #57727e hue: 0.55 , saturation: 0.18 and the lightness value of 57727e is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110010 01111110
Octal 127 162 176
Decimal 87 114 126
Hex 57 72 7E

RGB Percentages of Color #57727e

%26.61
%34.86
%38.53

CMYK Percentages of Color #57727e

%31
%10
%0
%51

Triadic Colors of #57727e

#57727e #7e5772 #727e57

Analogous Colors of #57727e

#57727e #575f7e #577e77

Monochromatic Colors of #57727e

#57727e

Complementary Color

#57727e #7e6357

#57727e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57727e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57727e Color CSS Codes

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

#57727e Text Font Color

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

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


#57727e Background Color

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

This div background color is #57727e


#57727e Border Color

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

This div border color is #57727e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57727e


Comments

No comments written yet.

Please login to write comment.