COLOR #506E81

HEX: #506E81 RGB: (80,110,129)

Color info

#506E81 contains red, green and blue colors in about the same proportion. Web safe color of #506E81 is #666699 (or #669).

RGB color model

#506E81 color RGB value is (80,110,129).

RGB: (80,110,129) (31%, 43%, 51%)

RGB channels and saturation

R 80 of 255 = 31%
G 110 of 255 = 43%
B 129 of 255 = 51%

80
110
129

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

Portions of RGB colors in percentages

R + G + B = 80 + 110 + 129 = 319 (100%)
R 80 of 319 ~ 25.08%
G 110 of 319 ~ 34.48%
B 129 of 319 ~ 40.44'%

%25.08
%34.48
%40.44

CMYK color model

#506E81 color CMYK value is (38,15,0,49).

  • cyan value is 37.98%
  • magenta value is 14.73%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (38,15,0,49)
C38M15Y0K49 (38%, 15%, 0%, 49%)
(0.38 / 0.15 / 0.00 / 0.49)

CMYK percentages

%37.98
%14.73
%0
%49.41

Codes

Color #506E81 in popluar color models

50 6E 81
RGB 80 110 129
HSL 203° 23.44% 40.98%
HSB/HSV 203° 37.98% 50.59%
CMYK 37.98% 14.73% 0.00%
49.41%

Color #506E81 in popluar number systems.

HEX 50 6E 81
Decimal 80 110 129
Binary 1010000 1101110 10000001
Octal 120 156 201

Shades and tints

Shades of #506E81

#506E81
(80,110,129)
#496476
(73,100,118)
#425A6B
(66,90,107)
#3B5060
(59,80,96)
#344655
(52,70,85)
#2D3C4A
(45,60,74)
#26323F
(38,50,63)
#1F2834
(31,40,52)
#181E29
(24,30,41)
#11141E
(17,20,30)
#0A0A13
(10,10,19)
#000000
(0,0,0)

Tints of #506E81

#506E81
(80,110,129)
#5F7B8C
(95,123,140)
#6E8897
(110,136,151)
#7D95A2
(125,149,162)
#8CA2AD
(140,162,173)
#9BAFB8
(155,175,184)
#AABCC3
(170,188,195)
#B9C9CE
(185,201,206)
#C8D6D9
(200,214,217)
#D7E3E4
(215,227,228)
#E6F0EF
(230,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506E81; }

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

This text font color is #506E81.

Background Color

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

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

This div background color is #506E81.

Border color

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

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

This div border color is #506E81.

Opacity

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

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

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

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

This text has shadow with #506E81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #506E81.

Preview

Color preview on black background

This text has color #506E81 on black background.


Color preview on white background

This text has color #506E81 on white background.


Black color preview on #506E81 background

This text has black color on #506E81 background.


White color preview on #506E81 background

This text has white color on #506E81 background.


Related colors

Complementary color

Complementary color for #hex is #AF917E.


I love getcolorcode.com

Triadic colors

1 #81506E and #6E8150 with #506E81 are triadic colors.

2 #816E50 and #6E5081 with #506E81 are triadic colors.