Color Hex Logo

#557cae Color Hex

#557CAE
(85,124,174)
0 Favorites   0 Comments

Color spaces of #557cae

RGB 85124174
HSL0.590.350.51
HSV214°51°68°
CMYK 0.510.290.00   0.32
XYZ18.593919.402642.8095
Yxy19.40260.23010.2401
Hunter Lab44.0484-1.7355-26.7886
CIE-Lab51.15490.7947-30.7333

#557cae color RGB value is (85,124,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111100 10101110
Octal 125 174 256
Decimal 85 124 174
Hex 55 7C AE

RGB Percentages of Color #557cae

%22.19
%32.38
%45.43

CMYK Percentages of Color #557cae

%51
%29
%0
%32

Triadic Colors of #557cae

#557cae #ae557c #7cae55

Analogous Colors of #557cae

#557cae #5a55ae #55a9ae

Monochromatic Colors of #557cae

#557cae

Complementary Color

#557cae #ae8755

#557cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#557cae Color CSS Codes

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

#557cae Text Font Color

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

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


#557cae Background Color

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

This div background color is #557cae


#557cae Border Color

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

This div border color is #557cae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,124,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 #557cae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557cae


Comments

No comments written yet.

Please login to write comment.