COLOR #505884

HEX: #505884
RGB: (80,88,132)

Color info

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

RGB color model

#505884 color RGB value is (80,88,132).

  • red value is 80;
  • green value is 88;
  • blue value is 132.
RGB:
(80,88,132)
(31%,35%,52%)

RGB channels and saturation

R 80 of 255 = 31%
G 88 of 255 = 35%
B 132 of 255 = 52%

80
88
132

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

Portions of RGB colors in percentages

R + G + B =
80 + 88 + 132 = 300 (100%)
R 80 of 300 ~ 26.67%
G 88 of 300 ~ 29.33%
B 132 of 300 ~ 44%

%26.67
%29.33
%44

CMYK color model

#505884 color CMYK value is (39,33,0,48).

  • cyan value is 39.39%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(39,33,0,48)
C39M33Y0K48 
(39%,33%,0%,48%)
(0.39/0.33/0.00/0.48)	

CMYK percentages

%39.39
%33.33
%0
%48.24

Codes

Color #505884 in popluar color models

505884
RGB8088132
HSL231°24.53%41.57%
HSB/HSV231°39.39%51.76%
CMYK39.39%33.33%0.00%
48.24%

Color #505884 in popluar number systems.

HEX505884
Decimal8088132
Binary1010000101100010000100
Octal120130204

Shades and tints

Shades of #505884

#505884
(80,88,132)
#495078
(73,80,120)
#42486C
(66,72,108)
#3B4060
(59,64,96)
#343854
(52,56,84)
#2D3048
(45,48,72)
#26283C
(38,40,60)
#1F2030
(31,32,48)
#181824
(24,24,36)
#111018
(17,16,24)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #505884

#505884
(80,88,132)
#5F678F
(95,103,143)
#6E769A
(110,118,154)
#7D85A5
(125,133,165)
#8C94B0
(140,148,176)
#9BA3BB
(155,163,187)
#AAB2C6
(170,178,198)
#B9C1D1
(185,193,209)
#C8D0DC
(200,208,220)
#D7DFE7
(215,223,231)
#E6EEF2
(230,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505884 color. Also use rgb(80,88,132) instead hex code.

Text Font Color

.myTextColor { color: #505884; }

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

This text font color is #505884.


Background Color

.myBgColor { background-color: #505884; }

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

This div background color is #505884.


Border color

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

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

This div border color is #505884.


Opacity

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

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

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

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

This text has shadow with #505884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505884 on black background.


Color preview on white background

This text has color #505884 on white background.



Black color preview on #505884 background

This text has black color on #505884 background.


White color preview on #505884 background

This text has white color on #505884 background.