COLOR #505A86

HEX: #505A86
RGB: (80,90,134)

Color info

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

RGB color model

#505A86 color RGB value is (80,90,134).

  • red value is 80;
  • green value is 90;
  • blue value is 134.
RGB:
(80,90,134)
(31%,35%,53%)

RGB channels and saturation

R 80 of 255 = 31%
G 90 of 255 = 35%
B 134 of 255 = 53%

80
90
134

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

Portions of RGB colors in percentages

R + G + B =
80 + 90 + 134 = 304 (100%)
R 80 of 304 ~ 26.32%
G 90 of 304 ~ 29.61%
B 134 of 304 ~ 44.08%

%26.32
%29.61
%44.08

CMYK color model

#505A86 color CMYK value is (40,33,0,47).

  • cyan value is 40.30%
  • magenta value is 32.84%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(40,33,0,47)
C40M33Y0K47 
(40%,33%,0%,47%)
(0.40/0.33/0.00/0.47)	

CMYK percentages

%40.3
%32.84
%0
%47.45

Codes

Color #505A86 in popluar color models

505A86
RGB8090134
HSL229°25.23%41.96%
HSB/HSV229°40.30%52.55%
CMYK40.30%32.84%0.00%
47.45%

Color #505A86 in popluar number systems.

HEX505A86
Decimal8090134
Binary1010000101101010000110
Octal120132206

Shades and tints

Shades of #505A86

#505A86
(80,90,134)
#49527A
(73,82,122)
#424A6E
(66,74,110)
#3B4262
(59,66,98)
#343A56
(52,58,86)
#2D324A
(45,50,74)
#262A3E
(38,42,62)
#1F2232
(31,34,50)
#181A26
(24,26,38)
#11121A
(17,18,26)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #505A86

#505A86
(80,90,134)
#5F6991
(95,105,145)
#6E789C
(110,120,156)
#7D87A7
(125,135,167)
#8C96B2
(140,150,178)
#9BA5BD
(155,165,189)
#AAB4C8
(170,180,200)
#B9C3D3
(185,195,211)
#C8D2DE
(200,210,222)
#D7E1E9
(215,225,233)
#E6F0F4
(230,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505A86 color. Also use rgb(80,90,134) instead hex code.

Text Font Color

.myTextColor { color: #505A86; }

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

This text font color is #505A86.


Background Color

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

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

This div background color is #505A86.


Border color

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

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

This div border color is #505A86.


Opacity

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

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

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

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

This text has shadow with #505A86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505A86 on black background.


Color preview on white background

This text has color #505A86 on white background.



Black color preview on #505A86 background

This text has black color on #505A86 background.


White color preview on #505A86 background

This text has white color on #505A86 background.