COLOR #553784

HEX: #553784
RGB: (85,55,132)

Color info

#553784 contains mainly red and blue colors. Web safe color of #553784 is #663399 (or #639).

RGB color model

#553784 color RGB value is (85,55,132).

  • red value is 85;
  • green value is 55;
  • blue value is 132.
RGB:
(85,55,132)
(33%,22%,52%)

RGB channels and saturation

R 85 of 255 = 33%
G 55 of 255 = 22%
B 132 of 255 = 52%

85
55
132

R + G + B ~ 36%. #553784 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 55 + 132 = 272 (100%)
R 85 of 272 ~ 31.25%
G 55 of 272 ~ 20.22%
B 132 of 272 ~ 48.53%

%31.25
%20.22
%48.53

CMYK color model

#553784 color CMYK value is (36,58,0,48).

  • cyan value is 35.61%
  • magenta value is 58.33%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(36,58,0,48)
C36M58Y0K48 
(36%,58%,0%,48%)
(0.36/0.58/0.00/0.48)	

CMYK percentages

%35.61
%58.33
%0
%48.24

Codes

Color #553784 in popluar color models

553784
RGB8555132
HSL263°41.18%36.67%
HSB/HSV263°58.33%51.76%
CMYK35.61%58.33%0.00%
48.24%

Color #553784 in popluar number systems.

HEX553784
Decimal8555132
Binary101010111011110000100
Octal12567204

Shades and tints

Shades of #553784

#553784
(85,55,132)
#4E3278
(78,50,120)
#472D6C
(71,45,108)
#402860
(64,40,96)
#392354
(57,35,84)
#321E48
(50,30,72)
#2B193C
(43,25,60)
#241430
(36,20,48)
#1D0F24
(29,15,36)
#160A18
(22,10,24)
#0F050C
(15,5,12)
#000000
(0,0,0)

Tints of #553784

#553784
(85,55,132)
#64498F
(100,73,143)
#735B9A
(115,91,154)
#826DA5
(130,109,165)
#917FB0
(145,127,176)
#A091BB
(160,145,187)
#AFA3C6
(175,163,198)
#BEB5D1
(190,181,209)
#CDC7DC
(205,199,220)
#DCD9E7
(220,217,231)
#EBEBF2
(235,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553784 color. Also use rgb(85,55,132) instead hex code.

Text Font Color

.myTextColor { color: #553784; }

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

This text font color is #553784.


Background Color

.myBgColor { background-color: #553784; }

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

This div background color is #553784.


Border color

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

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

This div border color is #553784.


Opacity

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

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

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

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

This text has shadow with #553784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553784 on black background.


Color preview on white background

This text has color #553784 on white background.



Black color preview on #553784 background

This text has black color on #553784 background.


White color preview on #553784 background

This text has white color on #553784 background.