Color Hex Logo

#557392 Color Hex

#557392
(85,115,146)
0 Favorites   0 Comments

Color spaces of #557392

RGB 85115146
HSL0.580.260.45
HSV210°42°57°
CMYK 0.420.210.00   0.43
XYZ15.065416.268129.5402
Yxy16.26810.24750.2672
Hunter Lab40.3337-3.9110-15.1901
CIE-Lab47.3243-2.3559-20.2938

#557392 color RGB value is (85,115,146).

#557392 hex color red value is 85, green value is 115 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #557392 hue: 0.58 , saturation: 0.26 and the lightness value of 557392 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110011 10010010
Octal 125 163 222
Decimal 85 115 146
Hex 55 73 92

RGB Percentages of Color #557392

%24.57
%33.24
%42.20

CMYK Percentages of Color #557392

%42
%21
%0
%43

Triadic Colors of #557392

#557392 #925573 #739255

Analogous Colors of #557392

#557392 #555592 #559292

Monochromatic Colors of #557392

#557392

Complementary Color

#557392 #927455

#557392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557392 Color CSS Codes

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

#557392 Text Font Color

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

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


#557392 Background Color

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

This div background color is #557392


#557392 Border Color

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

This div border color is #557392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557392

#557392 Color Palettes


Comments

No comments written yet.

Please login to write comment.