Color Hex Logo

#555aac Color Hex

#555AAC
(85,90,172)
0 Favorites   0 Comments

Color spaces of #555aac

RGB 8590172
HSL0.660.340.50
HSV237°51°67°
CMYK 0.510.480.00   0.33
XYZ14.848912.222240.6062
Yxy12.22220.21940.1806
Hunter Lab34.960314.6350-44.3929
CIE-Lab41.567121.1570-44.7060

#555aac color RGB value is (85,90,172).

#555aac hex color red value is 85, green value is 90 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #555aac hue: 0.66 , saturation: 0.34 and the lightness value of 555aac is 0.50.

The process color (four color CMYK) of #555aac color hex is 0.51, 0.48, 0.00, 0.33. Web safe color of #555aac is #666699. Color #555aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011010 10101100
Octal 125 132 254
Decimal 85 90 172
Hex 55 5A AC

RGB Percentages of Color #555aac

%24.50
%25.94
%49.57

CMYK Percentages of Color #555aac

%51
%48
%0
%33

Triadic Colors of #555aac

#555aac #ac555a #5aac55

Analogous Colors of #555aac

#555aac #7c55ac #5586ac

Monochromatic Colors of #555aac

#555aac

Complementary Color

#555aac #aca755

#555aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#555aac Color CSS Codes

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

#555aac Text Font Color

<p style="color:#555aac">Text here</p>

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


#555aac Background Color

<div style="background-color:#555aac">
Div content here</div>

This div background color is #555aac


#555aac Border Color

<div style="border:3px solid #555aac">
Div here</div>

This div border color is #555aac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,90,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #555aac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #555aac;
  -webkit-box-shadow: 1px 1px 3px 2px #555aac;
  box-shadow:         1px 1px 3px 2px #555aac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,90,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #555aac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555aac


Comments

No comments written yet.

Please login to write comment.