Color Hex Logo

#5553aa Color Hex

#5553AA
(85,83,170)
0 Favorites   0 Comments

Color spaces of #5553aa

RGB 8583170
HSL0.670.340.50
HSV241°51°67°
CMYK 0.500.510.00   0.33
XYZ14.095311.020139.4144
Yxy11.02010.21840.1708
Hunter Lab33.196517.6974-47.1577
CIE-Lab39.614324.9393-46.6505

#5553aa color RGB value is (85,83,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010011 10101010
Octal 125 123 252
Decimal 85 83 170
Hex 55 53 AA

RGB Percentages of Color #5553aa

%25.15
%24.56
%50.30

CMYK Percentages of Color #5553aa

%50
%51
%0
%33

Triadic Colors of #5553aa

#5553aa #aa5553 #53aa55

Analogous Colors of #5553aa

#5553aa #8153aa #537daa

Monochromatic Colors of #5553aa

#5553aa

Complementary Color

#5553aa #a8aa53

#5553aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5553aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5553aa Color CSS Codes

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

#5553aa Text Font Color

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

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


#5553aa Background Color

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

This div background color is #5553aa


#5553aa Border Color

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

This div border color is #5553aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5553aa


Comments

No comments written yet.

Please login to write comment.