COLOR #553877

HEX: #553877
RGB: (85,56,119)

Color info

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

RGB color model

#553877 color RGB value is (85,56,119).

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

RGB channels and saturation

R 85 of 255 = 33%
G 56 of 255 = 22%
B 119 of 255 = 47%

85
56
119

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

Portions of RGB colors in percentages

R + G + B =
85 + 56 + 119 = 260 (100%)
R 85 of 260 ~ 32.69%
G 56 of 260 ~ 21.54%
B 119 of 260 ~ 45.77%

%32.69
%21.54
%45.77

CMYK color model

#553877 color CMYK value is (29,53,0,53).

  • cyan value is 28.57%
  • magenta value is 52.94%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(29,53,0,53)
C29M53Y0K53 
(29%,53%,0%,53%)
(0.29/0.53/0.00/0.53)	

CMYK percentages

%28.57
%52.94
%0
%53.33

Codes

Color #553877 in popluar color models

553877
RGB8556119
HSL268°36.00%34.31%
HSB/HSV268°52.94%46.67%
CMYK28.57%52.94%0.00%
53.33%

Color #553877 in popluar number systems.

HEX553877
Decimal8556119
Binary10101011110001110111
Octal12570167

Shades and tints

Shades of #553877

#553877
(85,56,119)
#4E336D
(78,51,109)
#472E63
(71,46,99)
#402959
(64,41,89)
#39244F
(57,36,79)
#321F45
(50,31,69)
#2B1A3B
(43,26,59)
#241531
(36,21,49)
#1D1027
(29,16,39)
#160B1D
(22,11,29)
#0F0613
(15,6,19)
#000000
(0,0,0)

Tints of #553877

#553877
(85,56,119)
#644A83
(100,74,131)
#735C8F
(115,92,143)
#826E9B
(130,110,155)
#9180A7
(145,128,167)
#A092B3
(160,146,179)
#AFA4BF
(175,164,191)
#BEB6CB
(190,182,203)
#CDC8D7
(205,200,215)
#DCDAE3
(220,218,227)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553877; }

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

This text font color is #553877.


Background Color

.myBgColor { background-color: #553877; }

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

This div background color is #553877.


Border color

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

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

This div border color is #553877.


Opacity

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

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

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

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

This text has shadow with #553877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553877 on black background.


Color preview on white background

This text has color #553877 on white background.



Black color preview on #553877 background

This text has black color on #553877 background.


White color preview on #553877 background

This text has white color on #553877 background.