Color Hex Logo

#555aaa Color Hex

#555AAA
(85,90,170)
1 Favorites   0 Comments

Color spaces of #555aaa

RGB 8590170
HSL0.660.330.50
HSV236°50°67°
CMYK 0.500.470.00   0.33
XYZ14.658212.145939.6020
Yxy12.14590.22070.1829
Hunter Lab34.851014.0873-42.9770
CIE-Lab41.447120.5166-43.7163

#555aaa color RGB value is (85,90,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011010 10101010
Octal 125 132 252
Decimal 85 90 170
Hex 55 5A AA

RGB Percentages of Color #555aaa

%24.64
%26.09
%49.28

CMYK Percentages of Color #555aaa

%50
%47
%0
%33

Triadic Colors of #555aaa

#555aaa #aa555a #5aaa55

Analogous Colors of #555aaa

#555aaa #7b55aa #5585aa

Monochromatic Colors of #555aaa

#555aaa

Complementary Color

#555aaa #aaa555

#555aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#555aaa Color CSS Codes

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

#555aaa Text Font Color

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

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


#555aaa Background Color

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

This div background color is #555aaa


#555aaa Border Color

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

This div border color is #555aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555aaa


Comments

No comments written yet.

Please login to write comment.