Color Hex Logo

#557789 Color Hex

#557789
(85,119,137)
0 Favorites   0 Comments

Color spaces of #557789

RGB 85119137
HSL0.560.230.44
HSV201°38°54°
CMYK 0.380.130.00   0.46
XYZ14.858516.931126.1518
Yxy16.93110.25640.2922
Hunter Lab41.1474-7.5509-8.8794
CIE-Lab48.1731-7.2591-13.6775

#557789 color RGB value is (85,119,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110111 10001001
Octal 125 167 211
Decimal 85 119 137
Hex 55 77 89

RGB Percentages of Color #557789

%24.93
%34.90
%40.18

CMYK Percentages of Color #557789

%38
%13
%0
%46

Triadic Colors of #557789

#557789 #895577 #778955

Analogous Colors of #557789

#557789 #555d89 #558981

Monochromatic Colors of #557789

#557789

Complementary Color

#557789 #896755

#557789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557789 Color CSS Codes

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

#557789 Text Font Color

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

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


#557789 Background Color

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

This div background color is #557789


#557789 Border Color

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

This div border color is #557789


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,119,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 #557789">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557789


Comments

No comments written yet.

Please login to write comment.