COLOR #505E87

HEX: #505E87 RGB: (80,94,135)

Color info

#505E87 contains red, green and blue colors in about the same proportion. Web safe color of #505E87 is #666699 (or #669).

RGB color model

#505E87 color RGB value is (80,94,135).

RGB: (80,94,135) (31%, 37%, 53%)

RGB channels and saturation

R 80 of 255 = 31%
G 94 of 255 = 37%
B 135 of 255 = 53%

80
94
135

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

Portions of RGB colors in percentages

R + G + B = 80 + 94 + 135 = 309 (100%)
R 80 of 309 ~ 25.89%
G 94 of 309 ~ 30.42%
B 135 of 309 ~ 43.69'%

%25.89
%30.42
%43.69

CMYK color model

#505E87 color CMYK value is (41,30,0,47).

  • cyan value is 40.74%
  • magenta value is 30.37%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (41,30,0,47)
C41M30Y0K47 (41%, 30%, 0%, 47%)
(0.41 / 0.30 / 0.00 / 0.47)

CMYK percentages

%40.74
%30.37
%0
%47.06

Codes

Color #505E87 in popluar color models

50 5E 87
RGB 80 94 135
HSL 225° 25.58% 42.16%
HSB/HSV 225° 40.74% 52.94%
CMYK 40.74% 30.37% 0.00%
47.06%

Color #505E87 in popluar number systems.

HEX 50 5E 87
Decimal 80 94 135
Binary 1010000 1011110 10000111
Octal 120 136 207

Shades and tints

Shades of #505E87

#505E87
(80,94,135)
#49567B
(73,86,123)
#424E6F
(66,78,111)
#3B4663
(59,70,99)
#343E57
(52,62,87)
#2D364B
(45,54,75)
#262E3F
(38,46,63)
#1F2633
(31,38,51)
#181E27
(24,30,39)
#11161B
(17,22,27)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #505E87

#505E87
(80,94,135)
#5F6C91
(95,108,145)
#6E7A9B
(110,122,155)
#7D88A5
(125,136,165)
#8C96AF
(140,150,175)
#9BA4B9
(155,164,185)
#AAB2C3
(170,178,195)
#B9C0CD
(185,192,205)
#C8CED7
(200,206,215)
#D7DCE1
(215,220,225)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505E87 color. Also use rgb(80,94,135) instead hex code.

Text Font Color

.myTextColor { color: #505E87; }

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

This text font color is #505E87.

Background Color

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

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

This div background color is #505E87.

Border color

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

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

This div border color is #505E87.

Opacity

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

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

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

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

This text has shadow with #505E87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #505E87.

Preview

Color preview on black background

This text has color #505E87 on black background.


Color preview on white background

This text has color #505E87 on white background.


Black color preview on #505E87 background

This text has black color on #505E87 background.


White color preview on #505E87 background

This text has white color on #505E87 background.


Related colors

Complementary color

Complementary color for #hex is #AFA178.


I love getcolorcode.com

Triadic colors

1 #87505E and #5E8750 with #505E87 are triadic colors.

2 #875E50 and #5E5087 with #505E87 are triadic colors.