COLOR #553373

HEX: #553373
RGB: (85,51,115)

Color info

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

RGB color model

#553373 color RGB value is (85,51,115).

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

RGB channels and saturation

R 85 of 255 = 33%
G 51 of 255 = 20%
B 115 of 255 = 45%

85
51
115

R + G + B ~ 33%. #553373 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 51 + 115 = 251 (100%)
R 85 of 251 ~ 33.86%
G 51 of 251 ~ 20.32%
B 115 of 251 ~ 45.82%

%33.86
%20.32
%45.82

CMYK color model

#553373 color CMYK value is (26,56,0,55).

  • cyan value is 26.09%
  • magenta value is 55.65%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(26,56,0,55)
C26M56Y0K55 
(26%,56%,0%,55%)
(0.26/0.56/0.00/0.55)	

CMYK percentages

%26.09
%55.65
%0
%54.9

Codes

Color #553373 in popluar color models

553373
RGB8551115
HSL272°38.55%32.55%
HSB/HSV272°55.65%45.10%
CMYK26.09%55.65%0.00%
54.90%

Color #553373 in popluar number systems.

HEX553373
Decimal8551115
Binary10101011100111110011
Octal12563163

Shades and tints

Shades of #553373

#553373
(85,51,115)
#4E2F69
(78,47,105)
#472B5F
(71,43,95)
#402755
(64,39,85)
#39234B
(57,35,75)
#321F41
(50,31,65)
#2B1B37
(43,27,55)
#24172D
(36,23,45)
#1D1323
(29,19,35)
#160F19
(22,15,25)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #553373

#553373
(85,51,115)
#64457F
(100,69,127)
#73578B
(115,87,139)
#826997
(130,105,151)
#917BA3
(145,123,163)
#A08DAF
(160,141,175)
#AF9FBB
(175,159,187)
#BEB1C7
(190,177,199)
#CDC3D3
(205,195,211)
#DCD5DF
(220,213,223)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553373; }

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

This text font color is #553373.


Background Color

.myBgColor { background-color: #553373; }

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

This div background color is #553373.


Border color

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

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

This div border color is #553373.


Opacity

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

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

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

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

This text has shadow with #553373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553373 on black background.


Color preview on white background

This text has color #553373 on white background.



Black color preview on #553373 background

This text has black color on #553373 background.


White color preview on #553373 background

This text has white color on #553373 background.