COLOR #506C97

HEX: #506C97 RGB: (80,108,151)

Color info

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

RGB color model

#506C97 color RGB value is (80,108,151).

RGB: (80,108,151) (31%, 42%, 59%)

RGB channels and saturation

R 80 of 255 = 31%
G 108 of 255 = 42%
B 151 of 255 = 59%

80
108
151

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

Portions of RGB colors in percentages

R + G + B = 80 + 108 + 151 = 339 (100%)
R 80 of 339 ~ 23.6%
G 108 of 339 ~ 31.86%
B 151 of 339 ~ 44.54'%

%23.6
%31.86
%44.54

CMYK color model

#506C97 color CMYK value is (47,28,0,41).

  • cyan value is 47.02%
  • magenta value is 28.48%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (47,28,0,41)
C47M28Y0K41 (47%, 28%, 0%, 41%)
(0.47 / 0.28 / 0.00 / 0.41)

CMYK percentages

%47.02
%28.48
%0
%40.78

Codes

Color #506C97 in popluar color models

50 6C 97
RGB 80 108 151
HSL 216° 30.74% 45.29%
HSB/HSV 216° 47.02% 59.22%
CMYK 47.02% 28.48% 0.00%
40.78%

Color #506C97 in popluar number systems.

HEX 50 6C 97
Decimal 80 108 151
Binary 1010000 1101100 10010111
Octal 120 154 227

Shades and tints

Shades of #506C97

#506C97
(80,108,151)
#49638A
(73,99,138)
#425A7D
(66,90,125)
#3B5170
(59,81,112)
#344863
(52,72,99)
#2D3F56
(45,63,86)
#263649
(38,54,73)
#1F2D3C
(31,45,60)
#18242F
(24,36,47)
#111B22
(17,27,34)
#0A1215
(10,18,21)
#000000
(0,0,0)

Tints of #506C97

#506C97
(80,108,151)
#5F79A0
(95,121,160)
#6E86A9
(110,134,169)
#7D93B2
(125,147,178)
#8CA0BB
(140,160,187)
#9BADC4
(155,173,196)
#AABACD
(170,186,205)
#B9C7D6
(185,199,214)
#C8D4DF
(200,212,223)
#D7E1E8
(215,225,232)
#E6EEF1
(230,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506C97 color. Also use rgb(80,108,151) instead hex code.

Text Font Color

.myTextColor { color: #506C97; }

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

This text font color is #506C97.

Background Color

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

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

This div background color is #506C97.

Border color

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

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

This div border color is #506C97.

Opacity

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

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

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

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

This text has shadow with #506C97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #506C97.

Preview

Color preview on black background

This text has color #506C97 on black background.


Color preview on white background

This text has color #506C97 on white background.


Black color preview on #506C97 background

This text has black color on #506C97 background.


White color preview on #506C97 background

This text has white color on #506C97 background.


Related colors

Complementary color

Complementary color for #hex is #AF9368.


I love getcolorcode.com

Triadic colors

1 #97506C and #6C9750 with #506C97 are triadic colors.

2 #976C50 and #6C5097 with #506C97 are triadic colors.