COLOR #50566C

HEX: #50566C
RGB: (80,86,108)

Color info

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

RGB color model

#50566C color RGB value is (80,86,108).

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

RGB channels and saturation

R 80 of 255 = 31%
G 86 of 255 = 34%
B 108 of 255 = 42%

80
86
108

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

Portions of RGB colors in percentages

R + G + B =
80 + 86 + 108 = 274 (100%)
R 80 of 274 ~ 29.2%
G 86 of 274 ~ 31.39%
B 108 of 274 ~ 39.42%

%29.2
%31.39
%39.42

CMYK color model

#50566C color CMYK value is (26,20,0,58).

  • cyan value is 25.93%
  • magenta value is 20.37%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(26,20,0,58)
C26M20Y0K58 
(26%,20%,0%,58%)
(0.26/0.20/0.00/0.58)	

CMYK percentages

%25.93
%20.37
%0
%57.65

Codes

Color #50566C in popluar color models

50566C
RGB8086108
HSL227°14.89%36.86%
HSB/HSV227°25.93%42.35%
CMYK25.93%20.37%0.00%
57.65%

Color #50566C in popluar number systems.

HEX50566C
Decimal8086108
Binary101000010101101101100
Octal120126154

Shades and tints

Shades of #50566C

#50566C
(80,86,108)
#494F63
(73,79,99)
#42485A
(66,72,90)
#3B4151
(59,65,81)
#343A48
(52,58,72)
#2D333F
(45,51,63)
#262C36
(38,44,54)
#1F252D
(31,37,45)
#181E24
(24,30,36)
#11171B
(17,23,27)
#0A1012
(10,16,18)
#000000
(0,0,0)

Tints of #50566C

#50566C
(80,86,108)
#5F6579
(95,101,121)
#6E7486
(110,116,134)
#7D8393
(125,131,147)
#8C92A0
(140,146,160)
#9BA1AD
(155,161,173)
#AAB0BA
(170,176,186)
#B9BFC7
(185,191,199)
#C8CED4
(200,206,212)
#D7DDE1
(215,221,225)
#E6ECEE
(230,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50566C; }

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

This text font color is #50566C.


Background Color

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

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

This div background color is #50566C.


Border color

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

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

This div border color is #50566C.


Opacity

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

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

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

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

This text has shadow with #50566C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50566C on black background.


Color preview on white background

This text has color #50566C on white background.



Black color preview on #50566C background

This text has black color on #50566C background.


White color preview on #50566C background

This text has white color on #50566C background.