COLOR #505472

HEX: #505472
RGB: (80,84,114)

Color info

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

RGB color model

#505472 color RGB value is (80,84,114).

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

RGB channels and saturation

R 80 of 255 = 31%
G 84 of 255 = 33%
B 114 of 255 = 45%

80
84
114

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

Portions of RGB colors in percentages

R + G + B =
80 + 84 + 114 = 278 (100%)
R 80 of 278 ~ 28.78%
G 84 of 278 ~ 30.22%
B 114 of 278 ~ 41.01%

%28.78
%30.22
%41.01

CMYK color model

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

  • cyan value is 29.82%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(30,26,0,55)
C30M26Y0K55 
(30%,26%,0%,55%)
(0.30/0.26/0.00/0.55)	

CMYK percentages

%29.82
%26.32
%0
%55.29

Codes

Color #505472 in popluar color models

505472
RGB8084114
HSL233°17.53%38.04%
HSB/HSV233°29.82%44.71%
CMYK29.82%26.32%0.00%
55.29%

Color #505472 in popluar number systems.

HEX505472
Decimal8084114
Binary101000010101001110010
Octal120124162

Shades and tints

Shades of #505472

#505472
(80,84,114)
#494D68
(73,77,104)
#42465E
(66,70,94)
#3B3F54
(59,63,84)
#34384A
(52,56,74)
#2D3140
(45,49,64)
#262A36
(38,42,54)
#1F232C
(31,35,44)
#181C22
(24,28,34)
#111518
(17,21,24)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #505472

#505472
(80,84,114)
#5F637E
(95,99,126)
#6E728A
(110,114,138)
#7D8196
(125,129,150)
#8C90A2
(140,144,162)
#9B9FAE
(155,159,174)
#AAAEBA
(170,174,186)
#B9BDC6
(185,189,198)
#C8CCD2
(200,204,210)
#D7DBDE
(215,219,222)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505472; }

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

This text font color is #505472.


Background Color

.myBgColor { background-color: #505472; }

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

This div background color is #505472.


Border color

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

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

This div border color is #505472.


Opacity

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

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

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

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

This text has shadow with #505472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505472 on black background.


Color preview on white background

This text has color #505472 on white background.



Black color preview on #505472 background

This text has black color on #505472 background.


White color preview on #505472 background

This text has white color on #505472 background.