COLOR #505682

HEX: #505682
RGB: (80,86,130)

Color info

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

RGB color model

#505682 color RGB value is (80,86,130).

  • red value is 80;
  • green value is 86;
  • blue value is 130.
RGB:
(80,86,130)
(31%,34%,51%)

RGB channels and saturation

R 80 of 255 = 31%
G 86 of 255 = 34%
B 130 of 255 = 51%

80
86
130

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

Portions of RGB colors in percentages

R + G + B =
80 + 86 + 130 = 296 (100%)
R 80 of 296 ~ 27.03%
G 86 of 296 ~ 29.05%
B 130 of 296 ~ 43.92%

%27.03
%29.05
%43.92

CMYK color model

#505682 color CMYK value is (38,34,0,49).

  • cyan value is 38.46%
  • magenta value is 33.85%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(38,34,0,49)
C38M34Y0K49 
(38%,34%,0%,49%)
(0.38/0.34/0.00/0.49)	

CMYK percentages

%38.46
%33.85
%0
%49.02

Codes

Color #505682 in popluar color models

505682
RGB8086130
HSL233°23.81%41.18%
HSB/HSV233°38.46%50.98%
CMYK38.46%33.85%0.00%
49.02%

Color #505682 in popluar number systems.

HEX505682
Decimal8086130
Binary1010000101011010000010
Octal120126202

Shades and tints

Shades of #505682

#505682
(80,86,130)
#494F77
(73,79,119)
#42486C
(66,72,108)
#3B4161
(59,65,97)
#343A56
(52,58,86)
#2D334B
(45,51,75)
#262C40
(38,44,64)
#1F2535
(31,37,53)
#181E2A
(24,30,42)
#11171F
(17,23,31)
#0A1014
(10,16,20)
#000000
(0,0,0)

Tints of #505682

#505682
(80,86,130)
#5F658D
(95,101,141)
#6E7498
(110,116,152)
#7D83A3
(125,131,163)
#8C92AE
(140,146,174)
#9BA1B9
(155,161,185)
#AAB0C4
(170,176,196)
#B9BFCF
(185,191,207)
#C8CEDA
(200,206,218)
#D7DDE5
(215,221,229)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505682 color. Also use rgb(80,86,130) instead hex code.

Text Font Color

.myTextColor { color: #505682; }

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

This text font color is #505682.


Background Color

.myBgColor { background-color: #505682; }

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

This div background color is #505682.


Border color

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

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

This div border color is #505682.


Opacity

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

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

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

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

This text has shadow with #505682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505682 on black background.


Color preview on white background

This text has color #505682 on white background.



Black color preview on #505682 background

This text has black color on #505682 background.


White color preview on #505682 background

This text has white color on #505682 background.