Color Hex Logo

#57697d Color Hex

#57697D
(87,105,125)
0 Favorites   0 Comments

Color spaces of #57697d

RGB 87105125
HSL0.590.180.42
HSV212°30°49°
CMYK 0.300.160.00   0.51
XYZ12.683713.610121.3605
Yxy13.61010.26620.2856
Hunter Lab36.8919-3.1911-8.5048
CIE-Lab43.6685-1.6830-13.3342

#57697d color RGB value is (87,105,125).

#57697d hex color red value is 87, green value is 105 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #57697d hue: 0.59 , saturation: 0.18 and the lightness value of 57697d is 0.42.

The process color (four color CMYK) of #57697d color hex is 0.30, 0.16, 0.00, 0.51. Web safe color of #57697d is #666666. Color #57697d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01101001 01111101
Octal 127 151 175
Decimal 87 105 125
Hex 57 69 7D

RGB Percentages of Color #57697d

%27.44
%33.12
%39.43

CMYK Percentages of Color #57697d

%30
%16
%0
%51

Triadic Colors of #57697d

#57697d #7d5769 #697d57

Analogous Colors of #57697d

#57697d #58577d #577c7d

Monochromatic Colors of #57697d

#57697d

Complementary Color

#57697d #7d6b57

#57697d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57697d Color Preview on White Background

Lorem ipsum dolor sit amet.

#57697d Color CSS Codes

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

#57697d Text Font Color

<p style="color:#57697d">Text here</p>

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


#57697d Background Color

<div style="background-color:#57697d">
Div content here</div>

This div background color is #57697d


#57697d Border Color

<div style="border:3px solid #57697d">
Div here</div>

This div border color is #57697d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57697d


Comments

No comments written yet.

Please login to write comment.