Color Hex Logo

#557fae Color Hex

#557FAE
(85,127,174)
0 Favorites   0 Comments

Color spaces of #557fae

RGB 85127174
HSL0.590.350.51
HSV212°51°68°
CMYK 0.510.270.00   0.32
XYZ18.975720.166042.9367
Yxy20.16600.23120.2457
Hunter Lab44.9066-3.1596-25.2546
CIE-Lab52.0244-0.9796-29.3792

#557fae color RGB value is (85,127,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111111 10101110
Octal 125 177 256
Decimal 85 127 174
Hex 55 7F AE

RGB Percentages of Color #557fae

%22.02
%32.90
%45.08

CMYK Percentages of Color #557fae

%51
%27
%0
%32

Triadic Colors of #557fae

#557fae #ae557f #7fae55

Analogous Colors of #557fae

#557fae #5855ae #55acae

Monochromatic Colors of #557fae

#557fae

Complementary Color

#557fae #ae8455

#557fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#557fae Color CSS Codes

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

#557fae Text Font Color

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

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


#557fae Background Color

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

This div background color is #557fae


#557fae Border Color

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

This div border color is #557fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557fae


Comments

No comments written yet.

Please login to write comment.