Color Hex Logo

#557aca Color Hex

#557ACA
(85,122,202)
0 Favorites   0 Comments

Color spaces of #557aca

RGB 85122202
HSL0.610.520.56
HSV221°58°79°
CMYK 0.580.400.00   0.21
XYZ21.366520.114658.6335
Yxy20.11460.21340.2009
Hunter Lab44.84936.5523-46.1180
CIE-Lab51.966511.0605-45.5304

#557aca color RGB value is (85,122,202).

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

The process color (four color CMYK) of #557aca color hex is 0.58, 0.40, 0.00, 0.21. Web safe color of #557aca is #6666cc. Color #557aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111010 11001010
Octal 125 172 312
Decimal 85 122 202
Hex 55 7A CA

RGB Percentages of Color #557aca

%20.78
%29.83
%49.39

CMYK Percentages of Color #557aca

%58
%40
%0
%21

Triadic Colors of #557aca

#557aca #ca557a #7aca55

Analogous Colors of #557aca

#557aca #6b55ca #55b5ca

Monochromatic Colors of #557aca

#557aca

Complementary Color

#557aca #caa555

#557aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#557aca Color CSS Codes

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

#557aca Text Font Color

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

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


#557aca Background Color

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

This div background color is #557aca


#557aca Border Color

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

This div border color is #557aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557aca


Comments

No comments written yet.

Please login to write comment.