Color Hex Logo

#554aaa Color Hex

#554AAA
(85,74,170)
0 Favorites   0 Comments

Color spaces of #554aaa

RGB 8574170
HSL0.690.390.48
HSV247°56°67°
CMYK 0.500.560.00   0.33
XYZ13.45089.731139.1996
Yxy9.73110.21560.1560
Hunter Lab31.194722.3764-52.6681
CIE-Lab37.355430.5790-50.2857

#554aaa color RGB value is (85,74,170).

#554aaa hex color red value is 85, green value is 74 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #554aaa hue: 0.69 , saturation: 0.39 and the lightness value of 554aaa is 0.48.

The process color (four color CMYK) of #554aaa color hex is 0.50, 0.56, 0.00, 0.33. Web safe color of #554aaa is #663399. Color #554aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001010 10101010
Octal 125 112 252
Decimal 85 74 170
Hex 55 4A AA

RGB Percentages of Color #554aaa

%25.84
%22.49
%51.67

CMYK Percentages of Color #554aaa

%50
%56
%0
%33

Triadic Colors of #554aaa

#554aaa #aa554a #4aaa55

Analogous Colors of #554aaa

#554aaa #854aaa #4a6faa

Monochromatic Colors of #554aaa

#554aaa

Complementary Color

#554aaa #9faa4a

#554aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#554aaa Color CSS Codes

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

#554aaa Text Font Color

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

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


#554aaa Background Color

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

This div background color is #554aaa


#554aaa Border Color

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

This div border color is #554aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554aaa


Comments

No comments written yet.

Please login to write comment.