COLOR #553868

HEX: #553868
RGB: (85,56,104)

Color info

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

RGB color model

#553868 color RGB value is (85,56,104).

  • red value is 85;
  • green value is 56;
  • blue value is 104.
RGB:
(85,56,104)
(33%,22%,41%)

RGB channels and saturation

R 85 of 255 = 33%
G 56 of 255 = 22%
B 104 of 255 = 41%

85
56
104

R + G + B ~ 32%. #553868 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 56 + 104 = 245 (100%)
R 85 of 245 ~ 34.69%
G 56 of 245 ~ 22.86%
B 104 of 245 ~ 42.45%

%34.69
%22.86
%42.45

CMYK color model

#553868 color CMYK value is (18,46,0,59).

  • cyan value is 18.27%
  • magenta value is 46.15%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(18,46,0,59)
C18M46Y0K59 
(18%,46%,0%,59%)
(0.18/0.46/0.00/0.59)	

CMYK percentages

%18.27
%46.15
%0
%59.22

Codes

Color #553868 in popluar color models

553868
RGB8556104
HSL276°30.00%31.37%
HSB/HSV276°46.15%40.78%
CMYK18.27%46.15%0.00%
59.22%

Color #553868 in popluar number systems.

HEX553868
Decimal8556104
Binary10101011110001101000
Octal12570150

Shades and tints

Shades of #553868

#553868
(85,56,104)
#4E335F
(78,51,95)
#472E56
(71,46,86)
#40294D
(64,41,77)
#392444
(57,36,68)
#321F3B
(50,31,59)
#2B1A32
(43,26,50)
#241529
(36,21,41)
#1D1020
(29,16,32)
#160B17
(22,11,23)
#0F060E
(15,6,14)
#000000
(0,0,0)

Tints of #553868

#553868
(85,56,104)
#644A75
(100,74,117)
#735C82
(115,92,130)
#826E8F
(130,110,143)
#91809C
(145,128,156)
#A092A9
(160,146,169)
#AFA4B6
(175,164,182)
#BEB6C3
(190,182,195)
#CDC8D0
(205,200,208)
#DCDADD
(220,218,221)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553868 color. Also use rgb(85,56,104) instead hex code.

Text Font Color

.myTextColor { color: #553868; }

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

This text font color is #553868.


Background Color

.myBgColor { background-color: #553868; }

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

This div background color is #553868.


Border color

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

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

This div border color is #553868.


Opacity

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

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

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

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

This text has shadow with #553868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553868 on black background.


Color preview on white background

This text has color #553868 on white background.



Black color preview on #553868 background

This text has black color on #553868 background.


White color preview on #553868 background

This text has white color on #553868 background.