COLOR #505173

HEX: #505173 RGB: (80,81,115)

Color info

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

RGB color model

#505173 color RGB value is (80,81,115).

RGB: (80,81,115) (31%, 32%, 45%)

RGB channels and saturation

R 80 of 255 = 31%
G 81 of 255 = 32%
B 115 of 255 = 45%

80
81
115

R + G + B ~ 36%. #505173 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 81 + 115 = 276 (100%)
R 80 of 276 ~ 28.99%
G 81 of 276 ~ 29.35%
B 115 of 276 ~ 41.67'%

%28.99
%29.35
%41.67

CMYK color model

#505173 color CMYK value is (30,30,0,55).

  • cyan value is 30.43%
  • magenta value is 29.57%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (30,30,0,55)
C30M30Y0K55 (30%, 30%, 0%, 55%)
(0.30 / 0.30 / 0.00 / 0.55)

CMYK percentages

%30.43
%29.57
%0
%54.9

Codes

Color #505173 in popluar color models

50 51 73
RGB 80 81 115
HSL 238° 17.95% 38.24%
HSB/HSV 238° 30.43% 45.10%
CMYK 30.43% 29.57% 0.00%
54.90%

Color #505173 in popluar number systems.

HEX 50 51 73
Decimal 80 81 115
Binary 1010000 1010001 1110011
Octal 120 121 163

Shades and tints

Shades of #505173

#505173
(80,81,115)
#494A69
(73,74,105)
#42435F
(66,67,95)
#3B3C55
(59,60,85)
#34354B
(52,53,75)
#2D2E41
(45,46,65)
#262737
(38,39,55)
#1F202D
(31,32,45)
#181923
(24,25,35)
#111219
(17,18,25)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #505173

#505173
(80,81,115)
#5F607F
(95,96,127)
#6E6F8B
(110,111,139)
#7D7E97
(125,126,151)
#8C8DA3
(140,141,163)
#9B9CAF
(155,156,175)
#AAABBB
(170,171,187)
#B9BAC7
(185,186,199)
#C8C9D3
(200,201,211)
#D7D8DF
(215,216,223)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505173 color. Also use rgb(80,81,115) instead hex code.

Text Font Color

.myTextColor { color: #505173; }

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

This text font color is #505173.

Background Color

.myBgColor { background-color: #505173; }

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

This div background color is #505173.

Border color

.myBorderColor { border: 1px solid #505173; }

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

This div border color is #505173.

Opacity

.myOpacity80 { color: #505173; opacity: 0.8; }

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

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

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

This text has shadow with #505173 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #505173.

Preview

Color preview on black background

This text has color #505173 on black background.


Color preview on white background

This text has color #505173 on white background.


Black color preview on #505173 background

This text has black color on #505173 background.


White color preview on #505173 background

This text has white color on #505173 background.


Related colors

Complementary color

Complementary color for #hex is #AFAE8C.


I love getcolorcode.com

Triadic colors

1 #735051 and #517350 with #505173 are triadic colors.

2 #735150 and #515073 with #505173 are triadic colors.