COLOR #553C84

HEX: #553C84
RGB: (85,60,132)

Color info

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

RGB color model

#553C84 color RGB value is (85,60,132).

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

RGB channels and saturation

R 85 of 255 = 33%
G 60 of 255 = 24%
B 132 of 255 = 52%

85
60
132

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

Portions of RGB colors in percentages

R + G + B =
85 + 60 + 132 = 277 (100%)
R 85 of 277 ~ 30.69%
G 60 of 277 ~ 21.66%
B 132 of 277 ~ 47.65%

%30.69
%21.66
%47.65

CMYK color model

#553C84 color CMYK value is (36,55,0,48).

  • cyan value is 35.61%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(36,55,0,48)
C36M55Y0K48 
(36%,55%,0%,48%)
(0.36/0.55/0.00/0.48)	

CMYK percentages

%35.61
%54.55
%0
%48.24

Codes

Color #553C84 in popluar color models

553C84
RGB8560132
HSL261°37.50%37.65%
HSB/HSV261°54.55%51.76%
CMYK35.61%54.55%0.00%
48.24%

Color #553C84 in popluar number systems.

HEX553C84
Decimal8560132
Binary101010111110010000100
Octal12574204

Shades and tints

Shades of #553C84

#553C84
(85,60,132)
#4E3778
(78,55,120)
#47326C
(71,50,108)
#402D60
(64,45,96)
#392854
(57,40,84)
#322348
(50,35,72)
#2B1E3C
(43,30,60)
#241930
(36,25,48)
#1D1424
(29,20,36)
#160F18
(22,15,24)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #553C84

#553C84
(85,60,132)
#644D8F
(100,77,143)
#735E9A
(115,94,154)
#826FA5
(130,111,165)
#9180B0
(145,128,176)
#A091BB
(160,145,187)
#AFA2C6
(175,162,198)
#BEB3D1
(190,179,209)
#CDC4DC
(205,196,220)
#DCD5E7
(220,213,231)
#EBE6F2
(235,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553C84; }

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

This text font color is #553C84.


Background Color

.myBgColor { background-color: #553C84; }

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

This div background color is #553C84.


Border color

.myBorderColor { border: 1px solid #553C84; }

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

This div border color is #553C84.


Opacity

.myOpacity80 { color: #553C84; opacity: 0.8; }

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

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

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

This text has shadow with #553C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553C84 on black background.


Color preview on white background

This text has color #553C84 on white background.



Black color preview on #553C84 background

This text has black color on #553C84 background.


White color preview on #553C84 background

This text has white color on #553C84 background.