COLOR #506593

HEX: #506593
RGB: (80,101,147)

Color info

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

RGB color model

#506593 color RGB value is (80,101,147).

  • red value is 80;
  • green value is 101;
  • blue value is 147.
RGB:
(80,101,147)
(31%,40%,58%)

RGB channels and saturation

R 80 of 255 = 31%
G 101 of 255 = 40%
B 147 of 255 = 58%

80
101
147

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

Portions of RGB colors in percentages

R + G + B =
80 + 101 + 147 = 328 (100%)
R 80 of 328 ~ 24.39%
G 101 of 328 ~ 30.79%
B 147 of 328 ~ 44.82%

%24.39
%30.79
%44.82

CMYK color model

#506593 color CMYK value is (46,31,0,42).

  • cyan value is 45.58%
  • magenta value is 31.29%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(46,31,0,42)
C46M31Y0K42 
(46%,31%,0%,42%)
(0.46/0.31/0.00/0.42)	

CMYK percentages

%45.58
%31.29
%0
%42.35

Codes

Color #506593 in popluar color models

506593
RGB80101147
HSL221°29.52%44.51%
HSB/HSV221°45.58%57.65%
CMYK45.58%31.29%0.00%
42.35%

Color #506593 in popluar number systems.

HEX506593
Decimal80101147
Binary1010000110010110010011
Octal120145223

Shades and tints

Shades of #506593

#506593
(80,101,147)
#495C86
(73,92,134)
#425379
(66,83,121)
#3B4A6C
(59,74,108)
#34415F
(52,65,95)
#2D3852
(45,56,82)
#262F45
(38,47,69)
#1F2638
(31,38,56)
#181D2B
(24,29,43)
#11141E
(17,20,30)
#0A0B11
(10,11,17)
#000000
(0,0,0)

Tints of #506593

#506593
(80,101,147)
#5F739C
(95,115,156)
#6E81A5
(110,129,165)
#7D8FAE
(125,143,174)
#8C9DB7
(140,157,183)
#9BABC0
(155,171,192)
#AAB9C9
(170,185,201)
#B9C7D2
(185,199,210)
#C8D5DB
(200,213,219)
#D7E3E4
(215,227,228)
#E6F1ED
(230,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506593 color. Also use rgb(80,101,147) instead hex code.

Text Font Color

.myTextColor { color: #506593; }

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

This text font color is #506593.


Background Color

.myBgColor { background-color: #506593; }

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

This div background color is #506593.


Border color

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

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

This div border color is #506593.


Opacity

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

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

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

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

This text has shadow with #506593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506593 on black background.


Color preview on white background

This text has color #506593 on white background.



Black color preview on #506593 background

This text has black color on #506593 background.


White color preview on #506593 background

This text has white color on #506593 background.