Color Hex Logo

#557aa2 Color Hex

#557AA2
(85,122,162)
0 Favorites   0 Comments

Color spaces of #557aa2

RGB 85122162
HSL0.590.310.48
HSV211°48°64°
CMYK 0.480.250.00   0.36
XYZ17.227418.459036.8374
Yxy18.45900.23750.2545
Hunter Lab42.9639-3.6131-20.7607
CIE-Lab50.0482-1.7268-25.4843

#557aa2 color RGB value is (85,122,162).

#557aa2 hex color red value is 85, green value is 122 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #557aa2 hue: 0.59 , saturation: 0.31 and the lightness value of 557aa2 is 0.48.

The process color (four color CMYK) of #557aa2 color hex is 0.48, 0.25, 0.00, 0.36. Web safe color of #557aa2 is #666699. Color #557aa2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111010 10100010
Octal 125 172 242
Decimal 85 122 162
Hex 55 7A A2

RGB Percentages of Color #557aa2

%23.04
%33.06
%43.90

CMYK Percentages of Color #557aa2

%48
%25
%0
%36

Triadic Colors of #557aa2

#557aa2 #a2557a #7aa255

Analogous Colors of #557aa2

#557aa2 #5755a2 #55a1a2

Monochromatic Colors of #557aa2

#557aa2

Complementary Color

#557aa2 #a27d55

#557aa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557aa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557aa2 Color CSS Codes

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

#557aa2 Text Font Color

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

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


#557aa2 Background Color

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

This div background color is #557aa2


#557aa2 Border Color

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

This div border color is #557aa2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,122,162, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #557aa2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #557aa2;
  -webkit-box-shadow: 1px 1px 3px 2px #557aa2;
  box-shadow:         1px 1px 3px 2px #557aa2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557aa2


Comments

No comments written yet.

Please login to write comment.