Color Hex Logo

#557ad1 Color Hex

#557AD1
(85,122,209)
0 Favorites   0 Comments

Color spaces of #557ad1

RGB 85122209
HSL0.620.570.58
HSV222°59°82°
CMYK 0.590.420.00   0.18
XYZ22.214520.453863.0988
Yxy20.45380.21000.1934
Hunter Lab45.22598.5321-51.0628
CIE-Lab52.346513.3928-48.9053

#557ad1 color RGB value is (85,122,209).

#557ad1 hex color red value is 85, green value is 122 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #557ad1 hue: 0.62 , saturation: 0.57 and the lightness value of 557ad1 is 0.58.

The process color (four color CMYK) of #557ad1 color hex is 0.59, 0.42, 0.00, 0.18. Web safe color of #557ad1 is #6666cc. Color #557ad1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111010 11010001
Octal 125 172 321
Decimal 85 122 209
Hex 55 7A D1

RGB Percentages of Color #557ad1

%20.43
%29.33
%50.24

CMYK Percentages of Color #557ad1

%59
%42
%0
%18

Triadic Colors of #557ad1

#557ad1 #d1557a #7ad155

Analogous Colors of #557ad1

#557ad1 #6e55d1 #55b8d1

Monochromatic Colors of #557ad1

#557ad1

Complementary Color

#557ad1 #d1ac55

#557ad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557ad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557ad1 Color CSS Codes

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

#557ad1 Text Font Color

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

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


#557ad1 Background Color

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

This div background color is #557ad1


#557ad1 Border Color

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

This div border color is #557ad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557ad1


Comments

No comments written yet.

Please login to write comment.