Color Hex Logo

#57497b Color Hex

#57497B
(87,73,123)
0 Favorites   0 Comments

Color spaces of #57497b

RGB 8773123
HSL0.710.260.38
HSV257°41°48°
CMYK 0.290.410.00   0.52
XYZ9.88828.221419.8046
Yxy8.22140.26080.2168
Hunter Lab28.673011.3800-20.8809
CIE-Lab34.439817.7468-26.3528

#57497b color RGB value is (87,73,123).

#57497b hex color red value is 87, green value is 73 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #57497b hue: 0.71 , saturation: 0.26 and the lightness value of 57497b is 0.38.

The process color (four color CMYK) of #57497b color hex is 0.29, 0.41, 0.00, 0.52. Web safe color of #57497b is #663366. Color #57497b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001001 01111011
Octal 127 111 173
Decimal 87 73 123
Hex 57 49 7B

RGB Percentages of Color #57497b

%30.74
%25.80
%43.46

CMYK Percentages of Color #57497b

%29
%41
%0
%52

Triadic Colors of #57497b

#57497b #7b5749 #497b57

Analogous Colors of #57497b

#57497b #70497b #49547b

Monochromatic Colors of #57497b

#57497b

Complementary Color

#57497b #6d7b49

#57497b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57497b Color Preview on White Background

Lorem ipsum dolor sit amet.

#57497b Color CSS Codes

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

#57497b Text Font Color

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

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


#57497b Background Color

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

This div background color is #57497b


#57497b Border Color

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

This div border color is #57497b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57497b


Comments

No comments written yet.

Please login to write comment.