Color Hex Logo

#57777c Color Hex

#57777C
(87,119,124)
0 Favorites   0 Comments

Color spaces of #57777c

RGB 87119124
HSL0.520.180.41
HSV188°30°49°
CMYK 0.300.040.00   0.51
XYZ14.165416.675121.5408
Yxy16.67510.27040.3183
Hunter Lab40.8352-9.5413-2.6912
CIE-Lab47.8480-10.1129-6.4542

#57777c color RGB value is (87,119,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110111 01111100
Octal 127 167 174
Decimal 87 119 124
Hex 57 77 7C

RGB Percentages of Color #57777c

%26.36
%36.06
%37.58

CMYK Percentages of Color #57777c

%30
%4
%0
%51

Triadic Colors of #57777c

#57777c #7c5777 #777c57

Analogous Colors of #57777c

#57777c #57657c #577c6f

Monochromatic Colors of #57777c

#57777c

Complementary Color

#57777c #7c5c57

#57777c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57777c Color Preview on White Background

Lorem ipsum dolor sit amet.

#57777c Color CSS Codes

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

#57777c Text Font Color

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

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


#57777c Background Color

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

This div background color is #57777c


#57777c Border Color

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

This div border color is #57777c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57777c


Comments

No comments written yet.

Please login to write comment.