Color Hex Logo

#557189 Color Hex

#557189
(85,113,137)
0 Favorites   0 Comments

Color spaces of #557189

RGB 85113137
HSL0.580.230.44
HSV208°38°54°
CMYK 0.380.180.00   0.46
XYZ14.166815.547725.9212
Yxy15.54770.25460.2795
Hunter Lab39.4306-4.8712-11.3752
CIE-Lab46.3754-3.7566-16.4105

#557189 color RGB value is (85,113,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110001 10001001
Octal 125 161 211
Decimal 85 113 137
Hex 55 71 89

RGB Percentages of Color #557189

%25.37
%33.73
%40.90

CMYK Percentages of Color #557189

%38
%18
%0
%46

Triadic Colors of #557189

#557189 #895571 #718955

Analogous Colors of #557189

#557189 #555789 #558987

Monochromatic Colors of #557189

#557189

Complementary Color

#557189 #896d55

#557189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557189 Color CSS Codes

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

#557189 Text Font Color

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

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


#557189 Background Color

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

This div background color is #557189


#557189 Border Color

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

This div border color is #557189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557189


Comments

No comments written yet.

Please login to write comment.