Color Hex Logo

#557389 Color Hex

#557389
(85,115,137)
0 Favorites   0 Comments

Color spaces of #557389

RGB 85115137
HSL0.570.230.44
HSV205°38°54°
CMYK 0.380.160.00   0.46
XYZ14.392415.998925.9964
Yxy15.99890.25520.2837
Hunter Lab39.9986-5.7693-10.5355
CIE-Lab46.9730-4.9328-15.4999

#557389 color RGB value is (85,115,137).

#557389 hex color red value is 85, green value is 115 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #557389 hue: 0.57 , saturation: 0.23 and the lightness value of 557389 is 0.44.

The process color (four color CMYK) of #557389 color hex is 0.38, 0.16, 0.00, 0.46. Web safe color of #557389 is #666699. Color #557389 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110011 10001001
Octal 125 163 211
Decimal 85 115 137
Hex 55 73 89

RGB Percentages of Color #557389

%25.22
%34.12
%40.65

CMYK Percentages of Color #557389

%38
%16
%0
%46

Triadic Colors of #557389

#557389 #895573 #738955

Analogous Colors of #557389

#557389 #555989 #558985

Monochromatic Colors of #557389

#557389

Complementary Color

#557389 #896b55

#557389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557389 Color CSS Codes

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

#557389 Text Font Color

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

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


#557389 Background Color

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

This div background color is #557389


#557389 Border Color

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

This div border color is #557389


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,115,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #557389; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #557389;
  -webkit-box-shadow: 1px 1px 3px 2px #557389;
  box-shadow:         1px 1px 3px 2px #557389; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,115,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557389

#557389 Color Palettes


Comments

No comments written yet.

Please login to write comment.