COLOR #50638F

HEX: #50638F RGB: (80,99,143)

Color info

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

RGB color model

#50638F color RGB value is (80,99,143).

RGB: (80,99,143) (31%, 39%, 56%)

RGB channels and saturation

R 80 of 255 = 31%
G 99 of 255 = 39%
B 143 of 255 = 56%

80
99
143

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

Portions of RGB colors in percentages

R + G + B = 80 + 99 + 143 = 322 (100%)
R 80 of 322 ~ 24.84%
G 99 of 322 ~ 30.75%
B 143 of 322 ~ 44.41'%

%24.84
%30.75
%44.41

CMYK color model

#50638F color CMYK value is (44,31,0,44).

  • cyan value is 44.06%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK: (44,31,0,44) C44M31Y0K44 (44%,31%,0%,44%) (0.44/0.31/0.00/0.44) 

CMYK percentages

%44.06
%30.77
%0
%43.92

Codes

Color #50638F in popluar color models

50 63 8F
RGB 80 99 143
HSL 222° 28.25% 43.73%
HSB/HSV 222° 44.06% 56.08%
CMYK 44.06% 30.77% 0.00%
43.92%

Color #50638F in popluar number systems.

HEX 50 63 8F
Decimal 80 99 143
Binary 1010000 1100011 10001111
Octal 120 143 217

Shades and tints

Shades of #50638F

#50638F
(80,99,143)
#495A82
(73,90,130)
#425175
(66,81,117)
#3B4868
(59,72,104)
#343F5B
(52,63,91)
#2D364E
(45,54,78)
#262D41
(38,45,65)
#1F2434
(31,36,52)
#181B27
(24,27,39)
#11121A
(17,18,26)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #50638F

#50638F
(80,99,143)
#5F7199
(95,113,153)
#6E7FA3
(110,127,163)
#7D8DAD
(125,141,173)
#8C9BB7
(140,155,183)
#9BA9C1
(155,169,193)
#AAB7CB
(170,183,203)
#B9C5D5
(185,197,213)
#C8D3DF
(200,211,223)
#D7E1E9
(215,225,233)
#E6EFF3
(230,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50638F color. Also use rgb(80,99,143) instead hex code.

Text Font Color

.myTextColor { color: #50638F; }

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

This text font color is #50638F.

Background Color

.myBgColor { background-color: #50638F; }

<div style="background-color:#50638F">Inner text</div>

This div background color is #50638F.

Border color

.myBorderColor { border: 1px solid #50638F; }

<div style="border:3px solid #50638F">Div</div>

This div border color is #50638F.

Opacity

.myOpacity80 { color: #50638F; opacity: 0.8; }

<p style="color:#50638F;opacity:0.8;">80%</p>

Text with #50638F 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 #50638F;}

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

This text has shadow with #50638F color.


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

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

This text has shadow with #50638F primary color and red secondary color.


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

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

This text has shadow with #50638F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50638F.

Preview

Color preview on black background

This text has color #50638F on black background.


Color preview on white background

This text has color #50638F on white background.


Black color preview on #50638F background

This text has black color on #50638F background.


White color preview on #50638F background

This text has white color on #50638F background.


Related colors

Complementary color

Complementary color for #hex is #AF9C70.


I love getcolorcode.com

Triadic colors

1 #8F5063 and #638F50 with #50638F are triadic colors.

2 #8F6350 and #63508F with #50638F are triadic colors.