Color Hex Logo

#557dae Color Hex

#557DAE
(85,125,174)
0 Favorites   0 Comments

Color spaces of #557dae

RGB 85125174
HSL0.590.350.51
HSV213°51°68°
CMYK 0.510.280.00   0.32
XYZ18.719919.654542.8515
Yxy19.65450.23050.2420
Hunter Lab44.3334-2.2113-26.2748
CIE-Lab51.44430.2016-30.2823

#557dae color RGB value is (85,125,174).

#557dae hex color red value is 85, green value is 125 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #557dae hue: 0.59 , saturation: 0.35 and the lightness value of 557dae is 0.51.

The process color (four color CMYK) of #557dae color hex is 0.51, 0.28, 0.00, 0.32. Web safe color of #557dae is #666699. Color #557dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111101 10101110
Octal 125 175 256
Decimal 85 125 174
Hex 55 7D AE

RGB Percentages of Color #557dae

%22.14
%32.55
%45.31

CMYK Percentages of Color #557dae

%51
%28
%0
%32

Triadic Colors of #557dae

#557dae #ae557d #7dae55

Analogous Colors of #557dae

#557dae #5a55ae #55aaae

Monochromatic Colors of #557dae

#557dae

Complementary Color

#557dae #ae8655

#557dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#557dae Color CSS Codes

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

#557dae Text Font Color

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

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


#557dae Background Color

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

This div background color is #557dae


#557dae Border Color

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

This div border color is #557dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557dae


Comments

No comments written yet.

Please login to write comment.