Color Hex Logo

#5557aa Color Hex

#5557AA
(85,87,170)
0 Favorites   0 Comments

Color spaces of #5557aa

RGB 8587170
HSL0.660.330.50
HSV239°50°67°
CMYK 0.500.490.00   0.33
XYZ14.410211.650039.5194
Yxy11.65000.21970.1776
Hunter Lab34.132115.6296-44.7557
CIE-Lab40.654422.4127-44.9838

#5557aa color RGB value is (85,87,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010111 10101010
Octal 125 127 252
Decimal 85 87 170
Hex 55 57 AA

RGB Percentages of Color #5557aa

%24.85
%25.44
%49.71

CMYK Percentages of Color #5557aa

%50
%49
%0
%33

Triadic Colors of #5557aa

#5557aa #aa5557 #57aa55

Analogous Colors of #5557aa

#5557aa #7e55aa #5582aa

Monochromatic Colors of #5557aa

#5557aa

Complementary Color

#5557aa #aaa855

#5557aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5557aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5557aa Color CSS Codes

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

#5557aa Text Font Color

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

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


#5557aa Background Color

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

This div background color is #5557aa


#5557aa Border Color

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

This div border color is #5557aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5557aa


Comments

No comments written yet.

Please login to write comment.