COLOR #553362

HEX: #553362
RGB: (85,51,98)

Color info

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

RGB color model

#553362 color RGB value is (85,51,98).

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

RGB channels and saturation

R 85 of 255 = 33%
G 51 of 255 = 20%
B 98 of 255 = 38%

85
51
98

R + G + B ~ 30%. #553362 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 51 + 98 = 234 (100%)
R 85 of 234 ~ 36.32%
G 51 of 234 ~ 21.79%
B 98 of 234 ~ 41.88%

%36.32
%21.79
%41.88

CMYK color model

#553362 color CMYK value is (13,48,0,62).

  • cyan value is 13.27%
  • magenta value is 47.96%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(13,48,0,62)
C13M48Y0K62 
(13%,48%,0%,62%)
(0.13/0.48/0.00/0.62)	

CMYK percentages

%13.27
%47.96
%0
%61.57

Codes

Color #553362 in popluar color models

553362
RGB855198
HSL283°31.54%29.22%
HSB/HSV283°47.96%38.43%
CMYK13.27%47.96%0.00%
61.57%

Color #553362 in popluar number systems.

HEX553362
Decimal855198
Binary10101011100111100010
Octal12563142

Shades and tints

Shades of #553362

#553362
(85,51,98)
#4E2F5A
(78,47,90)
#472B52
(71,43,82)
#40274A
(64,39,74)
#392342
(57,35,66)
#321F3A
(50,31,58)
#2B1B32
(43,27,50)
#24172A
(36,23,42)
#1D1322
(29,19,34)
#160F1A
(22,15,26)
#0F0B12
(15,11,18)
#000000
(0,0,0)

Tints of #553362

#553362
(85,51,98)
#644570
(100,69,112)
#73577E
(115,87,126)
#82698C
(130,105,140)
#917B9A
(145,123,154)
#A08DA8
(160,141,168)
#AF9FB6
(175,159,182)
#BEB1C4
(190,177,196)
#CDC3D2
(205,195,210)
#DCD5E0
(220,213,224)
#EBE7EE
(235,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553362; }

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

This text font color is #553362.


Background Color

.myBgColor { background-color: #553362; }

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

This div background color is #553362.


Border color

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

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

This div border color is #553362.


Opacity

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

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

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

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

This text has shadow with #553362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553362 on black background.


Color preview on white background

This text has color #553362 on white background.



Black color preview on #553362 background

This text has black color on #553362 background.


White color preview on #553362 background

This text has white color on #553362 background.