COLOR #506F99

HEX: #506F99
RGB: (80,111,153)

Color info

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

RGB color model

#506F99 color RGB value is (80,111,153).

  • red value is 80;
  • green value is 111;
  • blue value is 153.
RGB:
(80,111,153)
(31%,44%,60%)

RGB channels and saturation

R 80 of 255 = 31%
G 111 of 255 = 44%
B 153 of 255 = 60%

80
111
153

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

Portions of RGB colors in percentages

R + G + B =
80 + 111 + 153 = 344 (100%)
R 80 of 344 ~ 23.26%
G 111 of 344 ~ 32.27%
B 153 of 344 ~ 44.48%

%23.26
%32.27
%44.48

CMYK color model

#506F99 color CMYK value is (48,27,0,40).

  • cyan value is 47.71%
  • magenta value is 27.45%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(48,27,0,40)
C48M27Y0K40 
(48%,27%,0%,40%)
(0.48/0.27/0.00/0.40)	

CMYK percentages

%47.71
%27.45
%0
%40

Codes

Color #506F99 in popluar color models

506F99
RGB80111153
HSL215°31.33%45.69%
HSB/HSV215°47.71%60.00%
CMYK47.71%27.45%0.00%
40.00%

Color #506F99 in popluar number systems.

HEX506F99
Decimal80111153
Binary1010000110111110011001
Octal120157231

Shades and tints

Shades of #506F99

#506F99
(80,111,153)
#49658C
(73,101,140)
#425B7F
(66,91,127)
#3B5172
(59,81,114)
#344765
(52,71,101)
#2D3D58
(45,61,88)
#26334B
(38,51,75)
#1F293E
(31,41,62)
#181F31
(24,31,49)
#111524
(17,21,36)
#0A0B17
(10,11,23)
#000000
(0,0,0)

Tints of #506F99

#506F99
(80,111,153)
#5F7CA2
(95,124,162)
#6E89AB
(110,137,171)
#7D96B4
(125,150,180)
#8CA3BD
(140,163,189)
#9BB0C6
(155,176,198)
#AABDCF
(170,189,207)
#B9CAD8
(185,202,216)
#C8D7E1
(200,215,225)
#D7E4EA
(215,228,234)
#E6F1F3
(230,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506F99 color. Also use rgb(80,111,153) instead hex code.

Text Font Color

.myTextColor { color: #506F99; }

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

This text font color is #506F99.


Background Color

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

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

This div background color is #506F99.


Border color

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

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

This div border color is #506F99.


Opacity

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

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

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

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

This text has shadow with #506F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506F99 on black background.


Color preview on white background

This text has color #506F99 on white background.



Black color preview on #506F99 background

This text has black color on #506F99 background.


White color preview on #506F99 background

This text has white color on #506F99 background.