Color Hex Logo

#553eaa Color Hex

#553EAA
(85,62,170)
0 Favorites   0 Comments

Color spaces of #553eaa

RGB 8562170
HSL0.700.470.45
HSV253°64°67°
CMYK 0.500.640.00   0.33
XYZ12.72468.278838.9575
Yxy8.27880.21220.1381
Hunter Lab28.772928.5877-60.1355
CIE-Lab34.556937.8655-54.8172

#553eaa color RGB value is (85,62,170).

#553eaa hex color red value is 85, green value is 62 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #553eaa hue: 0.70 , saturation: 0.47 and the lightness value of 553eaa is 0.45.

The process color (four color CMYK) of #553eaa color hex is 0.50, 0.64, 0.00, 0.33. Web safe color of #553eaa is #663399. Color #553eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111110 10101010
Octal 125 76 252
Decimal 85 62 170
Hex 55 3E AA

RGB Percentages of Color #553eaa

%26.81
%19.56
%53.63

CMYK Percentages of Color #553eaa

%50
%64
%0
%33

Triadic Colors of #553eaa

#553eaa #aa553e #3eaa55

Analogous Colors of #553eaa

#553eaa #8b3eaa #3e5daa

Monochromatic Colors of #553eaa

#553eaa

Complementary Color

#553eaa #93aa3e

#553eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#553eaa Color CSS Codes

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

#553eaa Text Font Color

<p style="color:#553eaa">Text here</p>

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


#553eaa Background Color

<div style="background-color:#553eaa">
Div content here</div>

This div background color is #553eaa


#553eaa Border Color

<div style="border:3px solid #553eaa">
Div here</div>

This div border color is #553eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553eaa


Comments

No comments written yet.

Please login to write comment.