COLOR #505D6B

HEX: #505D6B
RGB: (80,93,107)

Color info

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

RGB color model

#505D6B color RGB value is (80,93,107).

  • red value is 80;
  • green value is 93;
  • blue value is 107.
RGB:
(80,93,107)
(31%,36%,42%)

RGB channels and saturation

R 80 of 255 = 31%
G 93 of 255 = 36%
B 107 of 255 = 42%

80
93
107

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

Portions of RGB colors in percentages

R + G + B =
80 + 93 + 107 = 280 (100%)
R 80 of 280 ~ 28.57%
G 93 of 280 ~ 33.21%
B 107 of 280 ~ 38.21%

%28.57
%33.21
%38.21

CMYK color model

#505D6B color CMYK value is (25,13,0,58).

  • cyan value is 25.23%
  • magenta value is 13.08%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(25,13,0,58)
C25M13Y0K58 
(25%,13%,0%,58%)
(0.25/0.13/0.00/0.58)	

CMYK percentages

%25.23
%13.08
%0
%58.04

Codes

Color #505D6B in popluar color models

505D6B
RGB8093107
HSL211°14.44%36.67%
HSB/HSV211°25.23%41.96%
CMYK25.23%13.08%0.00%
58.04%

Color #505D6B in popluar number systems.

HEX505D6B
Decimal8093107
Binary101000010111011101011
Octal120135153

Shades and tints

Shades of #505D6B

#505D6B
(80,93,107)
#495562
(73,85,98)
#424D59
(66,77,89)
#3B4550
(59,69,80)
#343D47
(52,61,71)
#2D353E
(45,53,62)
#262D35
(38,45,53)
#1F252C
(31,37,44)
#181D23
(24,29,35)
#11151A
(17,21,26)
#0A0D11
(10,13,17)
#000000
(0,0,0)

Tints of #505D6B

#505D6B
(80,93,107)
#5F6B78
(95,107,120)
#6E7985
(110,121,133)
#7D8792
(125,135,146)
#8C959F
(140,149,159)
#9BA3AC
(155,163,172)
#AAB1B9
(170,177,185)
#B9BFC6
(185,191,198)
#C8CDD3
(200,205,211)
#D7DBE0
(215,219,224)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505D6B color. Also use rgb(80,93,107) instead hex code.

Text Font Color

.myTextColor { color: #505D6B; }

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

This text font color is #505D6B.


Background Color

.myBgColor { background-color: #505D6B; }

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

This div background color is #505D6B.


Border color

.myBorderColor { border: 1px solid #505D6B; }

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

This div border color is #505D6B.


Opacity

.myOpacity80 { color: #505D6B; opacity: 0.8; }

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

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

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

This text has shadow with #505D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505D6B on black background.


Color preview on white background

This text has color #505D6B on white background.



Black color preview on #505D6B background

This text has black color on #505D6B background.


White color preview on #505D6B background

This text has white color on #505D6B background.