COLOR #506980

HEX: #506980 RGB: (80,105,128)

Color info

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

RGB color model

#506980 color RGB value is (80,105,128).

RGB: (80,105,128) (31%, 41%, 50%)

RGB channels and saturation

R 80 of 255 = 31%
G 105 of 255 = 41%
B 128 of 255 = 50%

80
105
128

R + G + B ~ 41%. #506980 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 80 + 105 + 128 = 313 (100%)
R 80 of 313 ~ 25.56%
G 105 of 313 ~ 33.55%
B 128 of 313 ~ 40.89'%

%25.56
%33.55
%40.89

CMYK color model

#506980 color CMYK value is (38,18,0,50).

  • cyan value is 37.50%
  • magenta value is 17.97%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (38,18,0,50)
C38M18Y0K50 (38%, 18%, 0%, 50%)
(0.38 / 0.18 / 0.00 / 0.50)

CMYK percentages

%37.5
%17.97
%0
%49.8

Codes

Color #506980 in popluar color models

50 69 80
RGB 80 105 128
HSL 209° 23.08% 40.78%
HSB/HSV 209° 37.50% 50.20%
CMYK 37.50% 17.97% 0.00%
49.80%

Color #506980 in popluar number systems.

HEX 50 69 80
Decimal 80 105 128
Binary 1010000 1101001 10000000
Octal 120 151 200

Shades and tints

Shades of #506980

#506980
(80,105,128)
#496075
(73,96,117)
#42576A
(66,87,106)
#3B4E5F
(59,78,95)
#344554
(52,69,84)
#2D3C49
(45,60,73)
#26333E
(38,51,62)
#1F2A33
(31,42,51)
#182128
(24,33,40)
#11181D
(17,24,29)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #506980

#506980
(80,105,128)
#5F768B
(95,118,139)
#6E8396
(110,131,150)
#7D90A1
(125,144,161)
#8C9DAC
(140,157,172)
#9BAAB7
(155,170,183)
#AAB7C2
(170,183,194)
#B9C4CD
(185,196,205)
#C8D1D8
(200,209,216)
#D7DEE3
(215,222,227)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506980; }

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

This text font color is #506980.

Background Color

.myBgColor { background-color: #506980; }

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

This div background color is #506980.

Border color

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

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

This div border color is #506980.

Opacity

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

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

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

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

This text has shadow with #506980 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #506980.

Preview

Color preview on black background

This text has color #506980 on black background.


Color preview on white background

This text has color #506980 on white background.


Black color preview on #506980 background

This text has black color on #506980 background.


White color preview on #506980 background

This text has white color on #506980 background.


Related colors

Complementary color

Complementary color for #hex is #AF967F.


I love getcolorcode.com

Triadic colors

1 #805069 and #698050 with #506980 are triadic colors.

2 #806950 and #695080 with #506980 are triadic colors.