COLOR #506B96

HEX: #506B96
RGB: (80,107,150)

Color info

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

RGB color model

#506B96 color RGB value is (80,107,150).

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

RGB channels and saturation

R 80 of 255 = 31%
G 107 of 255 = 42%
B 150 of 255 = 59%

80
107
150

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

Portions of RGB colors in percentages

R + G + B =
80 + 107 + 150 = 337 (100%)
R 80 of 337 ~ 23.74%
G 107 of 337 ~ 31.75%
B 150 of 337 ~ 44.51%

%23.74
%31.75
%44.51

CMYK color model

#506B96 color CMYK value is (47,29,0,41).

  • cyan value is 46.67%
  • magenta value is 28.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(47,29,0,41)
C47M29Y0K41 
(47%,29%,0%,41%)
(0.47/0.29/0.00/0.41)	

CMYK percentages

%46.67
%28.67
%0
%41.18

Codes

Color #506B96 in popluar color models

506B96
RGB80107150
HSL217°30.43%45.10%
HSB/HSV217°46.67%58.82%
CMYK46.67%28.67%0.00%
41.18%

Color #506B96 in popluar number systems.

HEX506B96
Decimal80107150
Binary1010000110101110010110
Octal120153226

Shades and tints

Shades of #506B96

#506B96
(80,107,150)
#496289
(73,98,137)
#42597C
(66,89,124)
#3B506F
(59,80,111)
#344762
(52,71,98)
#2D3E55
(45,62,85)
#263548
(38,53,72)
#1F2C3B
(31,44,59)
#18232E
(24,35,46)
#111A21
(17,26,33)
#0A1114
(10,17,20)
#000000
(0,0,0)

Tints of #506B96

#506B96
(80,107,150)
#5F789F
(95,120,159)
#6E85A8
(110,133,168)
#7D92B1
(125,146,177)
#8C9FBA
(140,159,186)
#9BACC3
(155,172,195)
#AAB9CC
(170,185,204)
#B9C6D5
(185,198,213)
#C8D3DE
(200,211,222)
#D7E0E7
(215,224,231)
#E6EDF0
(230,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506B96; }

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

This text font color is #506B96.


Background Color

.myBgColor { background-color: #506B96; }

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

This div background color is #506B96.


Border color

.myBorderColor { border: 1px solid #506B96; }

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

This div border color is #506B96.


Opacity

.myOpacity80 { color: #506B96; opacity: 0.8; }

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

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

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

This text has shadow with #506B96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506B96 on black background.


Color preview on white background

This text has color #506B96 on white background.



Black color preview on #506B96 background

This text has black color on #506B96 background.


White color preview on #506B96 background

This text has white color on #506B96 background.