COLOR #505785

HEX: #505785
RGB: (80,87,133)

Color info

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

RGB color model

#505785 color RGB value is (80,87,133).

  • red value is 80;
  • green value is 87;
  • blue value is 133.
RGB:
(80,87,133)
(31%,34%,52%)

RGB channels and saturation

R 80 of 255 = 31%
G 87 of 255 = 34%
B 133 of 255 = 52%

80
87
133

R + G + B ~ 39%. #505785 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 87 + 133 = 300 (100%)
R 80 of 300 ~ 26.67%
G 87 of 300 ~ 29%
B 133 of 300 ~ 44.33%

%26.67
%29
%44.33

CMYK color model

#505785 color CMYK value is (40,35,0,48).

  • cyan value is 39.85%
  • magenta value is 34.59%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(40,35,0,48)
C40M35Y0K48 
(40%,35%,0%,48%)
(0.40/0.35/0.00/0.48)	

CMYK percentages

%39.85
%34.59
%0
%47.84

Codes

Color #505785 in popluar color models

505785
RGB8087133
HSL232°24.88%41.76%
HSB/HSV232°39.85%52.16%
CMYK39.85%34.59%0.00%
47.84%

Color #505785 in popluar number systems.

HEX505785
Decimal8087133
Binary1010000101011110000101
Octal120127205

Shades and tints

Shades of #505785

#505785
(80,87,133)
#495079
(73,80,121)
#42496D
(66,73,109)
#3B4261
(59,66,97)
#343B55
(52,59,85)
#2D3449
(45,52,73)
#262D3D
(38,45,61)
#1F2631
(31,38,49)
#181F25
(24,31,37)
#111819
(17,24,25)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #505785

#505785
(80,87,133)
#5F6690
(95,102,144)
#6E759B
(110,117,155)
#7D84A6
(125,132,166)
#8C93B1
(140,147,177)
#9BA2BC
(155,162,188)
#AAB1C7
(170,177,199)
#B9C0D2
(185,192,210)
#C8CFDD
(200,207,221)
#D7DEE8
(215,222,232)
#E6EDF3
(230,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505785 color. Also use rgb(80,87,133) instead hex code.

Text Font Color

.myTextColor { color: #505785; }

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

This text font color is #505785.


Background Color

.myBgColor { background-color: #505785; }

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

This div background color is #505785.


Border color

.myBorderColor { border: 1px solid #505785; }

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

This div border color is #505785.


Opacity

.myOpacity80 { color: #505785; opacity: 0.8; }

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

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

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

This text has shadow with #505785 color.

.textShadow {text-shadow: 3px 3px 1px #505785, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #505785;
-webkit-box-shadow: 1px 1px 3px 2px #505785;
box-shadow:1px 1px 3px 2px #505785;">
Div content here</div>
This div box has shadow with color #505785.

Preview

Color preview on black background

This text has color #505785 on black background.


Color preview on white background

This text has color #505785 on white background.



Black color preview on #505785 background

This text has black color on #505785 background.


White color preview on #505785 background

This text has white color on #505785 background.