COLOR #552EAA

HEX: #552EAA RGB: (85,46,170)

Color info

#552EAA contains mainly blue color. Web safe color of #552EAA is #663399 (or #639).

RGB color model

#552EAA color RGB value is (85,46,170).

RGB: (85,46,170) (33%, 18%, 67%)

RGB channels and saturation

R 85 of 255 = 33%
G 46 of 255 = 18%
B 170 of 255 = 67%

85
46
170

R + G + B ~ 39%. #552EAA is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 46 + 170 = 301 (100%)
R 85 of 301 ~ 28.24%
G 46 of 301 ~ 15.28%
B 170 of 301 ~ 56.48'%

%28.24
%15.28
%56.48

CMYK color model

#552EAA color CMYK value is (50,73,0,33).

  • cyan value is 50.00%
  • magenta value is 72.94%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (50,73,0,33)
C50M73Y0K33 (50%, 73%, 0%, 33%)
(0.50 / 0.73 / 0.00 / 0.33)

CMYK percentages

%50
%72.94
%0
%33.33

Codes

Color #552EAA in popluar color models

55 2E AA
RGB 85 46 170
HSL 259° 57.41% 42.35%
HSB/HSV 259° 72.94% 66.67%
CMYK 50.00% 72.94% 0.00%
33.33%

Color #552EAA in popluar number systems.

HEX 55 2E AA
Decimal 85 46 170
Binary 1010101 101110 10101010
Octal 125 56 252

Shades and tints

Shades of #552EAA

#552EAA
(85,46,170)
#4E2A9B
(78,42,155)
#47268C
(71,38,140)
#40227D
(64,34,125)
#391E6E
(57,30,110)
#321A5F
(50,26,95)
#2B1650
(43,22,80)
#241241
(36,18,65)
#1D0E32
(29,14,50)
#160A23
(22,10,35)
#0F0614
(15,6,20)
#000000
(0,0,0)

Tints of #552EAA

#552EAA
(85,46,170)
#6441B1
(100,65,177)
#7354B8
(115,84,184)
#8267BF
(130,103,191)
#917AC6
(145,122,198)
#A08DCD
(160,141,205)
#AFA0D4
(175,160,212)
#BEB3DB
(190,179,219)
#CDC6E2
(205,198,226)
#DCD9E9
(220,217,233)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #552EAA color. Also use rgb(85,46,170) instead hex code.

Text Font Color

.myTextColor { color: #552EAA; }

<p style="color:#552EAA">This sample text font color is #552EAA.</p>

This text font color is #552EAA.

Background Color

.myBgColor { background-color: #552EAA; }

<div style="background-color:#552EAA">Inner text</div>

This div background color is #552EAA.

Border color

.myBorderColor { border: 1px solid #552EAA; }

<div style="border:3px solid #552EAA">Div</div>

This div border color is #552EAA.

Opacity

.myOpacity80 { color: #552EAA; opacity: 0.8; }

<p style="color:#552EAA;opacity:0.8;">80%</p>

Text with #552EAA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #552EAA;}

<p style="text-shadow: 3px 3px 1px #552EAA">Text here.</p>

This text has shadow with #552EAA color.


.textShadow {text-shadow: 3px 3px 1px #552EAA', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #552EAA, 5px 5px 20px red">Text here.</p>

This text has shadow with #552EAA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#552EAA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#552EAA, Direction=45, Strength=4)">Text</p>

This text has shadow with #552EAA and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #552EAA;
-webkit-box-shadow: 1px 1px 3px 2px #552EAA;
box-shadow: 1px 1px 3px 2px #552EAA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #552EAA; -webkit-box-shadow: 1px 1px 3px 2px #552EAA; box-shadow:1px 1px 3px 2px #552EAA;">
Div content here
</div>

This div box has shadow with color #552EAA.

Preview

Color preview on black background

This text has color #552EAA on black background.


Color preview on white background

This text has color #552EAA on white background.


Black color preview on #552EAA background

This text has black color on #552EAA background.


White color preview on #552EAA background

This text has white color on #552EAA background.


Related colors

Complementary color

Complementary color for #hex is #AAD155.


I love getcolorcode.com

Triadic colors

1 #AA552E and #2EAA55 with #552EAA are triadic colors.

2 #AA2E55 and #2E55AA with #552EAA are triadic colors.