Color Hex Logo

#57898e Color Hex

#57898E
(87,137,142)
0 Favorites   0 Comments

Color spaces of #57898e

RGB 87137142
HSL0.520.240.45
HSV185°39°56°
CMYK 0.390.040.00   0.44
XYZ17.758621.870628.8766
Yxy21.87060.25920.3193
Hunter Lab46.7660-14.0582-3.8736
CIE-Lab53.8894-15.4051-7.9977

#57898e color RGB value is (87,137,142).

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

The process color (four color CMYK) of #57898e color hex is 0.39, 0.04, 0.00, 0.44. Web safe color of #57898e is #669999. Color #57898e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10001001 10001110
Octal 127 211 216
Decimal 87 137 142
Hex 57 89 8E

RGB Percentages of Color #57898e

%23.77
%37.43
%38.80

CMYK Percentages of Color #57898e

%39
%4
%0
%44

Triadic Colors of #57898e

#57898e #8e5789 #898e57

Analogous Colors of #57898e

#57898e #576e8e #578e78

Monochromatic Colors of #57898e

#57898e

Complementary Color

#57898e #8e5c57

#57898e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57898e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57898e Color CSS Codes

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

#57898e Text Font Color

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

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


#57898e Background Color

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

This div background color is #57898e


#57898e Border Color

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

This div border color is #57898e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57898e


Comments

No comments written yet.

Please login to write comment.