Color Hex Logo

#57718e Color Hex

#57718E
(87,113,142)
0 Favorites   0 Comments

Color spaces of #57718e

RGB 87113142
HSL0.590.240.45
HSV212°39°56°
CMYK 0.390.200.00   0.44
XYZ14.718115.789527.8631
Yxy15.78950.25210.2705
Hunter Lab39.7360-3.4221-13.7593
CIE-Lab46.6971-1.7481-18.8770

#57718e color RGB value is (87,113,142).

#57718e hex color red value is 87, green value is 113 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #57718e hue: 0.59 , saturation: 0.24 and the lightness value of 57718e is 0.45.

The process color (four color CMYK) of #57718e color hex is 0.39, 0.20, 0.00, 0.44. Web safe color of #57718e is #666699. Color #57718e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110001 10001110
Octal 127 161 216
Decimal 87 113 142
Hex 57 71 8E

RGB Percentages of Color #57718e

%25.44
%33.04
%41.52

CMYK Percentages of Color #57718e

%39
%20
%0
%44

Triadic Colors of #57718e

#57718e #8e5771 #718e57

Analogous Colors of #57718e

#57718e #59578e #578d8e

Monochromatic Colors of #57718e

#57718e

Complementary Color

#57718e #8e7457

#57718e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57718e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57718e Color CSS Codes

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

#57718e Text Font Color

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

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


#57718e Background Color

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

This div background color is #57718e


#57718e Border Color

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

This div border color is #57718e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57718e

#57718e Color Palettes


Comments

No comments written yet.

Please login to write comment.