COLOR #505673

HEX: #505673
RGB: (80,86,115)

Color info

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

RGB color model

#505673 color RGB value is (80,86,115).

  • red value is 80;
  • green value is 86;
  • blue value is 115.
RGB:
(80,86,115)
(31%,34%,45%)

RGB channels and saturation

R 80 of 255 = 31%
G 86 of 255 = 34%
B 115 of 255 = 45%

80
86
115

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

Portions of RGB colors in percentages

R + G + B =
80 + 86 + 115 = 281 (100%)
R 80 of 281 ~ 28.47%
G 86 of 281 ~ 30.6%
B 115 of 281 ~ 40.93%

%28.47
%30.6
%40.93

CMYK color model

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

  • cyan value is 30.43%
  • magenta value is 25.22%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(30,25,0,55)
C30M25Y0K55 
(30%,25%,0%,55%)
(0.30/0.25/0.00/0.55)	

CMYK percentages

%30.43
%25.22
%0
%54.9

Codes

Color #505673 in popluar color models

505673
RGB8086115
HSL230°17.95%38.24%
HSB/HSV230°30.43%45.10%
CMYK30.43%25.22%0.00%
54.90%

Color #505673 in popluar number systems.

HEX505673
Decimal8086115
Binary101000010101101110011
Octal120126163

Shades and tints

Shades of #505673

#505673
(80,86,115)
#494F69
(73,79,105)
#42485F
(66,72,95)
#3B4155
(59,65,85)
#343A4B
(52,58,75)
#2D3341
(45,51,65)
#262C37
(38,44,55)
#1F252D
(31,37,45)
#181E23
(24,30,35)
#111719
(17,23,25)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #505673

#505673
(80,86,115)
#5F657F
(95,101,127)
#6E748B
(110,116,139)
#7D8397
(125,131,151)
#8C92A3
(140,146,163)
#9BA1AF
(155,161,175)
#AAB0BB
(170,176,187)
#B9BFC7
(185,191,199)
#C8CED3
(200,206,211)
#D7DDDF
(215,221,223)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505673; }

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

This text font color is #505673.


Background Color

.myBgColor { background-color: #505673; }

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

This div background color is #505673.


Border color

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

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

This div border color is #505673.


Opacity

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

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

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

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

This text has shadow with #505673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505673 on black background.


Color preview on white background

This text has color #505673 on white background.



Black color preview on #505673 background

This text has black color on #505673 background.


White color preview on #505673 background

This text has white color on #505673 background.