COLOR #506B7E

HEX: #506B7E RGB: (80,107,126)

Color info

#506B7E contains red, green and blue colors in about the same proportion. Web safe color of #506B7E is #666666 (or #666).

RGB color model

#506B7E color RGB value is (80,107,126).

RGB: (80,107,126) (31%, 42%, 49%)

RGB channels and saturation

R 80 of 255 = 31%
G 107 of 255 = 42%
B 126 of 255 = 49%

80
107
126

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

Portions of RGB colors in percentages

R + G + B = 80 + 107 + 126 = 313 (100%)
R 80 of 313 ~ 25.56%
G 107 of 313 ~ 34.19%
B 126 of 313 ~ 40.26'%

%25.56
%34.19
%40.26

CMYK color model

#506B7E color CMYK value is (37,15,0,51).

  • cyan value is 36.51%
  • magenta value is 15.08%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (37,15,0,51)
C37M15Y0K51 (37%, 15%, 0%, 51%)
(0.37 / 0.15 / 0.00 / 0.51)

CMYK percentages

%36.51
%15.08
%0
%50.59

Codes

Color #506B7E in popluar color models

50 6B 7E
RGB 80 107 126
HSL 205° 22.33% 40.39%
HSB/HSV 205° 36.51% 49.41%
CMYK 36.51% 15.08% 0.00%
50.59%

Color #506B7E in popluar number systems.

HEX 50 6B 7E
Decimal 80 107 126
Binary 1010000 1101011 1111110
Octal 120 153 176

Shades and tints

Shades of #506B7E

#506B7E
(80,107,126)
#496273
(73,98,115)
#425968
(66,89,104)
#3B505D
(59,80,93)
#344752
(52,71,82)
#2D3E47
(45,62,71)
#26353C
(38,53,60)
#1F2C31
(31,44,49)
#182326
(24,35,38)
#111A1B
(17,26,27)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #506B7E

#506B7E
(80,107,126)
#5F7889
(95,120,137)
#6E8594
(110,133,148)
#7D929F
(125,146,159)
#8C9FAA
(140,159,170)
#9BACB5
(155,172,181)
#AAB9C0
(170,185,192)
#B9C6CB
(185,198,203)
#C8D3D6
(200,211,214)
#D7E0E1
(215,224,225)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506B7E color. Also use rgb(80,107,126) instead hex code.

Text Font Color

.myTextColor { color: #506B7E; }

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

This text font color is #506B7E.

Background Color

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

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

This div background color is #506B7E.

Border color

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

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

This div border color is #506B7E.

Opacity

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

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

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

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

This text has shadow with #506B7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #506B7E.

Preview

Color preview on black background

This text has color #506B7E on black background.


Color preview on white background

This text has color #506B7E on white background.


Black color preview on #506B7E background

This text has black color on #506B7E background.


White color preview on #506B7E background

This text has white color on #506B7E background.


Related colors

Complementary color

Complementary color for #hex is #AF9481.


I love getcolorcode.com

Triadic colors

1 #7E506B and #6B7E50 with #506B7E are triadic colors.

2 #7E6B50 and #6B507E with #506B7E are triadic colors.