COLOR #50556B

HEX: #50556B RGB: (80,85,107)

Color info

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

RGB color model

#50556B color RGB value is (80,85,107).

RGB: (80,85,107) (31%, 33%, 42%)

RGB channels and saturation

R 80 of 255 = 31%
G 85 of 255 = 33%
B 107 of 255 = 42%

80
85
107

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

Portions of RGB colors in percentages

R + G + B = 80 + 85 + 107 = 272 (100%)
R 80 of 272 ~ 29.41%
G 85 of 272 ~ 31.25%
B 107 of 272 ~ 39.34'%

%29.41
%31.25
%39.34

CMYK color model

#50556B color CMYK value is (25,21,0,58).

  • cyan value is 25.23%
  • magenta value is 20.56%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (25,21,0,58)
C25M21Y0K58 (25%, 21%, 0%, 58%)
(0.25 / 0.21 / 0.00 / 0.58)

CMYK percentages

%25.23
%20.56
%0
%58.04

Codes

Color #50556B in popluar color models

50 55 6B
RGB 80 85 107
HSL 229° 14.44% 36.67%
HSB/HSV 229° 25.23% 41.96%
CMYK 25.23% 20.56% 0.00%
58.04%

Color #50556B in popluar number systems.

HEX 50 55 6B
Decimal 80 85 107
Binary 1010000 1010101 1101011
Octal 120 125 153

Shades and tints

Shades of #50556B

#50556B
(80,85,107)
#494E62
(73,78,98)
#424759
(66,71,89)
#3B4050
(59,64,80)
#343947
(52,57,71)
#2D323E
(45,50,62)
#262B35
(38,43,53)
#1F242C
(31,36,44)
#181D23
(24,29,35)
#11161A
(17,22,26)
#0A0F11
(10,15,17)
#000000
(0,0,0)

Tints of #50556B

#50556B
(80,85,107)
#5F6478
(95,100,120)
#6E7385
(110,115,133)
#7D8292
(125,130,146)
#8C919F
(140,145,159)
#9BA0AC
(155,160,172)
#AAAFB9
(170,175,185)
#B9BEC6
(185,190,198)
#C8CDD3
(200,205,211)
#D7DCE0
(215,220,224)
#E6EBED
(230,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50556B; }

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

This text font color is #50556B.

Background Color

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

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

This div background color is #50556B.

Border color

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

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

This div border color is #50556B.

Opacity

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

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

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

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

This text has shadow with #50556B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50556B.

Preview

Color preview on black background

This text has color #50556B on black background.


Color preview on white background

This text has color #50556B on white background.


Black color preview on #50556B background

This text has black color on #50556B background.


White color preview on #50556B background

This text has white color on #50556B background.


Related colors

Complementary color

Complementary color for #hex is #AFAA94.


I love getcolorcode.com

Triadic colors

1 #6B5055 and #556B50 with #50556B are triadic colors.

2 #6B5550 and #55506B with #50556B are triadic colors.