COLOR #50557A

HEX: #50557A
RGB: (80,85,122)

Color info

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

RGB color model

#50557A color RGB value is (80,85,122).

  • red value is 80;
  • green value is 85;
  • blue value is 122.
RGB:
(80,85,122)
(31%,33%,48%)

RGB channels and saturation

R 80 of 255 = 31%
G 85 of 255 = 33%
B 122 of 255 = 48%

80
85
122

R + G + B ~ 37%. #50557A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 85 + 122 = 287 (100%)
R 80 of 287 ~ 27.87%
G 85 of 287 ~ 29.62%
B 122 of 287 ~ 42.51%

%27.87
%29.62
%42.51

CMYK color model

#50557A color CMYK value is (34,30,0,52).

  • cyan value is 34.43%
  • magenta value is 30.33%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(34,30,0,52)
C34M30Y0K52 
(34%,30%,0%,52%)
(0.34/0.30/0.00/0.52)	

CMYK percentages

%34.43
%30.33
%0
%52.16

Codes

Color #50557A in popluar color models

50557A
RGB8085122
HSL233°20.79%39.61%
HSB/HSV233°34.43%47.84%
CMYK34.43%30.33%0.00%
52.16%

Color #50557A in popluar number systems.

HEX50557A
Decimal8085122
Binary101000010101011111010
Octal120125172

Shades and tints

Shades of #50557A

#50557A
(80,85,122)
#494E6F
(73,78,111)
#424764
(66,71,100)
#3B4059
(59,64,89)
#34394E
(52,57,78)
#2D3243
(45,50,67)
#262B38
(38,43,56)
#1F242D
(31,36,45)
#181D22
(24,29,34)
#111617
(17,22,23)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #50557A

#50557A
(80,85,122)
#5F6486
(95,100,134)
#6E7392
(110,115,146)
#7D829E
(125,130,158)
#8C91AA
(140,145,170)
#9BA0B6
(155,160,182)
#AAAFC2
(170,175,194)
#B9BECE
(185,190,206)
#C8CDDA
(200,205,218)
#D7DCE6
(215,220,230)
#E6EBF2
(230,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50557A; }

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

This text font color is #50557A.


Background Color

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

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

This div background color is #50557A.


Border color

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

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

This div border color is #50557A.


Opacity

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

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

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

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

This text has shadow with #50557A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50557A on black background.


Color preview on white background

This text has color #50557A on white background.



Black color preview on #50557A background

This text has black color on #50557A background.


White color preview on #50557A background

This text has white color on #50557A background.