COLOR #505C6B

HEX: #505C6B
RGB: (80,92,107)

Color info

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

RGB color model

#505C6B color RGB value is (80,92,107).

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

RGB channels and saturation

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

80
92
107

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

Portions of RGB colors in percentages

R + G + B =
80 + 92 + 107 = 279 (100%)
R 80 of 279 ~ 28.67%
G 92 of 279 ~ 32.97%
B 107 of 279 ~ 38.35%

%28.67
%32.97
%38.35

CMYK color model

#505C6B color CMYK value is (25,14,0,58).

  • cyan value is 25.23%
  • magenta value is 14.02%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(25,14,0,58)
C25M14Y0K58 
(25%,14%,0%,58%)
(0.25/0.14/0.00/0.58)	

CMYK percentages

%25.23
%14.02
%0
%58.04

Codes

Color #505C6B in popluar color models

505C6B
RGB8092107
HSL213°14.44%36.67%
HSB/HSV213°25.23%41.96%
CMYK25.23%14.02%0.00%
58.04%

Color #505C6B in popluar number systems.

HEX505C6B
Decimal8092107
Binary101000010111001101011
Octal120134153

Shades and tints

Shades of #505C6B

#505C6B
(80,92,107)
#495462
(73,84,98)
#424C59
(66,76,89)
#3B4450
(59,68,80)
#343C47
(52,60,71)
#2D343E
(45,52,62)
#262C35
(38,44,53)
#1F242C
(31,36,44)
#181C23
(24,28,35)
#11141A
(17,20,26)
#0A0C11
(10,12,17)
#000000
(0,0,0)

Tints of #505C6B

#505C6B
(80,92,107)
#5F6A78
(95,106,120)
#6E7885
(110,120,133)
#7D8692
(125,134,146)
#8C949F
(140,148,159)
#9BA2AC
(155,162,172)
#AAB0B9
(170,176,185)
#B9BEC6
(185,190,198)
#C8CCD3
(200,204,211)
#D7DAE0
(215,218,224)
#E6E8ED
(230,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505C6B; }

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

This text font color is #505C6B.


Background Color

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

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

This div background color is #505C6B.


Border color

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

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

This div border color is #505C6B.


Opacity

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

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

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

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

This text has shadow with #505C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505C6B on black background.


Color preview on white background

This text has color #505C6B on white background.



Black color preview on #505C6B background

This text has black color on #505C6B background.


White color preview on #505C6B background

This text has white color on #505C6B background.