COLOR #505E6A

HEX: #505E6A RGB: (80,94,106)

Color info

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

RGB color model

#505E6A color RGB value is (80,94,106).

RGB: (80,94,106) (31%, 37%, 42%)

RGB channels and saturation

R 80 of 255 = 31%
G 94 of 255 = 37%
B 106 of 255 = 42%

80
94
106

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

Portions of RGB colors in percentages

R + G + B = 80 + 94 + 106 = 280 (100%)
R 80 of 280 ~ 28.57%
G 94 of 280 ~ 33.57%
B 106 of 280 ~ 37.86'%

%28.57
%33.57
%37.86

CMYK color model

#505E6A color CMYK value is (25,11,0,58).

  • cyan value is 24.53%
  • magenta value is 11.32%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK: (25,11,0,58) C25M11Y0K58 (25%,11%,0%,58%) (0.25/0.11/0.00/0.58) 

CMYK percentages

%24.53
%11.32
%0
%58.43

Codes

Color #505E6A in popluar color models

50 5E 6A
RGB 80 94 106
HSL 208° 13.98% 36.47%
HSB/HSV 208° 24.53% 41.57%
CMYK 24.53% 11.32% 0.00%
58.43%

Color #505E6A in popluar number systems.

HEX 50 5E 6A
Decimal 80 94 106
Binary 1010000 1011110 1101010
Octal 120 136 152

Shades and tints

Shades of #505E6A

#505E6A
(80,94,106)
#495661
(73,86,97)
#424E58
(66,78,88)
#3B464F
(59,70,79)
#343E46
(52,62,70)
#2D363D
(45,54,61)
#262E34
(38,46,52)
#1F262B
(31,38,43)
#181E22
(24,30,34)
#111619
(17,22,25)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #505E6A

#505E6A
(80,94,106)
#5F6C77
(95,108,119)
#6E7A84
(110,122,132)
#7D8891
(125,136,145)
#8C969E
(140,150,158)
#9BA4AB
(155,164,171)
#AAB2B8
(170,178,184)
#B9C0C5
(185,192,197)
#C8CED2
(200,206,210)
#D7DCDF
(215,220,223)
#E6EAEC
(230,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505E6A color. Also use rgb(80,94,106) instead hex code.

Text Font Color

.myTextColor { color: #505E6A; }

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

This text font color is #505E6A.

Background Color

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

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

This div background color is #505E6A.

Border color

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

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

This div border color is #505E6A.

Opacity

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

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

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

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

This text has shadow with #505E6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #505E6A.

Preview

Color preview on black background

This text has color #505E6A on black background.


Color preview on white background

This text has color #505E6A on white background.


Black color preview on #505E6A background

This text has black color on #505E6A background.


White color preview on #505E6A background

This text has white color on #505E6A background.


Related colors

Complementary color

Complementary color for #hex is #AFA195.


I love getcolorcode.com

Triadic colors

1 #6A505E and #5E6A50 with #505E6A are triadic colors.

2 #6A5E50 and #5E506A with #505E6A are triadic colors.