COLOR #553677

HEX: #553677
RGB: (85,54,119)

Color info

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

RGB color model

#553677 color RGB value is (85,54,119).

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

RGB channels and saturation

R 85 of 255 = 33%
G 54 of 255 = 21%
B 119 of 255 = 47%

85
54
119

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

Portions of RGB colors in percentages

R + G + B =
85 + 54 + 119 = 258 (100%)
R 85 of 258 ~ 32.95%
G 54 of 258 ~ 20.93%
B 119 of 258 ~ 46.12%

%32.95
%20.93
%46.12

CMYK color model

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

  • cyan value is 28.57%
  • magenta value is 54.62%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(29,55,0,53)
C29M55Y0K53 
(29%,55%,0%,53%)
(0.29/0.55/0.00/0.53)	

CMYK percentages

%28.57
%54.62
%0
%53.33

Codes

Color #553677 in popluar color models

553677
RGB8554119
HSL269°37.57%33.92%
HSB/HSV269°54.62%46.67%
CMYK28.57%54.62%0.00%
53.33%

Color #553677 in popluar number systems.

HEX553677
Decimal8554119
Binary10101011101101110111
Octal12566167

Shades and tints

Shades of #553677

#553677
(85,54,119)
#4E326D
(78,50,109)
#472E63
(71,46,99)
#402A59
(64,42,89)
#39264F
(57,38,79)
#322245
(50,34,69)
#2B1E3B
(43,30,59)
#241A31
(36,26,49)
#1D1627
(29,22,39)
#16121D
(22,18,29)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #553677

#553677
(85,54,119)
#644883
(100,72,131)
#735A8F
(115,90,143)
#826C9B
(130,108,155)
#917EA7
(145,126,167)
#A090B3
(160,144,179)
#AFA2BF
(175,162,191)
#BEB4CB
(190,180,203)
#CDC6D7
(205,198,215)
#DCD8E3
(220,216,227)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553677; }

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

This text font color is #553677.


Background Color

.myBgColor { background-color: #553677; }

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

This div background color is #553677.


Border color

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

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

This div border color is #553677.


Opacity

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

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

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

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

This text has shadow with #553677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553677 on black background.


Color preview on white background

This text has color #553677 on white background.



Black color preview on #553677 background

This text has black color on #553677 background.


White color preview on #553677 background

This text has white color on #553677 background.