Color Hex Logo

#57707c Color Hex

#57707C
(87,112,124)
0 Favorites   0 Comments

Color spaces of #57707c

RGB 87112124
HSL0.550.180.41
HSV199°30°49°
CMYK 0.300.100.00   0.51
XYZ13.362715.069821.2733
Yxy15.06980.26880.3032
Hunter Lab38.8198-6.4908-5.3171
CIE-Lab45.7297-6.0869-9.6222

#57707c color RGB value is (87,112,124).

#57707c hex color red value is 87, green value is 112 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #57707c hue: 0.55 , saturation: 0.18 and the lightness value of 57707c is 0.41.

The process color (four color CMYK) of #57707c color hex is 0.30, 0.10, 0.00, 0.51. Web safe color of #57707c is #666666. Color #57707c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110000 01111100
Octal 127 160 174
Decimal 87 112 124
Hex 57 70 7C

RGB Percentages of Color #57707c

%26.93
%34.67
%38.39

CMYK Percentages of Color #57707c

%30
%10
%0
%51

Triadic Colors of #57707c

#57707c #7c5770 #707c57

Analogous Colors of #57707c

#57707c #575e7c #577c76

Monochromatic Colors of #57707c

#57707c

Complementary Color

#57707c #7c6357

#57707c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57707c Color Preview on White Background

Lorem ipsum dolor sit amet.

#57707c Color CSS Codes

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

#57707c Text Font Color

<p style="color:#57707c">Text here</p>

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


#57707c Background Color

<div style="background-color:#57707c">
Div content here</div>

This div background color is #57707c


#57707c Border Color

<div style="border:3px solid #57707c">
Div here</div>

This div border color is #57707c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,112,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57707c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57707c;
  -webkit-box-shadow: 1px 1px 3px 2px #57707c;
  box-shadow:         1px 1px 3px 2px #57707c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57707c


Comments

No comments written yet.

Please login to write comment.