COLOR #553880

HEX: #553880
RGB: (85,56,128)

Color info

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

RGB color model

#553880 color RGB value is (85,56,128).

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

RGB channels and saturation

R 85 of 255 = 33%
G 56 of 255 = 22%
B 128 of 255 = 50%

85
56
128

R + G + B ~ 35%. #553880 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 56 + 128 = 269 (100%)
R 85 of 269 ~ 31.6%
G 56 of 269 ~ 20.82%
B 128 of 269 ~ 47.58%

%31.6
%20.82
%47.58

CMYK color model

#553880 color CMYK value is (34,56,0,50).

  • cyan value is 33.59%
  • magenta value is 56.25%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(34,56,0,50)
C34M56Y0K50 
(34%,56%,0%,50%)
(0.34/0.56/0.00/0.50)	

CMYK percentages

%33.59
%56.25
%0
%49.8

Codes

Color #553880 in popluar color models

553880
RGB8556128
HSL264°39.13%36.08%
HSB/HSV264°56.25%50.20%
CMYK33.59%56.25%0.00%
49.80%

Color #553880 in popluar number systems.

HEX553880
Decimal8556128
Binary101010111100010000000
Octal12570200

Shades and tints

Shades of #553880

#553880
(85,56,128)
#4E3375
(78,51,117)
#472E6A
(71,46,106)
#40295F
(64,41,95)
#392454
(57,36,84)
#321F49
(50,31,73)
#2B1A3E
(43,26,62)
#241533
(36,21,51)
#1D1028
(29,16,40)
#160B1D
(22,11,29)
#0F0612
(15,6,18)
#000000
(0,0,0)

Tints of #553880

#553880
(85,56,128)
#644A8B
(100,74,139)
#735C96
(115,92,150)
#826EA1
(130,110,161)
#9180AC
(145,128,172)
#A092B7
(160,146,183)
#AFA4C2
(175,164,194)
#BEB6CD
(190,182,205)
#CDC8D8
(205,200,216)
#DCDAE3
(220,218,227)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553880; }

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

This text font color is #553880.


Background Color

.myBgColor { background-color: #553880; }

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

This div background color is #553880.


Border color

.myBorderColor { border: 1px solid #553880; }

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

This div border color is #553880.


Opacity

.myOpacity80 { color: #553880; opacity: 0.8; }

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

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

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

This text has shadow with #553880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553880 on black background.


Color preview on white background

This text has color #553880 on white background.



Black color preview on #553880 background

This text has black color on #553880 background.


White color preview on #553880 background

This text has white color on #553880 background.