COLOR #50586B

HEX: #50586B RGB: (80,88,107)

Color info

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

RGB color model

#50586B color RGB value is (80,88,107).

RGB: (80,88,107) (31%, 35%, 42%)

RGB channels and saturation

R 80 of 255 = 31%
G 88 of 255 = 35%
B 107 of 255 = 42%

80
88
107

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

Portions of RGB colors in percentages

R + G + B = 80 + 88 + 107 = 275 (100%)
R 80 of 275 ~ 29.09%
G 88 of 275 ~ 32%
B 107 of 275 ~ 38.91'%

%29.09
%32
%38.91

CMYK color model

#50586B color CMYK value is (25,18,0,58).

  • cyan value is 25.23%
  • magenta value is 17.76%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK: (25,18,0,58) C25M18Y0K58 (25%,18%,0%,58%) (0.25/0.18/0.00/0.58) 

CMYK percentages

%25.23
%17.76
%0
%58.04

Codes

Color #50586B in popluar color models

50 58 6B
RGB 80 88 107
HSL 222° 14.44% 36.67%
HSB/HSV 222° 25.23% 41.96%
CMYK 25.23% 17.76% 0.00%
58.04%

Color #50586B in popluar number systems.

HEX 50 58 6B
Decimal 80 88 107
Binary 1010000 1011000 1101011
Octal 120 130 153

Shades and tints

Shades of #50586B

#50586B
(80,88,107)
#495062
(73,80,98)
#424859
(66,72,89)
#3B4050
(59,64,80)
#343847
(52,56,71)
#2D303E
(45,48,62)
#262835
(38,40,53)
#1F202C
(31,32,44)
#181823
(24,24,35)
#11101A
(17,16,26)
#0A0811
(10,8,17)
#000000
(0,0,0)

Tints of #50586B

#50586B
(80,88,107)
#5F6778
(95,103,120)
#6E7685
(110,118,133)
#7D8592
(125,133,146)
#8C949F
(140,148,159)
#9BA3AC
(155,163,172)
#AAB2B9
(170,178,185)
#B9C1C6
(185,193,198)
#C8D0D3
(200,208,211)
#D7DFE0
(215,223,224)
#E6EEED
(230,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50586B; }

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

This text font color is #50586B.

Background Color

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

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

This div background color is #50586B.

Border color

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

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

This div border color is #50586B.

Opacity

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

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

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

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

This text has shadow with #50586B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50586B.

Preview

Color preview on black background

This text has color #50586B on black background.


Color preview on white background

This text has color #50586B on white background.


Black color preview on #50586B background

This text has black color on #50586B background.


White color preview on #50586B background

This text has white color on #50586B background.


Related colors

Complementary color

Complementary color for #hex is #AFA794.


I love getcolorcode.com

Triadic colors

1 #6B5058 and #586B50 with #50586B are triadic colors.

2 #6B5850 and #58506B with #50586B are triadic colors.