COLOR #553F80

HEX: #553F80 RGB: (85,63,128)

Color info

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

RGB color model

#553F80 color RGB value is (85,63,128).

RGB: (85,63,128) (33%, 25%, 50%)

RGB channels and saturation

R 85 of 255 = 33%
G 63 of 255 = 25%
B 128 of 255 = 50%

85
63
128

R + G + B ~ 36%. #553F80 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 63 + 128 = 276 (100%)
R 85 of 276 ~ 30.8%
G 63 of 276 ~ 22.83%
B 128 of 276 ~ 46.38'%

%30.8
%22.83
%46.38

CMYK color model

#553F80 color CMYK value is (34,51,0,50).

  • cyan value is 33.59%
  • magenta value is 50.78%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (34,51,0,50)
C34M51Y0K50 (34%, 51%, 0%, 50%)
(0.34 / 0.51 / 0.00 / 0.50)

CMYK percentages

%33.59
%50.78
%0
%49.8

Codes

Color #553F80 in popluar color models

55 3F 80
RGB 85 63 128
HSL 260° 34.03% 37.45%
HSB/HSV 260° 50.78% 50.20%
CMYK 33.59% 50.78% 0.00%
49.80%

Color #553F80 in popluar number systems.

HEX 55 3F 80
Decimal 85 63 128
Binary 1010101 111111 10000000
Octal 125 77 200

Shades and tints

Shades of #553F80

#553F80
(85,63,128)
#4E3A75
(78,58,117)
#47356A
(71,53,106)
#40305F
(64,48,95)
#392B54
(57,43,84)
#322649
(50,38,73)
#2B213E
(43,33,62)
#241C33
(36,28,51)
#1D1728
(29,23,40)
#16121D
(22,18,29)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #553F80

#553F80
(85,63,128)
#64508B
(100,80,139)
#736196
(115,97,150)
#8272A1
(130,114,161)
#9183AC
(145,131,172)
#A094B7
(160,148,183)
#AFA5C2
(175,165,194)
#BEB6CD
(190,182,205)
#CDC7D8
(205,199,216)
#DCD8E3
(220,216,227)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553F80 color. Also use rgb(85,63,128) instead hex code.

Text Font Color

.myTextColor { color: #553F80; }

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

This text font color is #553F80.

Background Color

.myBgColor { background-color: #553F80; }

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

This div background color is #553F80.

Border color

.myBorderColor { border: 1px solid #553F80; }

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

This div border color is #553F80.

Opacity

.myOpacity80 { color: #553F80; opacity: 0.8; }

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

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

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

This text has shadow with #553F80 color.


.textShadow {text-shadow: 3px 3px 1px #553F80', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #553F80; -webkit-box-shadow: 1px 1px 3px 2px #553F80; box-shadow:1px 1px 3px 2px #553F80;">
Div content here
</div>

This div box has shadow with color #553F80.

Preview

Color preview on black background

This text has color #553F80 on black background.


Color preview on white background

This text has color #553F80 on white background.


Black color preview on #553F80 background

This text has black color on #553F80 background.


White color preview on #553F80 background

This text has white color on #553F80 background.


Related colors

Complementary color

Complementary color for #hex is #AAC07F.


I love getcolorcode.com

Triadic colors

1 #80553F and #3F8055 with #553F80 are triadic colors.

2 #803F55 and #3F5580 with #553F80 are triadic colors.