Color Hex Logo

#5521aa Color Hex

#5521AA
(85,33,170)
0 Favorites   0 Comments

Color spaces of #5521aa

RGB 8533170
HSL0.730.670.40
HSV263°81°67°
CMYK 0.500.810.00   0.33
XYZ11.54595.921338.5646
Yxy5.92130.20610.1057
Hunter Lab24.333742.1109-76.9304
CIE-Lab29.213052.7442-63.5519

#5521aa color RGB value is (85,33,170).

#5521aa hex color red value is 85, green value is 33 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5521aa hue: 0.73 , saturation: 0.67 and the lightness value of 5521aa is 0.40.

The process color (four color CMYK) of #5521aa color hex is 0.50, 0.81, 0.00, 0.33. Web safe color of #5521aa is #663399. Color #5521aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100001 10101010
Octal 125 41 252
Decimal 85 33 170
Hex 55 21 AA

RGB Percentages of Color #5521aa

%29.51
%11.46
%59.03

CMYK Percentages of Color #5521aa

%50
%81
%0
%33

Triadic Colors of #5521aa

#5521aa #aa5521 #21aa55

Analogous Colors of #5521aa

#5521aa #9a21aa #2131aa

Monochromatic Colors of #5521aa

#5521aa

Complementary Color

#5521aa #76aa21

#5521aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5521aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5521aa Color CSS Codes

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

#5521aa Text Font Color

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

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


#5521aa Background Color

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

This div background color is #5521aa


#5521aa Border Color

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

This div border color is #5521aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5521aa


Comments

No comments written yet.

Please login to write comment.