Color Hex Logo

#557197 Color Hex

#557197
(85,113,151)
0 Favorites   0 Comments

Color spaces of #557197

RGB 85113151
HSL0.600.280.46
HSV215°44°59°
CMYK 0.440.250.00   0.41
XYZ15.237415.975931.5587
Yxy15.97590.24270.2545
Hunter Lab39.9699-1.8991-18.8342
CIE-Lab46.94290.3140-23.8357

#557197 color RGB value is (85,113,151).

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

The process color (four color CMYK) of #557197 color hex is 0.44, 0.25, 0.00, 0.41. Web safe color of #557197 is #666699. Color #557197 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110001 10010111
Octal 125 161 227
Decimal 85 113 151
Hex 55 71 97

RGB Percentages of Color #557197

%24.36
%32.38
%43.27

CMYK Percentages of Color #557197

%44
%25
%0
%41

Triadic Colors of #557197

#557197 #975571 #719755

Analogous Colors of #557197

#557197 #5a5597 #559297

Monochromatic Colors of #557197

#557197

Complementary Color

#557197 #977b55

#557197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557197 Color CSS Codes

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

#557197 Text Font Color

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

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


#557197 Background Color

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

This div background color is #557197


#557197 Border Color

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

This div border color is #557197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557197


Comments

No comments written yet.

Please login to write comment.