Color Hex Logo

#5561aa Color Hex

#5561AA
(85,97,170)
0 Favorites   0 Comments

Color spaces of #5561aa

RGB 8597170
HSL0.640.330.50
HSV232°50°67°
CMYK 0.500.430.00   0.33
XYZ15.276713.383039.8082
Yxy13.38300.22310.1955
Hunter Lab36.582810.5204-38.9095
CIE-Lab43.334816.0995-40.7091

#5561aa color RGB value is (85,97,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100001 10101010
Octal 125 141 252
Decimal 85 97 170
Hex 55 61 AA

RGB Percentages of Color #5561aa

%24.15
%27.56
%48.30

CMYK Percentages of Color #5561aa

%50
%43
%0
%33

Triadic Colors of #5561aa

#5561aa #aa5561 #61aa55

Analogous Colors of #5561aa

#5561aa #7455aa #558caa

Monochromatic Colors of #5561aa

#5561aa

Complementary Color

#5561aa #aa9e55

#5561aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5561aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5561aa Color CSS Codes

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

#5561aa Text Font Color

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

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


#5561aa Background Color

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

This div background color is #5561aa


#5561aa Border Color

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

This div border color is #5561aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5561aa


Comments

No comments written yet.

Please login to write comment.