COLOR #50556F

HEX: #50556F RGB: (80,85,111)

Color info

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

RGB color model

#50556F color RGB value is (80,85,111).

RGB: (80,85,111) (31%, 33%, 44%)

RGB channels and saturation

R 80 of 255 = 31%
G 85 of 255 = 33%
B 111 of 255 = 44%

80
85
111

R + G + B ~ 36%. #50556F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 85 + 111 = 276 (100%)
R 80 of 276 ~ 28.99%
G 85 of 276 ~ 30.8%
B 111 of 276 ~ 40.22'%

%28.99
%30.8
%40.22

CMYK color model

#50556F color CMYK value is (28,23,0,56).

  • cyan value is 27.93%
  • magenta value is 23.42%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (28,23,0,56)
C28M23Y0K56 (28%, 23%, 0%, 56%)
(0.28 / 0.23 / 0.00 / 0.56)

CMYK percentages

%27.93
%23.42
%0
%56.47

Codes

Color #50556F in popluar color models

50 55 6F
RGB 80 85 111
HSL 230° 16.23% 37.45%
HSB/HSV 230° 27.93% 43.53%
CMYK 27.93% 23.42% 0.00%
56.47%

Color #50556F in popluar number systems.

HEX 50 55 6F
Decimal 80 85 111
Binary 1010000 1010101 1101111
Octal 120 125 157

Shades and tints

Shades of #50556F

#50556F
(80,85,111)
#494E65
(73,78,101)
#42475B
(66,71,91)
#3B4051
(59,64,81)
#343947
(52,57,71)
#2D323D
(45,50,61)
#262B33
(38,43,51)
#1F2429
(31,36,41)
#181D1F
(24,29,31)
#111615
(17,22,21)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #50556F

#50556F
(80,85,111)
#5F647C
(95,100,124)
#6E7389
(110,115,137)
#7D8296
(125,130,150)
#8C91A3
(140,145,163)
#9BA0B0
(155,160,176)
#AAAFBD
(170,175,189)
#B9BECA
(185,190,202)
#C8CDD7
(200,205,215)
#D7DCE4
(215,220,228)
#E6EBF1
(230,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50556F; }

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

This text font color is #50556F.

Background Color

.myBgColor { background-color: #50556F; }

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

This div background color is #50556F.

Border color

.myBorderColor { border: 1px solid #50556F; }

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

This div border color is #50556F.

Opacity

.myOpacity80 { color: #50556F; opacity: 0.8; }

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

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

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

This text has shadow with #50556F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50556F.

Preview

Color preview on black background

This text has color #50556F on black background.


Color preview on white background

This text has color #50556F on white background.


Black color preview on #50556F background

This text has black color on #50556F background.


White color preview on #50556F background

This text has white color on #50556F background.


Related colors

Complementary color

Complementary color for #hex is #AFAA90.


I love getcolorcode.com

Triadic colors

1 #6F5055 and #556F50 with #50556F are triadic colors.

2 #6F5550 and #55506F with #50556F are triadic colors.