COLOR #506386

HEX: #506386
RGB: (80,99,134)

Color info

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

RGB color model

#506386 color RGB value is (80,99,134).

  • red value is 80;
  • green value is 99;
  • blue value is 134.
RGB:
(80,99,134)
(31%,39%,53%)

RGB channels and saturation

R 80 of 255 = 31%
G 99 of 255 = 39%
B 134 of 255 = 53%

80
99
134

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

Portions of RGB colors in percentages

R + G + B =
80 + 99 + 134 = 313 (100%)
R 80 of 313 ~ 25.56%
G 99 of 313 ~ 31.63%
B 134 of 313 ~ 42.81%

%25.56
%31.63
%42.81

CMYK color model

#506386 color CMYK value is (40,26,0,47).

  • cyan value is 40.30%
  • magenta value is 26.12%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(40,26,0,47)
C40M26Y0K47 
(40%,26%,0%,47%)
(0.40/0.26/0.00/0.47)	

CMYK percentages

%40.3
%26.12
%0
%47.45

Codes

Color #506386 in popluar color models

506386
RGB8099134
HSL219°25.23%41.96%
HSB/HSV219°40.30%52.55%
CMYK40.30%26.12%0.00%
47.45%

Color #506386 in popluar number systems.

HEX506386
Decimal8099134
Binary1010000110001110000110
Octal120143206

Shades and tints

Shades of #506386

#506386
(80,99,134)
#495A7A
(73,90,122)
#42516E
(66,81,110)
#3B4862
(59,72,98)
#343F56
(52,63,86)
#2D364A
(45,54,74)
#262D3E
(38,45,62)
#1F2432
(31,36,50)
#181B26
(24,27,38)
#11121A
(17,18,26)
#0A090E
(10,9,14)
#000000
(0,0,0)

Tints of #506386

#506386
(80,99,134)
#5F7191
(95,113,145)
#6E7F9C
(110,127,156)
#7D8DA7
(125,141,167)
#8C9BB2
(140,155,178)
#9BA9BD
(155,169,189)
#AAB7C8
(170,183,200)
#B9C5D3
(185,197,211)
#C8D3DE
(200,211,222)
#D7E1E9
(215,225,233)
#E6EFF4
(230,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506386 color. Also use rgb(80,99,134) instead hex code.

Text Font Color

.myTextColor { color: #506386; }

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

This text font color is #506386.


Background Color

.myBgColor { background-color: #506386; }

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

This div background color is #506386.


Border color

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

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

This div border color is #506386.


Opacity

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

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

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

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

This text has shadow with #506386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506386 on black background.


Color preview on white background

This text has color #506386 on white background.



Black color preview on #506386 background

This text has black color on #506386 background.


White color preview on #506386 background

This text has white color on #506386 background.