COLOR #505C6D

HEX: #505C6D
RGB: (80,92,109)

Color info

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

RGB color model

#505C6D color RGB value is (80,92,109).

  • red value is 80;
  • green value is 92;
  • blue value is 109.
RGB: (80,92,109) (31%,36%,43%)

RGB channels and saturation

R 80 of 255 = 31%
G 92 of 255 = 36%
B 109 of 255 = 43%

80
92
109

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

Portions of RGB colors in percentages

R + G + B =
80 + 92 + 109 = 281 (100%)
R 80 of 281 ~ 28.47%
G 92 of 281 ~ 32.74%
B 109 of 281 ~ 38.79%

%28.47
%32.74
%38.79

CMYK color model

#505C6D color CMYK value is (27,16,0,57).

  • cyan value is 26.61%
  • magenta value is 15.60%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK: (27,16,0,57) C27M16Y0K57 (27%,16%,0%,57%) (0.27/0.16/0.00/0.57)

CMYK percentages

%26.61
%15.6
%0
%57.25

Codes

Color #505C6D in popluar color models

505C6D
RGB8092109
HSL215°15.34%37.06%
HSB/HSV215°26.61%42.75%
CMYK26.61%15.60%0.00%
57.25%

Color #505C6D in popluar number systems.

HEX505C6D
Decimal8092109
Binary101000010111001101101
Octal120134155

Shades and tints

Shades of #505C6D

#505C6D
(80,92,109)
#495464
(73,84,100)
#424C5B
(66,76,91)
#3B4452
(59,68,82)
#343C49
(52,60,73)
#2D3440
(45,52,64)
#262C37
(38,44,55)
#1F242E
(31,36,46)
#181C25
(24,28,37)
#11141C
(17,20,28)
#0A0C13
(10,12,19)
#000000
(0,0,0)

Tints of #505C6D

#505C6D
(80,92,109)
#5F6A7A
(95,106,122)
#6E7887
(110,120,135)
#7D8694
(125,134,148)
#8C94A1
(140,148,161)
#9BA2AE
(155,162,174)
#AAB0BB
(170,176,187)
#B9BEC8
(185,190,200)
#C8CCD5
(200,204,213)
#D7DAE2
(215,218,226)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505C6D color. Also use rgb(80,92,109) instead hex code.

Text Font Color

.myTextColor { color: #505C6D; }

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

This text font color is #505C6D.


Background Color

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

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

This div background color is #505C6D.


Border color

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

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

This div border color is #505C6D.


Opacity

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

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

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

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

This text has shadow with #505C6D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #505C6D on black background.


Color preview on white background

This text has color #505C6D on white background.



Black color preview on #505C6D background

This text has black color on #505C6D background.


White color preview on #505C6D background

This text has white color on #505C6D background.