COLOR #505C6E

HEX: #505C6E RGB: (80,92,110)

Color info

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

RGB color model

#505C6E color RGB value is (80,92,110).

RGB: (80,92,110) (31%, 36%, 43%)

RGB channels and saturation

R 80 of 255 = 31%
G 92 of 255 = 36%
B 110 of 255 = 43%

80
92
110

R + G + B ~ 37%. #505C6E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 92 + 110 = 282 (100%)
R 80 of 282 ~ 28.37%
G 92 of 282 ~ 32.62%
B 110 of 282 ~ 39.01'%

%28.37
%32.62
%39.01

CMYK color model

#505C6E color CMYK value is (27,16,0,57).

  • cyan value is 27.27%
  • magenta value is 16.36%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (27,16,0,57)
C27M16Y0K57 (27%, 16%, 0%, 57%)
(0.27 / 0.16 / 0.00 / 0.57)

CMYK percentages

%27.27
%16.36
%0
%56.86

Codes

Color #505C6E in popluar color models

50 5C 6E
RGB 80 92 110
HSL 216° 15.79% 37.25%
HSB/HSV 216° 27.27% 43.14%
CMYK 27.27% 16.36% 0.00%
56.86%

Color #505C6E in popluar number systems.

HEX 50 5C 6E
Decimal 80 92 110
Binary 1010000 1011100 1101110
Octal 120 134 156

Shades and tints

Shades of #505C6E

#505C6E
(80,92,110)
#495464
(73,84,100)
#424C5A
(66,76,90)
#3B4450
(59,68,80)
#343C46
(52,60,70)
#2D343C
(45,52,60)
#262C32
(38,44,50)
#1F2428
(31,36,40)
#181C1E
(24,28,30)
#111414
(17,20,20)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #505C6E

#505C6E
(80,92,110)
#5F6A7B
(95,106,123)
#6E7888
(110,120,136)
#7D8695
(125,134,149)
#8C94A2
(140,148,162)
#9BA2AF
(155,162,175)
#AAB0BC
(170,176,188)
#B9BEC9
(185,190,201)
#C8CCD6
(200,204,214)
#D7DAE3
(215,218,227)
#E6E8F0
(230,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505C6E color. Also use rgb(80,92,110) instead hex code.

Text Font Color

.myTextColor { color: #505C6E; }

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

This text font color is #505C6E.

Background Color

.myBgColor { background-color: #505C6E; }

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

This div background color is #505C6E.

Border color

.myBorderColor { border: 1px solid #505C6E; }

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

This div border color is #505C6E.

Opacity

.myOpacity80 { color: #505C6E; opacity: 0.8; }

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

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

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

This text has shadow with #505C6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #505C6E.

Preview

Color preview on black background

This text has color #505C6E on black background.


Color preview on white background

This text has color #505C6E on white background.


Black color preview on #505C6E background

This text has black color on #505C6E background.


White color preview on #505C6E background

This text has white color on #505C6E background.


Related colors

Complementary color

Complementary color for #hex is #AFA391.


I love getcolorcode.com

Triadic colors

1 #6E505C and #5C6E50 with #505C6E are triadic colors.

2 #6E5C50 and #5C506E with #505C6E are triadic colors.