COLOR #505475

HEX: #505475
RGB: (80,84,117)

Color info

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

RGB color model

#505475 color RGB value is (80,84,117).

  • red value is 80;
  • green value is 84;
  • blue value is 117.
RGB:
(80,84,117)
(31%,33%,46%)

RGB channels and saturation

R 80 of 255 = 31%
G 84 of 255 = 33%
B 117 of 255 = 46%

80
84
117

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

Portions of RGB colors in percentages

R + G + B =
80 + 84 + 117 = 281 (100%)
R 80 of 281 ~ 28.47%
G 84 of 281 ~ 29.89%
B 117 of 281 ~ 41.64%

%28.47
%29.89
%41.64

CMYK color model

#505475 color CMYK value is (32,28,0,54).

  • cyan value is 31.62%
  • magenta value is 28.21%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(32,28,0,54)
C32M28Y0K54 
(32%,28%,0%,54%)
(0.32/0.28/0.00/0.54)	

CMYK percentages

%31.62
%28.21
%0
%54.12

Codes

Color #505475 in popluar color models

505475
RGB8084117
HSL234°18.78%38.63%
HSB/HSV234°31.62%45.88%
CMYK31.62%28.21%0.00%
54.12%

Color #505475 in popluar number systems.

HEX505475
Decimal8084117
Binary101000010101001110101
Octal120124165

Shades and tints

Shades of #505475

#505475
(80,84,117)
#494D6B
(73,77,107)
#424661
(66,70,97)
#3B3F57
(59,63,87)
#34384D
(52,56,77)
#2D3143
(45,49,67)
#262A39
(38,42,57)
#1F232F
(31,35,47)
#181C25
(24,28,37)
#11151B
(17,21,27)
#0A0E11
(10,14,17)
#000000
(0,0,0)

Tints of #505475

#505475
(80,84,117)
#5F6381
(95,99,129)
#6E728D
(110,114,141)
#7D8199
(125,129,153)
#8C90A5
(140,144,165)
#9B9FB1
(155,159,177)
#AAAEBD
(170,174,189)
#B9BDC9
(185,189,201)
#C8CCD5
(200,204,213)
#D7DBE1
(215,219,225)
#E6EAED
(230,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505475 color. Also use rgb(80,84,117) instead hex code.

Text Font Color

.myTextColor { color: #505475; }

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

This text font color is #505475.


Background Color

.myBgColor { background-color: #505475; }

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

This div background color is #505475.


Border color

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

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

This div border color is #505475.


Opacity

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

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

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

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

This text has shadow with #505475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505475 on black background.


Color preview on white background

This text has color #505475 on white background.



Black color preview on #505475 background

This text has black color on #505475 background.


White color preview on #505475 background

This text has white color on #505475 background.