COLOR #50587B

HEX: #50587B RGB: (80,88,123)

Color info

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

RGB color model

#50587B color RGB value is (80,88,123).

RGB: (80,88,123) (31%, 35%, 48%)

RGB channels and saturation

R 80 of 255 = 31%
G 88 of 255 = 35%
B 123 of 255 = 48%

80
88
123

R + G + B ~ 38%. #50587B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 88 + 123 = 291 (100%)
R 80 of 291 ~ 27.49%
G 88 of 291 ~ 30.24%
B 123 of 291 ~ 42.27'%

%27.49
%30.24
%42.27

CMYK color model

#50587B color CMYK value is (35,28,0,52).

  • cyan value is 34.96%
  • magenta value is 28.46%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (35,28,0,52)
C35M28Y0K52 (35%, 28%, 0%, 52%)
(0.35 / 0.28 / 0.00 / 0.52)

CMYK percentages

%34.96
%28.46
%0
%51.76

Codes

Color #50587B in popluar color models

50 58 7B
RGB 80 88 123
HSL 229° 21.18% 39.80%
HSB/HSV 229° 34.96% 48.24%
CMYK 34.96% 28.46% 0.00%
51.76%

Color #50587B in popluar number systems.

HEX 50 58 7B
Decimal 80 88 123
Binary 1010000 1011000 1111011
Octal 120 130 173

Shades and tints

Shades of #50587B

#50587B
(80,88,123)
#495070
(73,80,112)
#424865
(66,72,101)
#3B405A
(59,64,90)
#34384F
(52,56,79)
#2D3044
(45,48,68)
#262839
(38,40,57)
#1F202E
(31,32,46)
#181823
(24,24,35)
#111018
(17,16,24)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #50587B

#50587B
(80,88,123)
#5F6787
(95,103,135)
#6E7693
(110,118,147)
#7D859F
(125,133,159)
#8C94AB
(140,148,171)
#9BA3B7
(155,163,183)
#AAB2C3
(170,178,195)
#B9C1CF
(185,193,207)
#C8D0DB
(200,208,219)
#D7DFE7
(215,223,231)
#E6EEF3
(230,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50587B; }

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

This text font color is #50587B.

Background Color

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

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

This div background color is #50587B.

Border color

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

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

This div border color is #50587B.

Opacity

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

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

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

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

This text has shadow with #50587B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50587B.

Preview

Color preview on black background

This text has color #50587B on black background.


Color preview on white background

This text has color #50587B on white background.


Black color preview on #50587B background

This text has black color on #50587B background.


White color preview on #50587B background

This text has white color on #50587B background.


Related colors

Complementary color

Complementary color for #hex is #AFA784.


I love getcolorcode.com

Triadic colors

1 #7B5058 and #587B50 with #50587B are triadic colors.

2 #7B5850 and #58507B with #50587B are triadic colors.