Color Hex Logo

#557194 Color Hex

#557194
(85,113,148)
0 Favorites   0 Comments

Color spaces of #557194

RGB 85113148
HSL0.590.270.46
HSV213°43°58°
CMYK 0.430.240.00   0.42
XYZ14.996715.879730.2916
Yxy15.87970.24520.2596
Hunter Lab39.8493-2.5606-17.1749
CIE-Lab46.8163-0.5781-22.2583

#557194 color RGB value is (85,113,148).

#557194 hex color red value is 85, green value is 113 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #557194 hue: 0.59 , saturation: 0.27 and the lightness value of 557194 is 0.46.

The process color (four color CMYK) of #557194 color hex is 0.43, 0.24, 0.00, 0.42. Web safe color of #557194 is #666699. Color #557194 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110001 10010100
Octal 125 161 224
Decimal 85 113 148
Hex 55 71 94

RGB Percentages of Color #557194

%24.57
%32.66
%42.77

CMYK Percentages of Color #557194

%43
%24
%0
%42

Triadic Colors of #557194

#557194 #945571 #719455

Analogous Colors of #557194

#557194 #585594 #559194

Monochromatic Colors of #557194

#557194

Complementary Color

#557194 #947855

#557194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557194 Color CSS Codes

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

#557194 Text Font Color

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

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


#557194 Background Color

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

This div background color is #557194


#557194 Border Color

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

This div border color is #557194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557194


Comments

No comments written yet.

Please login to write comment.