COLOR #505556

HEX: #505556
RGB: (80,85,86)

Color info

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

RGB color model

#505556 color RGB value is (80,85,86).

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

RGB channels and saturation

R 80 of 255 = 31%
G 85 of 255 = 33%
B 86 of 255 = 34%

80
85
86

R + G + B ~ 33%. #505556 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 85 + 86 = 251 (100%)
R 80 of 251 ~ 31.87%
G 85 of 251 ~ 33.86%
B 86 of 251 ~ 34.26%

%31.87
%33.86
%34.26

CMYK color model

#505556 color CMYK value is (7,1,0,66).

  • cyan value is 6.98%
  • magenta value is 1.16%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(7,1,0,66)
C7M1Y0K66 
(7%,1%,0%,66%)
(0.07/0.01/0.00/0.66)	

CMYK percentages

%6.98
%1.16
%0
%66.27

Codes

Color #505556 in popluar color models

505556
RGB808586
HSL190°3.61%32.55%
HSB/HSV190°6.98%33.73%
CMYK6.98%1.16%0.00%
66.27%

Color #505556 in popluar number systems.

HEX505556
Decimal808586
Binary101000010101011010110
Octal120125126

Shades and tints

Shades of #505556

#505556
(80,85,86)
#494E4F
(73,78,79)
#424748
(66,71,72)
#3B4041
(59,64,65)
#34393A
(52,57,58)
#2D3233
(45,50,51)
#262B2C
(38,43,44)
#1F2425
(31,36,37)
#181D1E
(24,29,30)
#111617
(17,22,23)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #505556

#505556
(80,85,86)
#5F6465
(95,100,101)
#6E7374
(110,115,116)
#7D8283
(125,130,131)
#8C9192
(140,145,146)
#9BA0A1
(155,160,161)
#AAAFB0
(170,175,176)
#B9BEBF
(185,190,191)
#C8CDCE
(200,205,206)
#D7DCDD
(215,220,221)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505556; }

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

This text font color is #505556.


Background Color

.myBgColor { background-color: #505556; }

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

This div background color is #505556.


Border color

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

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

This div border color is #505556.


Opacity

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

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

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

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

This text has shadow with #505556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505556 on black background.


Color preview on white background

This text has color #505556 on white background.



Black color preview on #505556 background

This text has black color on #505556 background.


White color preview on #505556 background

This text has white color on #505556 background.