Color Hex Logo

#5555aa Color Hex

#5555AA
(85,85,170)
2 Favorites   0 Comments

Color spaces of #5555aa

RGB 8585170
HSL0.670.330.50
HSV240°50°67°
CMYK 0.500.500.00   0.33
XYZ14.250511.330639.4661
Yxy11.33060.21910.1742
Hunter Lab33.661016.6620-45.9524
CIE-Lab40.131823.6765-45.8205

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010101 10101010
Octal 125 125 252
Decimal 85 85 170
Hex 55 55 AA

RGB Percentages of Color #5555aa

%25.00
%25.00
%50.00

CMYK Percentages of Color #5555aa

%50
%50
%0
%33

Triadic Colors of #5555aa

#5555aa #aa5555 #55aa55

Analogous Colors of #5555aa

#5555aa #8055aa #5580aa

Monochromatic Colors of #5555aa

#5555aa

Complementary Color

#5555aa #aaaa55

#5555aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5555aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5555aa Color CSS Codes

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

#5555aa Text Font Color

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

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


#5555aa Background Color

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

This div background color is #5555aa


#5555aa Border Color

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

This div border color is #5555aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5555aa


Comments

No comments written yet.

Please login to write comment.