COLOR #50566E

HEX: #50566E
RGB: (80,86,110)

Color info

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

RGB color model

#50566E color RGB value is (80,86,110).

  • red value is 80;
  • green value is 86;
  • blue value is 110.
RGB:
(80,86,110)
(31%,34%,43%)

RGB channels and saturation

R 80 of 255 = 31%
G 86 of 255 = 34%
B 110 of 255 = 43%

80
86
110

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

Portions of RGB colors in percentages

R + G + B =
80 + 86 + 110 = 276 (100%)
R 80 of 276 ~ 28.99%
G 86 of 276 ~ 31.16%
B 110 of 276 ~ 39.86%

%28.99
%31.16
%39.86

CMYK color model

#50566E color CMYK value is (27,22,0,57).

  • cyan value is 27.27%
  • magenta value is 21.82%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(27,22,0,57)
C27M22Y0K57 
(27%,22%,0%,57%)
(0.27/0.22/0.00/0.57)	

CMYK percentages

%27.27
%21.82
%0
%56.86

Codes

Color #50566E in popluar color models

50566E
RGB8086110
HSL228°15.79%37.25%
HSB/HSV228°27.27%43.14%
CMYK27.27%21.82%0.00%
56.86%

Color #50566E in popluar number systems.

HEX50566E
Decimal8086110
Binary101000010101101101110
Octal120126156

Shades and tints

Shades of #50566E

#50566E
(80,86,110)
#494F64
(73,79,100)
#42485A
(66,72,90)
#3B4150
(59,65,80)
#343A46
(52,58,70)
#2D333C
(45,51,60)
#262C32
(38,44,50)
#1F2528
(31,37,40)
#181E1E
(24,30,30)
#111714
(17,23,20)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #50566E

#50566E
(80,86,110)
#5F657B
(95,101,123)
#6E7488
(110,116,136)
#7D8395
(125,131,149)
#8C92A2
(140,146,162)
#9BA1AF
(155,161,175)
#AAB0BC
(170,176,188)
#B9BFC9
(185,191,201)
#C8CED6
(200,206,214)
#D7DDE3
(215,221,227)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50566E color. Also use rgb(80,86,110) instead hex code.

Text Font Color

.myTextColor { color: #50566E; }

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

This text font color is #50566E.


Background Color

.myBgColor { background-color: #50566E; }

<div style="background-color:#50566E">Inner text</div>

This div background color is #50566E.


Border color

.myBorderColor { border: 1px solid #50566E; }

<div style="border:3px solid #50566E">Div</div>

This div border color is #50566E.


Opacity

.myOpacity80 { color: #50566E; opacity: 0.8; }

<p style="color:#50566E;opacity:0.8;">80%</p>

Text with #50566E 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 #50566E;}

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

This text has shadow with #50566E color.

.textShadow {text-shadow: 3px 3px 1px #50566E, 3px 3px 1px red;}

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

This text has shadow with #50566E primary color and red secondary color.


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

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

This text has shadow with #50566E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50566E on black background.


Color preview on white background

This text has color #50566E on white background.



Black color preview on #50566E background

This text has black color on #50566E background.


White color preview on #50566E background

This text has white color on #50566E background.