Color Hex Logo

#57607e Color Hex

#57607E
(87,96,126)
0 Favorites   0 Comments

Color spaces of #57607e

RGB 8796126
HSL0.630.180.42
HSV226°31°49°
CMYK 0.310.240.00   0.51
XYZ11.879211.898321.4092
Yxy11.89830.26290.2633
Hunter Lab34.49391.1084-12.6536
CIE-Lab41.05404.0657-17.9302

#57607e color RGB value is (87,96,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100000 01111110
Octal 127 140 176
Decimal 87 96 126
Hex 57 60 7E

RGB Percentages of Color #57607e

%28.16
%31.07
%40.78

CMYK Percentages of Color #57607e

%31
%24
%0
%51

Triadic Colors of #57607e

#57607e #7e5760 #607e57

Analogous Colors of #57607e

#57607e #62577e #57747e

Monochromatic Colors of #57607e

#57607e

Complementary Color

#57607e #7e7557

#57607e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57607e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57607e Color CSS Codes

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

#57607e Text Font Color

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

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


#57607e Background Color

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

This div background color is #57607e


#57607e Border Color

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

This div border color is #57607e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57607e


Comments

No comments written yet.

Please login to write comment.