Color Hex Logo

#57768b Color Hex

#57768B
(87,118,139)
0 Favorites   0 Comments

Color spaces of #57768b

RGB 87118139
HSL0.570.230.44
HSV204°37°55°
CMYK 0.370.150.00   0.45
XYZ15.069116.847226.8837
Yxy16.84720.25630.2865
Hunter Lab41.0453-6.2961-10.1018
CIE-Lab48.0669-5.5349-15.0097

#57768b color RGB value is (87,118,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110110 10001011
Octal 127 166 213
Decimal 87 118 139
Hex 57 76 8B

RGB Percentages of Color #57768b

%25.29
%34.30
%40.41

CMYK Percentages of Color #57768b

%37
%15
%0
%45

Triadic Colors of #57768b

#57768b #8b5776 #768b57

Analogous Colors of #57768b

#57768b #575c8b #578b86

Monochromatic Colors of #57768b

#57768b

Complementary Color

#57768b #8b6c57

#57768b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57768b Color Preview on White Background

Lorem ipsum dolor sit amet.

#57768b Color CSS Codes

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

#57768b Text Font Color

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

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


#57768b Background Color

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

This div background color is #57768b


#57768b Border Color

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

This div border color is #57768b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57768b


Comments

No comments written yet.

Please login to write comment.