Color Hex Logo

#57698b Color Hex

#57698B
(87,105,139)
0 Favorites   0 Comments

Color spaces of #57698b

RGB 87105139
HSL0.610.230.44
HSV219°37°55°
CMYK 0.370.240.00   0.45
XYZ13.642313.993526.4081
Yxy13.99350.25240.2589
Hunter Lab37.4079-0.3666-15.6703
CIE-Lab44.22362.2055-20.8918

#57698b color RGB value is (87,105,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01101001 10001011
Octal 127 151 213
Decimal 87 105 139
Hex 57 69 8B

RGB Percentages of Color #57698b

%26.28
%31.72
%41.99

CMYK Percentages of Color #57698b

%37
%24
%0
%45

Triadic Colors of #57698b

#57698b #8b5769 #698b57

Analogous Colors of #57698b

#57698b #5f578b #57838b

Monochromatic Colors of #57698b

#57698b

Complementary Color

#57698b #8b7957

#57698b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57698b Color Preview on White Background

Lorem ipsum dolor sit amet.

#57698b Color CSS Codes

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

#57698b Text Font Color

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

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


#57698b Background Color

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

This div background color is #57698b


#57698b Border Color

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

This div border color is #57698b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57698b


Comments

No comments written yet.

Please login to write comment.