COLOR #80557D

HEX: #80557D
RGB: (128,85,125)

Color info

#80557D contains red, green and blue colors in about the same proportion. Web safe color of #80557D is #666666 (or #666).

RGB color model

#80557D color RGB value is (128,85,125).

  • red value is 128;
  • green value is 85;
  • blue value is 125.
RGB:
(128,85,125)
(50%,33%,49%)

RGB channels and saturation

R 128 of 255 = 50%
G 85 of 255 = 33%
B 125 of 255 = 49%

128
85
125

R + G + B ~ 44%. #80557D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 85 + 125 = 338 (100%)
R 128 of 338 ~ 37.87%
G 85 of 338 ~ 25.15%
B 125 of 338 ~ 36.98%

%37.87
%25.15
%36.98

CMYK color model

#80557D color CMYK value is (0,34,2,50).

  • cyan value is 0.00%
  • magenta value is 33.59%
  • yellow value is 2.34%
  • key color value is 49.80%
CMYK:
(0,34,2,50)
C0M34Y2K50 
(0%,34%,2%,50%)
(0.00/0.34/0.02/0.50)	

CMYK percentages

%0
%33.59
%2.34
%49.8

Codes

Color #80557D in popluar color models

80557D
RGB12885125
HSL304°20.19%41.76%
HSB/HSV304°33.59%50.20%
CMYK0.00%33.59%2.34%
49.80%

Color #80557D in popluar number systems.

HEX80557D
Decimal12885125
Binary1000000010101011111101
Octal200125175

Shades and tints

Shades of #80557D

#80557D
(128,85,125)
#754E72
(117,78,114)
#6A4767
(106,71,103)
#5F405C
(95,64,92)
#543951
(84,57,81)
#493246
(73,50,70)
#3E2B3B
(62,43,59)
#332430
(51,36,48)
#281D25
(40,29,37)
#1D161A
(29,22,26)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #80557D

#80557D
(128,85,125)
#8B6488
(139,100,136)
#967393
(150,115,147)
#A1829E
(161,130,158)
#AC91A9
(172,145,169)
#B7A0B4
(183,160,180)
#C2AFBF
(194,175,191)
#CDBECA
(205,190,202)
#D8CDD5
(216,205,213)
#E3DCE0
(227,220,224)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80557D color. Also use rgb(128,85,125) instead hex code.

Text Font Color

.myTextColor { color: #80557D; }

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

This text font color is #80557D.


Background Color

.myBgColor { background-color: #80557D; }

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

This div background color is #80557D.


Border color

.myBorderColor { border: 1px solid #80557D; }

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

This div border color is #80557D.


Opacity

.myOpacity80 { color: #80557D; opacity: 0.8; }

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

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

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

This text has shadow with #80557D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80557D on black background.


Color preview on white background

This text has color #80557D on white background.



Black color preview on #80557D background

This text has black color on #80557D background.


White color preview on #80557D background

This text has white color on #80557D background.