COLOR #505560

HEX: #505560
RGB: (80,85,96)

Color info

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

RGB color model

#505560 color RGB value is (80,85,96).

  • red value is 80;
  • green value is 85;
  • blue value is 96.
RGB:
(80,85,96)
(31%,33%,38%)

RGB channels and saturation

R 80 of 255 = 31%
G 85 of 255 = 33%
B 96 of 255 = 38%

80
85
96

R + G + B ~ 34%. #505560 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 85 + 96 = 261 (100%)
R 80 of 261 ~ 30.65%
G 85 of 261 ~ 32.57%
B 96 of 261 ~ 36.78%

%30.65
%32.57
%36.78

CMYK color model

#505560 color CMYK value is (17,11,0,62).

  • cyan value is 16.67%
  • magenta value is 11.46%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(17,11,0,62)
C17M11Y0K62 
(17%,11%,0%,62%)
(0.17/0.11/0.00/0.62)	

CMYK percentages

%16.67
%11.46
%0
%62.35

Codes

Color #505560 in popluar color models

505560
RGB808596
HSL221°9.09%34.51%
HSB/HSV221°16.67%37.65%
CMYK16.67%11.46%0.00%
62.35%

Color #505560 in popluar number systems.

HEX505560
Decimal808596
Binary101000010101011100000
Octal120125140

Shades and tints

Shades of #505560

#505560
(80,85,96)
#494E58
(73,78,88)
#424750
(66,71,80)
#3B4048
(59,64,72)
#343940
(52,57,64)
#2D3238
(45,50,56)
#262B30
(38,43,48)
#1F2428
(31,36,40)
#181D20
(24,29,32)
#111618
(17,22,24)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #505560

#505560
(80,85,96)
#5F646E
(95,100,110)
#6E737C
(110,115,124)
#7D828A
(125,130,138)
#8C9198
(140,145,152)
#9BA0A6
(155,160,166)
#AAAFB4
(170,175,180)
#B9BEC2
(185,190,194)
#C8CDD0
(200,205,208)
#D7DCDE
(215,220,222)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505560 color. Also use rgb(80,85,96) instead hex code.

Text Font Color

.myTextColor { color: #505560; }

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

This text font color is #505560.


Background Color

.myBgColor { background-color: #505560; }

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

This div background color is #505560.


Border color

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

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

This div border color is #505560.


Opacity

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

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

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

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

This text has shadow with #505560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505560 on black background.


Color preview on white background

This text has color #505560 on white background.



Black color preview on #505560 background

This text has black color on #505560 background.


White color preview on #505560 background

This text has white color on #505560 background.