Color Hex Logo

#557293 Color Hex

#557293
(85,114,147)
0 Favorites   0 Comments

Color spaces of #557293

RGB 85114147
HSL0.590.270.45
HSV212°42°58°
CMYK 0.420.220.00   0.42
XYZ15.030116.072529.9139
Yxy16.07250.24630.2634
Hunter Lab40.0905-3.2380-16.1764
CIE-Lab47.0695-1.4691-21.2768

#557293 color RGB value is (85,114,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110010 10010011
Octal 125 162 223
Decimal 85 114 147
Hex 55 72 93

RGB Percentages of Color #557293

%24.57
%32.95
%42.49

CMYK Percentages of Color #557293

%42
%22
%0
%42

Triadic Colors of #557293

#557293 #935572 #729355

Analogous Colors of #557293

#557293 #575593 #559193

Monochromatic Colors of #557293

#557293

Complementary Color

#557293 #937655

#557293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557293 Color CSS Codes

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

#557293 Text Font Color

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

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


#557293 Background Color

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

This div background color is #557293


#557293 Border Color

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

This div border color is #557293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557293


Comments

No comments written yet.

Please login to write comment.