Color Hex Logo

#57727f Color Hex

#57727F
(87,114,127)
0 Favorites   0 Comments

Color spaces of #57727f

RGB 87114127
HSL0.550.190.42
HSV200°31°50°
CMYK 0.310.100.00   0.50
XYZ13.778615.593222.3622
Yxy15.59320.26630.3014
Hunter Lab39.4882-6.8205-5.9342
CIE-Lab46.4362-6.4625-10.3512

#57727f color RGB value is (87,114,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110010 01111111
Octal 127 162 177
Decimal 87 114 127
Hex 57 72 7F

RGB Percentages of Color #57727f

%26.52
%34.76
%38.72

CMYK Percentages of Color #57727f

%31
%10
%0
%50

Triadic Colors of #57727f

#57727f #7f5772 #727f57

Analogous Colors of #57727f

#57727f #575e7f #577f78

Monochromatic Colors of #57727f

#57727f

Complementary Color

#57727f #7f6457

#57727f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57727f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57727f Color CSS Codes

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

#57727f Text Font Color

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

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


#57727f Background Color

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

This div background color is #57727f


#57727f Border Color

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

This div border color is #57727f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,114,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57727f


Comments

No comments written yet.

Please login to write comment.