COLOR #50658D

HEX: #50658D RGB: (80,101,141)

Color info

#50658D contains mainly green and blue colors. Web safe color of #50658D is #666699 (or #669).

RGB color model

#50658D color RGB value is (80,101,141).

RGB: (80,101,141) (31%, 40%, 55%)

RGB channels and saturation

R 80 of 255 = 31%
G 101 of 255 = 40%
B 141 of 255 = 55%

80
101
141

R + G + B ~ 42%. #50658D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 80 + 101 + 141 = 322 (100%)
R 80 of 322 ~ 24.84%
G 101 of 322 ~ 31.37%
B 141 of 322 ~ 43.79'%

%24.84
%31.37
%43.79

CMYK color model

#50658D color CMYK value is (43,28,0,45).

  • cyan value is 43.26%
  • magenta value is 28.37%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (43,28,0,45)
C43M28Y0K45 (43%, 28%, 0%, 45%)
(0.43 / 0.28 / 0.00 / 0.45)

CMYK percentages

%43.26
%28.37
%0
%44.71

Codes

Color #50658D in popluar color models

50 65 8D
RGB 80 101 141
HSL 219° 27.60% 43.33%
HSB/HSV 219° 43.26% 55.29%
CMYK 43.26% 28.37% 0.00%
44.71%

Color #50658D in popluar number systems.

HEX 50 65 8D
Decimal 80 101 141
Binary 1010000 1100101 10001101
Octal 120 145 215

Shades and tints

Shades of #50658D

#50658D
(80,101,141)
#495C81
(73,92,129)
#425375
(66,83,117)
#3B4A69
(59,74,105)
#34415D
(52,65,93)
#2D3851
(45,56,81)
#262F45
(38,47,69)
#1F2639
(31,38,57)
#181D2D
(24,29,45)
#111421
(17,20,33)
#0A0B15
(10,11,21)
#000000
(0,0,0)

Tints of #50658D

#50658D
(80,101,141)
#5F7397
(95,115,151)
#6E81A1
(110,129,161)
#7D8FAB
(125,143,171)
#8C9DB5
(140,157,181)
#9BABBF
(155,171,191)
#AAB9C9
(170,185,201)
#B9C7D3
(185,199,211)
#C8D5DD
(200,213,221)
#D7E3E7
(215,227,231)
#E6F1F1
(230,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50658D color. Also use rgb(80,101,141) instead hex code.

Text Font Color

.myTextColor { color: #50658D; }

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

This text font color is #50658D.

Background Color

.myBgColor { background-color: #50658D; }

<div style="background-color:#50658D">Inner text</div>

This div background color is #50658D.

Border color

.myBorderColor { border: 1px solid #50658D; }

<div style="border:3px solid #50658D">Div</div>

This div border color is #50658D.

Opacity

.myOpacity80 { color: #50658D; opacity: 0.8; }

<p style="color:#50658D;opacity:0.8;">80%</p>

Text with #50658D 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 #50658D;}

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

This text has shadow with #50658D color.


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

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

This text has shadow with #50658D primary color and red secondary color.


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

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

This text has shadow with #50658D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50658D.

Preview

Color preview on black background

This text has color #50658D on black background.


Color preview on white background

This text has color #50658D on white background.


Black color preview on #50658D background

This text has black color on #50658D background.


White color preview on #50658D background

This text has white color on #50658D background.


Related colors

Complementary color

Complementary color for #hex is #AF9A72.


I love getcolorcode.com

Triadic colors

1 #8D5065 and #658D50 with #50658D are triadic colors.

2 #8D6550 and #65508D with #50658D are triadic colors.