Color Hex Logo

#557290 Color Hex

#557290
(85,114,144)
0 Favorites   0 Comments

Color spaces of #557290

RGB 85114144
HSL0.580.260.45
HSV211°41°56°
CMYK 0.410.210.00   0.44
XYZ14.797715.979528.6900
Yxy15.97950.24880.2687
Hunter Lab39.9744-3.8781-14.5710
CIE-Lab46.9476-2.3446-19.6890

#557290 color RGB value is (85,114,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110010 10010000
Octal 125 162 220
Decimal 85 114 144
Hex 55 72 90

RGB Percentages of Color #557290

%24.78
%33.24
%41.98

CMYK Percentages of Color #557290

%41
%21
%0
%44

Triadic Colors of #557290

#557290 #905572 #729055

Analogous Colors of #557290

#557290 #555590 #559090

Monochromatic Colors of #557290

#557290

Complementary Color

#557290 #907355

#557290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557290 Color CSS Codes

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

#557290 Text Font Color

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

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


#557290 Background Color

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

This div background color is #557290


#557290 Border Color

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

This div border color is #557290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557290


Comments

No comments written yet.

Please login to write comment.