COLOR #553C73

HEX: #553C73
RGB: (85,60,115)

Color info

#553C73 contains red, green and blue colors in about the same proportion. Web safe color of #553C73 is #663366 (or #636).

RGB color model

#553C73 color RGB value is (85,60,115).

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

RGB channels and saturation

R 85 of 255 = 33%
G 60 of 255 = 24%
B 115 of 255 = 45%

85
60
115

R + G + B ~ 34%. #553C73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 60 + 115 = 260 (100%)
R 85 of 260 ~ 32.69%
G 60 of 260 ~ 23.08%
B 115 of 260 ~ 44.23%

%32.69
%23.08
%44.23

CMYK color model

#553C73 color CMYK value is (26,48,0,55).

  • cyan value is 26.09%
  • magenta value is 47.83%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(26,48,0,55)
C26M48Y0K55 
(26%,48%,0%,55%)
(0.26/0.48/0.00/0.55)	

CMYK percentages

%26.09
%47.83
%0
%54.9

Codes

Color #553C73 in popluar color models

553C73
RGB8560115
HSL267°31.43%34.31%
HSB/HSV267°47.83%45.10%
CMYK26.09%47.83%0.00%
54.90%

Color #553C73 in popluar number systems.

HEX553C73
Decimal8560115
Binary10101011111001110011
Octal12574163

Shades and tints

Shades of #553C73

#553C73
(85,60,115)
#4E3769
(78,55,105)
#47325F
(71,50,95)
#402D55
(64,45,85)
#39284B
(57,40,75)
#322341
(50,35,65)
#2B1E37
(43,30,55)
#24192D
(36,25,45)
#1D1423
(29,20,35)
#160F19
(22,15,25)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #553C73

#553C73
(85,60,115)
#644D7F
(100,77,127)
#735E8B
(115,94,139)
#826F97
(130,111,151)
#9180A3
(145,128,163)
#A091AF
(160,145,175)
#AFA2BB
(175,162,187)
#BEB3C7
(190,179,199)
#CDC4D3
(205,196,211)
#DCD5DF
(220,213,223)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553C73; }

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

This text font color is #553C73.


Background Color

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

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

This div background color is #553C73.


Border color

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

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

This div border color is #553C73.


Opacity

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

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

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

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

This text has shadow with #553C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553C73 on black background.


Color preview on white background

This text has color #553C73 on white background.



Black color preview on #553C73 background

This text has black color on #553C73 background.


White color preview on #553C73 background

This text has white color on #553C73 background.