COLOR #50587A

HEX: #50587A RGB: (80,88,122)

Color info

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

RGB color model

#50587A color RGB value is (80,88,122).

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

RGB channels and saturation

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

80
88
122

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

Portions of RGB colors in percentages

R + G + B = 80 + 88 + 122 = 290 (100%)
R 80 of 290 ~ 27.59%
G 88 of 290 ~ 30.34%
B 122 of 290 ~ 42.07'%

%27.59
%30.34
%42.07

CMYK color model

#50587A color CMYK value is (34,28,0,52).

  • cyan value is 34.43%
  • magenta value is 27.87%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (34,28,0,52)
C34M28Y0K52 (34%, 28%, 0%, 52%)
(0.34 / 0.28 / 0.00 / 0.52)

CMYK percentages

%34.43
%27.87
%0
%52.16

Codes

Color #50587A in popluar color models

50 58 7A
RGB 80 88 122
HSL 229° 20.79% 39.61%
HSB/HSV 229° 34.43% 47.84%
CMYK 34.43% 27.87% 0.00%
52.16%

Color #50587A in popluar number systems.

HEX 50 58 7A
Decimal 80 88 122
Binary 1010000 1011000 1111010
Octal 120 130 172

Shades and tints

Shades of #50587A

#50587A
(80,88,122)
#49506F
(73,80,111)
#424864
(66,72,100)
#3B4059
(59,64,89)
#34384E
(52,56,78)
#2D3043
(45,48,67)
#262838
(38,40,56)
#1F202D
(31,32,45)
#181822
(24,24,34)
#111017
(17,16,23)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #50587A

#50587A
(80,88,122)
#5F6786
(95,103,134)
#6E7692
(110,118,146)
#7D859E
(125,133,158)
#8C94AA
(140,148,170)
#9BA3B6
(155,163,182)
#AAB2C2
(170,178,194)
#B9C1CE
(185,193,206)
#C8D0DA
(200,208,218)
#D7DFE6
(215,223,230)
#E6EEF2
(230,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50587A; }

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

This text font color is #50587A.

Background Color

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

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

This div background color is #50587A.

Border color

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

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

This div border color is #50587A.

Opacity

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

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

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

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

This text has shadow with #50587A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50587A.

Preview

Color preview on black background

This text has color #50587A on black background.


Color preview on white background

This text has color #50587A on white background.


Black color preview on #50587A background

This text has black color on #50587A background.


White color preview on #50587A background

This text has white color on #50587A background.


Related colors

Complementary color

Complementary color for #hex is #AFA785.


I love getcolorcode.com

Triadic colors

1 #7A5058 and #587A50 with #50587A are triadic colors.

2 #7A5850 and #58507A with #50587A are triadic colors.