COLOR #505D99

HEX: #505D99 RGB: (80,93,153)

Color info

#505D99 contains mainly blue color. Web safe color of #505D99 is #666699 (or #669).

RGB color model

#505D99 color RGB value is (80,93,153).

RGB: (80,93,153) (31%, 36%, 60%)

RGB channels and saturation

R 80 of 255 = 31%
G 93 of 255 = 36%
B 153 of 255 = 60%

80
93
153

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

Portions of RGB colors in percentages

R + G + B = 80 + 93 + 153 = 326 (100%)
R 80 of 326 ~ 24.54%
G 93 of 326 ~ 28.53%
B 153 of 326 ~ 46.93'%

%24.54
%28.53
%46.93

CMYK color model

#505D99 color CMYK value is (48,39,0,40).

  • cyan value is 47.71%
  • magenta value is 39.22%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK: (48,39,0,40) C48M39Y0K40 (48%,39%,0%,40%) (0.48/0.39/0.00/0.40) 

CMYK percentages

%47.71
%39.22
%0
%40

Codes

Color #505D99 in popluar color models

50 5D 99
RGB 80 93 153
HSL 229° 31.33% 45.69%
HSB/HSV 229° 47.71% 60.00%
CMYK 47.71% 39.22% 0.00%
40.00%

Color #505D99 in popluar number systems.

HEX 50 5D 99
Decimal 80 93 153
Binary 1010000 1011101 10011001
Octal 120 135 231

Shades and tints

Shades of #505D99

#505D99
(80,93,153)
#49558C
(73,85,140)
#424D7F
(66,77,127)
#3B4572
(59,69,114)
#343D65
(52,61,101)
#2D3558
(45,53,88)
#262D4B
(38,45,75)
#1F253E
(31,37,62)
#181D31
(24,29,49)
#111524
(17,21,36)
#0A0D17
(10,13,23)
#000000
(0,0,0)

Tints of #505D99

#505D99
(80,93,153)
#5F6BA2
(95,107,162)
#6E79AB
(110,121,171)
#7D87B4
(125,135,180)
#8C95BD
(140,149,189)
#9BA3C6
(155,163,198)
#AAB1CF
(170,177,207)
#B9BFD8
(185,191,216)
#C8CDE1
(200,205,225)
#D7DBEA
(215,219,234)
#E6E9F3
(230,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505D99 color. Also use rgb(80,93,153) instead hex code.

Text Font Color

.myTextColor { color: #505D99; }

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

This text font color is #505D99.

Background Color

.myBgColor { background-color: #505D99; }

<div style="background-color:#505D99">Inner text</div>

This div background color is #505D99.

Border color

.myBorderColor { border: 1px solid #505D99; }

<div style="border:3px solid #505D99">Div</div>

This div border color is #505D99.

Opacity

.myOpacity80 { color: #505D99; opacity: 0.8; }

<p style="color:#505D99;opacity:0.8;">80%</p>

Text with #505D99 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 #505D99;}

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

This text has shadow with #505D99 color.


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

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

This text has shadow with #505D99 primary color and red secondary color.


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

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

This text has shadow with #505D99 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #505D99.

Preview

Color preview on black background

This text has color #505D99 on black background.


Color preview on white background

This text has color #505D99 on white background.


Black color preview on #505D99 background

This text has black color on #505D99 background.


White color preview on #505D99 background

This text has white color on #505D99 background.


Related colors

Complementary color

Complementary color for #hex is #AFA266.


I love getcolorcode.com

Triadic colors

1 #99505D and #5D9950 with #505D99 are triadic colors.

2 #995D50 and #5D5099 with #505D99 are triadic colors.