COLOR #505469

HEX: #505469
RGB: (80,84,105)

Color info

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

RGB color model

#505469 color RGB value is (80,84,105).

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

RGB channels and saturation

R 80 of 255 = 31%
G 84 of 255 = 33%
B 105 of 255 = 41%

80
84
105

R + G + B ~ 35%. #505469 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 84 + 105 = 269 (100%)
R 80 of 269 ~ 29.74%
G 84 of 269 ~ 31.23%
B 105 of 269 ~ 39.03%

%29.74
%31.23
%39.03

CMYK color model

#505469 color CMYK value is (24,20,0,59).

  • cyan value is 23.81%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(24,20,0,59)
C24M20Y0K59 
(24%,20%,0%,59%)
(0.24/0.20/0.00/0.59)	

CMYK percentages

%23.81
%20
%0
%58.82

Codes

Color #505469 in popluar color models

505469
RGB8084105
HSL230°13.51%36.27%
HSB/HSV230°23.81%41.18%
CMYK23.81%20.00%0.00%
58.82%

Color #505469 in popluar number systems.

HEX505469
Decimal8084105
Binary101000010101001101001
Octal120124151

Shades and tints

Shades of #505469

#505469
(80,84,105)
#494D60
(73,77,96)
#424657
(66,70,87)
#3B3F4E
(59,63,78)
#343845
(52,56,69)
#2D313C
(45,49,60)
#262A33
(38,42,51)
#1F232A
(31,35,42)
#181C21
(24,28,33)
#111518
(17,21,24)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #505469

#505469
(80,84,105)
#5F6376
(95,99,118)
#6E7283
(110,114,131)
#7D8190
(125,129,144)
#8C909D
(140,144,157)
#9B9FAA
(155,159,170)
#AAAEB7
(170,174,183)
#B9BDC4
(185,189,196)
#C8CCD1
(200,204,209)
#D7DBDE
(215,219,222)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505469; }

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

This text font color is #505469.


Background Color

.myBgColor { background-color: #505469; }

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

This div background color is #505469.


Border color

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

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

This div border color is #505469.


Opacity

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

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

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

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

This text has shadow with #505469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505469 on black background.


Color preview on white background

This text has color #505469 on white background.



Black color preview on #505469 background

This text has black color on #505469 background.


White color preview on #505469 background

This text has white color on #505469 background.