COLOR #506E92

HEX: #506E92
RGB: (80,110,146)

Color info

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

RGB color model

#506E92 color RGB value is (80,110,146).

  • red value is 80;
  • green value is 110;
  • blue value is 146.
RGB:
(80,110,146)
(31%,43%,57%)

RGB channels and saturation

R 80 of 255 = 31%
G 110 of 255 = 43%
B 146 of 255 = 57%

80
110
146

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

Portions of RGB colors in percentages

R + G + B =
80 + 110 + 146 = 336 (100%)
R 80 of 336 ~ 23.81%
G 110 of 336 ~ 32.74%
B 146 of 336 ~ 43.45%

%23.81
%32.74
%43.45

CMYK color model

#506E92 color CMYK value is (45,25,0,43).

  • cyan value is 45.21%
  • magenta value is 24.66%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(45,25,0,43)
C45M25Y0K43 
(45%,25%,0%,43%)
(0.45/0.25/0.00/0.43)	

CMYK percentages

%45.21
%24.66
%0
%42.75

Codes

Color #506E92 in popluar color models

506E92
RGB80110146
HSL213°29.20%44.31%
HSB/HSV213°45.21%57.25%
CMYK45.21%24.66%0.00%
42.75%

Color #506E92 in popluar number systems.

HEX506E92
Decimal80110146
Binary1010000110111010010010
Octal120156222

Shades and tints

Shades of #506E92

#506E92
(80,110,146)
#496485
(73,100,133)
#425A78
(66,90,120)
#3B506B
(59,80,107)
#34465E
(52,70,94)
#2D3C51
(45,60,81)
#263244
(38,50,68)
#1F2837
(31,40,55)
#181E2A
(24,30,42)
#11141D
(17,20,29)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #506E92

#506E92
(80,110,146)
#5F7B9B
(95,123,155)
#6E88A4
(110,136,164)
#7D95AD
(125,149,173)
#8CA2B6
(140,162,182)
#9BAFBF
(155,175,191)
#AABCC8
(170,188,200)
#B9C9D1
(185,201,209)
#C8D6DA
(200,214,218)
#D7E3E3
(215,227,227)
#E6F0EC
(230,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506E92 color. Also use rgb(80,110,146) instead hex code.

Text Font Color

.myTextColor { color: #506E92; }

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

This text font color is #506E92.


Background Color

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

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

This div background color is #506E92.


Border color

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

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

This div border color is #506E92.


Opacity

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

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

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

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

This text has shadow with #506E92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506E92 on black background.


Color preview on white background

This text has color #506E92 on white background.



Black color preview on #506E92 background

This text has black color on #506E92 background.


White color preview on #506E92 background

This text has white color on #506E92 background.