COLOR #506996

HEX: #506996
RGB: (80,105,150)

Color info

#506996 contains mainly green and blue colors. Web safe color of #506996 is #666699 (or #669).

RGB color model

#506996 color RGB value is (80,105,150).

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

RGB channels and saturation

R 80 of 255 = 31%
G 105 of 255 = 41%
B 150 of 255 = 59%

80
105
150

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

Portions of RGB colors in percentages

R + G + B =
80 + 105 + 150 = 335 (100%)
R 80 of 335 ~ 23.88%
G 105 of 335 ~ 31.34%
B 150 of 335 ~ 44.78%

%23.88
%31.34
%44.78

CMYK color model

#506996 color CMYK value is (47,30,0,41).

  • cyan value is 46.67%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(47,30,0,41)
C47M30Y0K41 
(47%,30%,0%,41%)
(0.47/0.30/0.00/0.41)	

CMYK percentages

%46.67
%30
%0
%41.18

Codes

Color #506996 in popluar color models

506996
RGB80105150
HSL219°30.43%45.10%
HSB/HSV219°46.67%58.82%
CMYK46.67%30.00%0.00%
41.18%

Color #506996 in popluar number systems.

HEX506996
Decimal80105150
Binary1010000110100110010110
Octal120151226

Shades and tints

Shades of #506996

#506996
(80,105,150)
#496089
(73,96,137)
#42577C
(66,87,124)
#3B4E6F
(59,78,111)
#344562
(52,69,98)
#2D3C55
(45,60,85)
#263348
(38,51,72)
#1F2A3B
(31,42,59)
#18212E
(24,33,46)
#111821
(17,24,33)
#0A0F14
(10,15,20)
#000000
(0,0,0)

Tints of #506996

#506996
(80,105,150)
#5F769F
(95,118,159)
#6E83A8
(110,131,168)
#7D90B1
(125,144,177)
#8C9DBA
(140,157,186)
#9BAAC3
(155,170,195)
#AAB7CC
(170,183,204)
#B9C4D5
(185,196,213)
#C8D1DE
(200,209,222)
#D7DEE7
(215,222,231)
#E6EBF0
(230,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506996; }

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

This text font color is #506996.


Background Color

.myBgColor { background-color: #506996; }

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

This div background color is #506996.


Border color

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

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

This div border color is #506996.


Opacity

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

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

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

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

This text has shadow with #506996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506996 on black background.


Color preview on white background

This text has color #506996 on white background.



Black color preview on #506996 background

This text has black color on #506996 background.


White color preview on #506996 background

This text has white color on #506996 background.