Color Hex Logo

#57708b Color Hex

#57708B
(87,112,139)
0 Favorites   0 Comments

Color spaces of #57708b

RGB 87112139
HSL0.590.230.44
HSV211°37°55°
CMYK 0.370.190.00   0.45
XYZ14.384915.478726.6556
Yxy15.47870.25450.2739
Hunter Lab39.3430-3.5856-12.6300
CIE-Lab46.2830-2.0048-17.7296

#57708b color RGB value is (87,112,139).

#57708b hex color red value is 87, green value is 112 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #57708b hue: 0.59 , saturation: 0.23 and the lightness value of 57708b is 0.44.

The process color (four color CMYK) of #57708b color hex is 0.37, 0.19, 0.00, 0.45. Web safe color of #57708b is #666699. Color #57708b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110000 10001011
Octal 127 160 213
Decimal 87 112 139
Hex 57 70 8B

RGB Percentages of Color #57708b

%25.74
%33.14
%41.12

CMYK Percentages of Color #57708b

%37
%19
%0
%45

Triadic Colors of #57708b

#57708b #8b5770 #708b57

Analogous Colors of #57708b

#57708b #58578b #578a8b

Monochromatic Colors of #57708b

#57708b

Complementary Color

#57708b #8b7257

#57708b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57708b Color Preview on White Background

Lorem ipsum dolor sit amet.

#57708b Color CSS Codes

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

#57708b Text Font Color

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

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


#57708b Background Color

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

This div background color is #57708b


#57708b Border Color

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

This div border color is #57708b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57708b

#57708b Color Palettes


Comments

No comments written yet.

Please login to write comment.