COLOR #50555B

HEX: #50555B
RGB: (80,85,91)

Color info

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

RGB color model

#50555B color RGB value is (80,85,91).

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

RGB channels and saturation

R 80 of 255 = 31%
G 85 of 255 = 33%
B 91 of 255 = 36%

80
85
91

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

Portions of RGB colors in percentages

R + G + B =
80 + 85 + 91 = 256 (100%)
R 80 of 256 ~ 31.25%
G 85 of 256 ~ 33.2%
B 91 of 256 ~ 35.55%

%31.25
%33.2
%35.55

CMYK color model

#50555B color CMYK value is (12,7,0,64).

  • cyan value is 12.09%
  • magenta value is 6.59%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(12,7,0,64)
C12M7Y0K64 
(12%,7%,0%,64%)
(0.12/0.07/0.00/0.64)	

CMYK percentages

%12.09
%6.59
%0
%64.31

Codes

Color #50555B in popluar color models

50555B
RGB808591
HSL213°6.43%33.53%
HSB/HSV213°12.09%35.69%
CMYK12.09%6.59%0.00%
64.31%

Color #50555B in popluar number systems.

HEX50555B
Decimal808591
Binary101000010101011011011
Octal120125133

Shades and tints

Shades of #50555B

#50555B
(80,85,91)
#494E53
(73,78,83)
#42474B
(66,71,75)
#3B4043
(59,64,67)
#34393B
(52,57,59)
#2D3233
(45,50,51)
#262B2B
(38,43,43)
#1F2423
(31,36,35)
#181D1B
(24,29,27)
#111613
(17,22,19)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #50555B

#50555B
(80,85,91)
#5F6469
(95,100,105)
#6E7377
(110,115,119)
#7D8285
(125,130,133)
#8C9193
(140,145,147)
#9BA0A1
(155,160,161)
#AAAFAF
(170,175,175)
#B9BEBD
(185,190,189)
#C8CDCB
(200,205,203)
#D7DCD9
(215,220,217)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50555B; }

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

This text font color is #50555B.


Background Color

.myBgColor { background-color: #50555B; }

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

This div background color is #50555B.


Border color

.myBorderColor { border: 1px solid #50555B; }

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

This div border color is #50555B.


Opacity

.myOpacity80 { color: #50555B; opacity: 0.8; }

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

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

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

This text has shadow with #50555B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50555B on black background.


Color preview on white background

This text has color #50555B on white background.



Black color preview on #50555B background

This text has black color on #50555B background.


White color preview on #50555B background

This text has white color on #50555B background.