COLOR #553856

HEX: #553856
RGB: (85,56,86)

Color info

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

RGB color model

#553856 color RGB value is (85,56,86).

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

RGB channels and saturation

R 85 of 255 = 33%
G 56 of 255 = 22%
B 86 of 255 = 34%

85
56
86

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

Portions of RGB colors in percentages

R + G + B =
85 + 56 + 86 = 227 (100%)
R 85 of 227 ~ 37.44%
G 56 of 227 ~ 24.67%
B 86 of 227 ~ 37.89%

%37.44
%24.67
%37.89

CMYK color model

#553856 color CMYK value is (1,35,0,66).

  • cyan value is 1.16%
  • magenta value is 34.88%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(1,35,0,66)
C1M35Y0K66 
(1%,35%,0%,66%)
(0.01/0.35/0.00/0.66)	

CMYK percentages

%1.16
%34.88
%0
%66.27

Codes

Color #553856 in popluar color models

553856
RGB855686
HSL298°21.13%27.84%
HSB/HSV298°34.88%33.73%
CMYK1.16%34.88%0.00%
66.27%

Color #553856 in popluar number systems.

HEX553856
Decimal855686
Binary10101011110001010110
Octal12570126

Shades and tints

Shades of #553856

#553856
(85,56,86)
#4E334F
(78,51,79)
#472E48
(71,46,72)
#402941
(64,41,65)
#39243A
(57,36,58)
#321F33
(50,31,51)
#2B1A2C
(43,26,44)
#241525
(36,21,37)
#1D101E
(29,16,30)
#160B17
(22,11,23)
#0F0610
(15,6,16)
#000000
(0,0,0)

Tints of #553856

#553856
(85,56,86)
#644A65
(100,74,101)
#735C74
(115,92,116)
#826E83
(130,110,131)
#918092
(145,128,146)
#A092A1
(160,146,161)
#AFA4B0
(175,164,176)
#BEB6BF
(190,182,191)
#CDC8CE
(205,200,206)
#DCDADD
(220,218,221)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553856; }

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

This text font color is #553856.


Background Color

.myBgColor { background-color: #553856; }

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

This div background color is #553856.


Border color

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

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

This div border color is #553856.


Opacity

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

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

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

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

This text has shadow with #553856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553856 on black background.


Color preview on white background

This text has color #553856 on white background.



Black color preview on #553856 background

This text has black color on #553856 background.


White color preview on #553856 background

This text has white color on #553856 background.