COLOR #505C94

HEX: #505C94 RGB: (80,92,148)

Color info

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

RGB color model

#505C94 color RGB value is (80,92,148).

RGB: (80,92,148) (31%, 36%, 58%)

RGB channels and saturation

R 80 of 255 = 31%
G 92 of 255 = 36%
B 148 of 255 = 58%

80
92
148

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

Portions of RGB colors in percentages

R + G + B = 80 + 92 + 148 = 320 (100%)
R 80 of 320 ~ 25%
G 92 of 320 ~ 28.75%
B 148 of 320 ~ 46.25'%

%25
%28.75
%46.25

CMYK color model

#505C94 color CMYK value is (46,38,0,42).

  • cyan value is 45.95%
  • magenta value is 37.84%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (46,38,0,42)
C46M38Y0K42 (46%, 38%, 0%, 42%)
(0.46 / 0.38 / 0.00 / 0.42)

CMYK percentages

%45.95
%37.84
%0
%41.96

Codes

Color #505C94 in popluar color models

50 5C 94
RGB 80 92 148
HSL 229° 29.82% 44.71%
HSB/HSV 229° 45.95% 58.04%
CMYK 45.95% 37.84% 0.00%
41.96%

Color #505C94 in popluar number systems.

HEX 50 5C 94
Decimal 80 92 148
Binary 1010000 1011100 10010100
Octal 120 134 224

Shades and tints

Shades of #505C94

#505C94
(80,92,148)
#495487
(73,84,135)
#424C7A
(66,76,122)
#3B446D
(59,68,109)
#343C60
(52,60,96)
#2D3453
(45,52,83)
#262C46
(38,44,70)
#1F2439
(31,36,57)
#181C2C
(24,28,44)
#11141F
(17,20,31)
#0A0C12
(10,12,18)
#000000
(0,0,0)

Tints of #505C94

#505C94
(80,92,148)
#5F6A9D
(95,106,157)
#6E78A6
(110,120,166)
#7D86AF
(125,134,175)
#8C94B8
(140,148,184)
#9BA2C1
(155,162,193)
#AAB0CA
(170,176,202)
#B9BED3
(185,190,211)
#C8CCDC
(200,204,220)
#D7DAE5
(215,218,229)
#E6E8EE
(230,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505C94 color. Also use rgb(80,92,148) instead hex code.

Text Font Color

.myTextColor { color: #505C94; }

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

This text font color is #505C94.

Background Color

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

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

This div background color is #505C94.

Border color

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

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

This div border color is #505C94.

Opacity

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

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

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

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

This text has shadow with #505C94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #505C94.

Preview

Color preview on black background

This text has color #505C94 on black background.


Color preview on white background

This text has color #505C94 on white background.


Black color preview on #505C94 background

This text has black color on #505C94 background.


White color preview on #505C94 background

This text has white color on #505C94 background.


Related colors

Complementary color

Complementary color for #hex is #AFA36B.


I love getcolorcode.com

Triadic colors

1 #94505C and #5C9450 with #505C94 are triadic colors.

2 #945C50 and #5C5094 with #505C94 are triadic colors.