COLOR #505980

HEX: #505980
RGB: (80,89,128)

Color info

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

RGB color model

#505980 color RGB value is (80,89,128).

  • red value is 80;
  • green value is 89;
  • blue value is 128.
RGB:
(80,89,128)
(31%,35%,50%)

RGB channels and saturation

R 80 of 255 = 31%
G 89 of 255 = 35%
B 128 of 255 = 50%

80
89
128

R + G + B ~ 39%. #505980 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 89 + 128 = 297 (100%)
R 80 of 297 ~ 26.94%
G 89 of 297 ~ 29.97%
B 128 of 297 ~ 43.1%

%26.94
%29.97
%43.1

CMYK color model

#505980 color CMYK value is (38,30,0,50).

  • cyan value is 37.50%
  • magenta value is 30.47%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(38,30,0,50)
C38M30Y0K50 
(38%,30%,0%,50%)
(0.38/0.30/0.00/0.50)	

CMYK percentages

%37.5
%30.47
%0
%49.8

Codes

Color #505980 in popluar color models

505980
RGB8089128
HSL229°23.08%40.78%
HSB/HSV229°37.50%50.20%
CMYK37.50%30.47%0.00%
49.80%

Color #505980 in popluar number systems.

HEX505980
Decimal8089128
Binary1010000101100110000000
Octal120131200

Shades and tints

Shades of #505980

#505980
(80,89,128)
#495175
(73,81,117)
#42496A
(66,73,106)
#3B415F
(59,65,95)
#343954
(52,57,84)
#2D3149
(45,49,73)
#26293E
(38,41,62)
#1F2133
(31,33,51)
#181928
(24,25,40)
#11111D
(17,17,29)
#0A0912
(10,9,18)
#000000
(0,0,0)

Tints of #505980

#505980
(80,89,128)
#5F688B
(95,104,139)
#6E7796
(110,119,150)
#7D86A1
(125,134,161)
#8C95AC
(140,149,172)
#9BA4B7
(155,164,183)
#AAB3C2
(170,179,194)
#B9C2CD
(185,194,205)
#C8D1D8
(200,209,216)
#D7E0E3
(215,224,227)
#E6EFEE
(230,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505980 color. Also use rgb(80,89,128) instead hex code.

Text Font Color

.myTextColor { color: #505980; }

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

This text font color is #505980.


Background Color

.myBgColor { background-color: #505980; }

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

This div background color is #505980.


Border color

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

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

This div border color is #505980.


Opacity

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

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

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

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

This text has shadow with #505980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505980 on black background.


Color preview on white background

This text has color #505980 on white background.



Black color preview on #505980 background

This text has black color on #505980 background.


White color preview on #505980 background

This text has white color on #505980 background.