COLOR #506984

HEX: #506984
RGB: (80,105,132)

Color info

#506984 contains red, green and blue colors in about the same proportion. Web safe color of #506984 is #666699 (or #669).

RGB color model

#506984 color RGB value is (80,105,132).

  • red value is 80;
  • green value is 105;
  • blue value is 132.
RGB:
(80,105,132)
(31%,41%,52%)

RGB channels and saturation

R 80 of 255 = 31%
G 105 of 255 = 41%
B 132 of 255 = 52%

80
105
132

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

Portions of RGB colors in percentages

R + G + B =
80 + 105 + 132 = 317 (100%)
R 80 of 317 ~ 25.24%
G 105 of 317 ~ 33.12%
B 132 of 317 ~ 41.64%

%25.24
%33.12
%41.64

CMYK color model

#506984 color CMYK value is (39,20,0,48).

  • cyan value is 39.39%
  • magenta value is 20.45%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(39,20,0,48)
C39M20Y0K48 
(39%,20%,0%,48%)
(0.39/0.20/0.00/0.48)	

CMYK percentages

%39.39
%20.45
%0
%48.24

Codes

Color #506984 in popluar color models

506984
RGB80105132
HSL211°24.53%41.57%
HSB/HSV211°39.39%51.76%
CMYK39.39%20.45%0.00%
48.24%

Color #506984 in popluar number systems.

HEX506984
Decimal80105132
Binary1010000110100110000100
Octal120151204

Shades and tints

Shades of #506984

#506984
(80,105,132)
#496078
(73,96,120)
#42576C
(66,87,108)
#3B4E60
(59,78,96)
#344554
(52,69,84)
#2D3C48
(45,60,72)
#26333C
(38,51,60)
#1F2A30
(31,42,48)
#182124
(24,33,36)
#111818
(17,24,24)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #506984

#506984
(80,105,132)
#5F768F
(95,118,143)
#6E839A
(110,131,154)
#7D90A5
(125,144,165)
#8C9DB0
(140,157,176)
#9BAABB
(155,170,187)
#AAB7C6
(170,183,198)
#B9C4D1
(185,196,209)
#C8D1DC
(200,209,220)
#D7DEE7
(215,222,231)
#E6EBF2
(230,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506984; }

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

This text font color is #506984.


Background Color

.myBgColor { background-color: #506984; }

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

This div background color is #506984.


Border color

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

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

This div border color is #506984.


Opacity

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

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

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

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

This text has shadow with #506984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506984 on black background.


Color preview on white background

This text has color #506984 on white background.



Black color preview on #506984 background

This text has black color on #506984 background.


White color preview on #506984 background

This text has white color on #506984 background.