Color Hex Logo

#5557ac Color Hex

#5557AC
(85,87,172)
0 Favorites   0 Comments

Color spaces of #5557ac

RGB 8587172
HSL0.660.340.50
HSV239°51°67°
CMYK 0.510.490.00   0.33
XYZ14.600911.726240.5236
Yxy11.72620.21840.1754
Hunter Lab34.243516.1834-46.1930
CIE-Lab40.777623.0524-45.9695

#5557ac color RGB value is (85,87,172).

#5557ac hex color red value is 85, green value is 87 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5557ac hue: 0.66 , saturation: 0.34 and the lightness value of 5557ac is 0.50.

The process color (four color CMYK) of #5557ac color hex is 0.51, 0.49, 0.00, 0.33. Web safe color of #5557ac is #666699. Color #5557ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010111 10101100
Octal 125 127 254
Decimal 85 87 172
Hex 55 57 AC

RGB Percentages of Color #5557ac

%24.71
%25.29
%50.00

CMYK Percentages of Color #5557ac

%51
%49
%0
%33

Triadic Colors of #5557ac

#5557ac #ac5557 #57ac55

Analogous Colors of #5557ac

#5557ac #7f55ac #5583ac

Monochromatic Colors of #5557ac

#5557ac

Complementary Color

#5557ac #acaa55

#5557ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5557ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5557ac Color CSS Codes

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

#5557ac Text Font Color

<p style="color:#5557ac">Text here</p>

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


#5557ac Background Color

<div style="background-color:#5557ac">
Div content here</div>

This div background color is #5557ac


#5557ac Border Color

<div style="border:3px solid #5557ac">
Div here</div>

This div border color is #5557ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,87,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5557ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5557ac;
  -webkit-box-shadow: 1px 1px 3px 2px #5557ac;
  box-shadow:         1px 1px 3px 2px #5557ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5557ac


Comments

No comments written yet.

Please login to write comment.