COLOR #50555A

HEX: #50555A RGB: (80,85,90)

Color info

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

RGB color model

#50555A color RGB value is (80,85,90).

RGB: (80,85,90) (31%, 33%, 35%)

RGB channels and saturation

R 80 of 255 = 31%
G 85 of 255 = 33%
B 90 of 255 = 35%

80
85
90

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

Portions of RGB colors in percentages

R + G + B = 80 + 85 + 90 = 255 (100%)
R 80 of 255 ~ 31.37%
G 85 of 255 ~ 33.33%
B 90 of 255 ~ 35.29'%

%31.37
%33.33
%35.29

CMYK color model

#50555A color CMYK value is (11,6,0,65).

  • cyan value is 11.11%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (11,6,0,65)
C11M6Y0K65 (11%, 6%, 0%, 65%)
(0.11 / 0.06 / 0.00 / 0.65)

CMYK percentages

%11.11
%5.56
%0
%64.71

Codes

Color #50555A in popluar color models

50 55 5A
RGB 80 85 90
HSL 210° 5.88% 33.33%
HSB/HSV 210° 11.11% 35.29%
CMYK 11.11% 5.56% 0.00%
64.71%

Color #50555A in popluar number systems.

HEX 50 55 5A
Decimal 80 85 90
Binary 1010000 1010101 1011010
Octal 120 125 132

Shades and tints

Shades of #50555A

#50555A
(80,85,90)
#494E52
(73,78,82)
#42474A
(66,71,74)
#3B4042
(59,64,66)
#34393A
(52,57,58)
#2D3232
(45,50,50)
#262B2A
(38,43,42)
#1F2422
(31,36,34)
#181D1A
(24,29,26)
#111612
(17,22,18)
#0A0F0A
(10,15,10)
#000000
(0,0,0)

Tints of #50555A

#50555A
(80,85,90)
#5F6469
(95,100,105)
#6E7378
(110,115,120)
#7D8287
(125,130,135)
#8C9196
(140,145,150)
#9BA0A5
(155,160,165)
#AAAFB4
(170,175,180)
#B9BEC3
(185,190,195)
#C8CDD2
(200,205,210)
#D7DCE1
(215,220,225)
#E6EBF0
(230,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50555A; }

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

This text font color is #50555A.

Background Color

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

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

This div background color is #50555A.

Border color

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

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

This div border color is #50555A.

Opacity

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

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

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

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

This text has shadow with #50555A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50555A.

Preview

Color preview on black background

This text has color #50555A on black background.


Color preview on white background

This text has color #50555A on white background.


Black color preview on #50555A background

This text has black color on #50555A background.


White color preview on #50555A background

This text has white color on #50555A background.


Related colors

Complementary color

Complementary color for #hex is #AFAAA5.


I love getcolorcode.com

Triadic colors

1 #5A5055 and #555A50 with #50555A are triadic colors.

2 #5A5550 and #55505A with #50555A are triadic colors.