COLOR #552E80

HEX: #552E80
RGB: (85,46,128)

Color info

#552E80 contains mainly red and blue colors. Web safe color of #552E80 is #663366 (or #636).

RGB color model

#552E80 color RGB value is (85,46,128).

  • red value is 85;
  • green value is 46;
  • blue value is 128.
RGB:
(85,46,128)
(33%,18%,50%)

RGB channels and saturation

R 85 of 255 = 33%
G 46 of 255 = 18%
B 128 of 255 = 50%

85
46
128

R + G + B ~ 34%. #552E80 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 46 + 128 = 259 (100%)
R 85 of 259 ~ 32.82%
G 46 of 259 ~ 17.76%
B 128 of 259 ~ 49.42%

%32.82
%17.76
%49.42

CMYK color model

#552E80 color CMYK value is (34,64,0,50).

  • cyan value is 33.59%
  • magenta value is 64.06%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(34,64,0,50)
C34M64Y0K50 
(34%,64%,0%,50%)
(0.34/0.64/0.00/0.50)	

CMYK percentages

%33.59
%64.06
%0
%49.8

Codes

Color #552E80 in popluar color models

552E80
RGB8546128
HSL269°47.13%34.12%
HSB/HSV269°64.06%50.20%
CMYK33.59%64.06%0.00%
49.80%

Color #552E80 in popluar number systems.

HEX552E80
Decimal8546128
Binary101010110111010000000
Octal12556200

Shades and tints

Shades of #552E80

#552E80
(85,46,128)
#4E2A75
(78,42,117)
#47266A
(71,38,106)
#40225F
(64,34,95)
#391E54
(57,30,84)
#321A49
(50,26,73)
#2B163E
(43,22,62)
#241233
(36,18,51)
#1D0E28
(29,14,40)
#160A1D
(22,10,29)
#0F0612
(15,6,18)
#000000
(0,0,0)

Tints of #552E80

#552E80
(85,46,128)
#64418B
(100,65,139)
#735496
(115,84,150)
#8267A1
(130,103,161)
#917AAC
(145,122,172)
#A08DB7
(160,141,183)
#AFA0C2
(175,160,194)
#BEB3CD
(190,179,205)
#CDC6D8
(205,198,216)
#DCD9E3
(220,217,227)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552E80; }

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

This text font color is #552E80.


Background Color

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

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

This div background color is #552E80.


Border color

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

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

This div border color is #552E80.


Opacity

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

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

Text with #552E80 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 #552E80;}

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

This text has shadow with #552E80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552E80 on black background.


Color preview on white background

This text has color #552E80 on white background.



Black color preview on #552E80 background

This text has black color on #552E80 background.


White color preview on #552E80 background

This text has white color on #552E80 background.