Color Hex Logo

#557abe Color Hex

#557ABE
(85,122,190)
0 Favorites   0 Comments

Color spaces of #557abe

RGB 85122190
HSL0.610.450.54
HSV219°55°75°
CMYK 0.550.360.00   0.25
XYZ20.000119.568151.4381
Yxy19.56810.21980.2150
Hunter Lab44.23583.2915-37.9782
CIE-Lab51.34537.1140-39.6530

#557abe color RGB value is (85,122,190).

#557abe hex color red value is 85, green value is 122 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #557abe hue: 0.61 , saturation: 0.45 and the lightness value of 557abe is 0.54.

The process color (four color CMYK) of #557abe color hex is 0.55, 0.36, 0.00, 0.25. Web safe color of #557abe is #6666cc. Color #557abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111010 10111110
Octal 125 172 276
Decimal 85 122 190
Hex 55 7A BE

RGB Percentages of Color #557abe

%21.41
%30.73
%47.86

CMYK Percentages of Color #557abe

%55
%36
%0
%25

Triadic Colors of #557abe

#557abe #be557a #7abe55

Analogous Colors of #557abe

#557abe #6555be #55afbe

Monochromatic Colors of #557abe

#557abe

Complementary Color

#557abe #be9955

#557abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#557abe Color CSS Codes

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

#557abe Text Font Color

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

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


#557abe Background Color

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

This div background color is #557abe


#557abe Border Color

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

This div border color is #557abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557abe


Comments

No comments written yet.

Please login to write comment.