Color Hex Logo

#57719b Color Hex

#57719B
(87,113,155)
0 Favorites   0 Comments

Color spaces of #57719b

RGB 87113155
HSL0.600.280.47
HSV217°44°61°
CMYK 0.440.270.00   0.39
XYZ15.752016.203033.3076
Yxy16.20300.24140.2483
Hunter Lab40.2530-0.5911-20.8829
CIE-Lab47.23972.0584-25.7250

#57719b color RGB value is (87,113,155).

#57719b hex color red value is 87, green value is 113 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #57719b hue: 0.60 , saturation: 0.28 and the lightness value of 57719b is 0.47.

The process color (four color CMYK) of #57719b color hex is 0.44, 0.27, 0.00, 0.39. Web safe color of #57719b is #666699. Color #57719b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110001 10011011
Octal 127 161 233
Decimal 87 113 155
Hex 57 71 9B

RGB Percentages of Color #57719b

%24.51
%31.83
%43.66

CMYK Percentages of Color #57719b

%44
%27
%0
%39

Triadic Colors of #57719b

#57719b #9b5771 #719b57

Analogous Colors of #57719b

#57719b #5f579b #57939b

Monochromatic Colors of #57719b

#57719b

Complementary Color

#57719b #9b8157

#57719b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57719b Color Preview on White Background

Lorem ipsum dolor sit amet.

#57719b Color CSS Codes

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

#57719b Text Font Color

<p style="color:#57719b">Text here</p>

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


#57719b Background Color

<div style="background-color:#57719b">
Div content here</div>

This div background color is #57719b


#57719b Border Color

<div style="border:3px solid #57719b">
Div here</div>

This div border color is #57719b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57719b


Comments

No comments written yet.

Please login to write comment.