COLOR #553776

HEX: #553776
RGB: (85,55,118)

Color info

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

RGB color model

#553776 color RGB value is (85,55,118).

  • red value is 85;
  • green value is 55;
  • blue value is 118.
RGB:
(85,55,118)
(33%,22%,46%)

RGB channels and saturation

R 85 of 255 = 33%
G 55 of 255 = 22%
B 118 of 255 = 46%

85
55
118

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

Portions of RGB colors in percentages

R + G + B =
85 + 55 + 118 = 258 (100%)
R 85 of 258 ~ 32.95%
G 55 of 258 ~ 21.32%
B 118 of 258 ~ 45.74%

%32.95
%21.32
%45.74

CMYK color model

#553776 color CMYK value is (28,53,0,54).

  • cyan value is 27.97%
  • magenta value is 53.39%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(28,53,0,54)
C28M53Y0K54 
(28%,53%,0%,54%)
(0.28/0.53/0.00/0.54)	

CMYK percentages

%27.97
%53.39
%0
%53.73

Codes

Color #553776 in popluar color models

553776
RGB8555118
HSL269°36.42%33.92%
HSB/HSV269°53.39%46.27%
CMYK27.97%53.39%0.00%
53.73%

Color #553776 in popluar number systems.

HEX553776
Decimal8555118
Binary10101011101111110110
Octal12567166

Shades and tints

Shades of #553776

#553776
(85,55,118)
#4E326C
(78,50,108)
#472D62
(71,45,98)
#402858
(64,40,88)
#39234E
(57,35,78)
#321E44
(50,30,68)
#2B193A
(43,25,58)
#241430
(36,20,48)
#1D0F26
(29,15,38)
#160A1C
(22,10,28)
#0F0512
(15,5,18)
#000000
(0,0,0)

Tints of #553776

#553776
(85,55,118)
#644982
(100,73,130)
#735B8E
(115,91,142)
#826D9A
(130,109,154)
#917FA6
(145,127,166)
#A091B2
(160,145,178)
#AFA3BE
(175,163,190)
#BEB5CA
(190,181,202)
#CDC7D6
(205,199,214)
#DCD9E2
(220,217,226)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553776 color. Also use rgb(85,55,118) instead hex code.

Text Font Color

.myTextColor { color: #553776; }

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

This text font color is #553776.


Background Color

.myBgColor { background-color: #553776; }

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

This div background color is #553776.


Border color

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

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

This div border color is #553776.


Opacity

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

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

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

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

This text has shadow with #553776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553776 on black background.


Color preview on white background

This text has color #553776 on white background.



Black color preview on #553776 background

This text has black color on #553776 background.


White color preview on #553776 background

This text has white color on #553776 background.