Color Hex Logo

#5558aa Color Hex

#5558AA
(85,88,170)
0 Favorites   0 Comments

Color spaces of #5558aa

RGB 8588170
HSL0.660.330.50
HSV238°50°67°
CMYK 0.500.480.00   0.33
XYZ14.491711.813039.5466
Yxy11.81300.22010.1794
Hunter Lab34.370015.1147-44.1608
CIE-Lab40.917421.7808-44.5630

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011000 10101010
Octal 125 130 252
Decimal 85 88 170
Hex 55 58 AA

RGB Percentages of Color #5558aa

%24.78
%25.66
%49.56

CMYK Percentages of Color #5558aa

%50
%48
%0
%33

Triadic Colors of #5558aa

#5558aa #aa5558 #58aa55

Analogous Colors of #5558aa

#5558aa #7d55aa #5583aa

Monochromatic Colors of #5558aa

#5558aa

Complementary Color

#5558aa #aaa755

#5558aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5558aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5558aa Color CSS Codes

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

#5558aa Text Font Color

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

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


#5558aa Background Color

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

This div background color is #5558aa


#5558aa Border Color

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

This div border color is #5558aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5558aa


Comments

No comments written yet.

Please login to write comment.