COLOR #505999

HEX: #505999
RGB: (80,89,153)

Color info

#505999 contains mainly blue color. Web safe color of #505999 is #666699 (or #669).

RGB color model

#505999 color RGB value is (80,89,153).

  • red value is 80;
  • green value is 89;
  • blue value is 153.
RGB:
(80,89,153)
(31%,35%,60%)

RGB channels and saturation

R 80 of 255 = 31%
G 89 of 255 = 35%
B 153 of 255 = 60%

80
89
153

R + G + B ~ 42%. #505999 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 89 + 153 = 322 (100%)
R 80 of 322 ~ 24.84%
G 89 of 322 ~ 27.64%
B 153 of 322 ~ 47.52%

%24.84
%27.64
%47.52

CMYK color model

#505999 color CMYK value is (48,42,0,40).

  • cyan value is 47.71%
  • magenta value is 41.83%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(48,42,0,40)
C48M42Y0K40 
(48%,42%,0%,40%)
(0.48/0.42/0.00/0.40)	

CMYK percentages

%47.71
%41.83
%0
%40

Codes

Color #505999 in popluar color models

505999
RGB8089153
HSL233°31.33%45.69%
HSB/HSV233°47.71%60.00%
CMYK47.71%41.83%0.00%
40.00%

Color #505999 in popluar number systems.

HEX505999
Decimal8089153
Binary1010000101100110011001
Octal120131231

Shades and tints

Shades of #505999

#505999
(80,89,153)
#49518C
(73,81,140)
#42497F
(66,73,127)
#3B4172
(59,65,114)
#343965
(52,57,101)
#2D3158
(45,49,88)
#26294B
(38,41,75)
#1F213E
(31,33,62)
#181931
(24,25,49)
#111124
(17,17,36)
#0A0917
(10,9,23)
#000000
(0,0,0)

Tints of #505999

#505999
(80,89,153)
#5F68A2
(95,104,162)
#6E77AB
(110,119,171)
#7D86B4
(125,134,180)
#8C95BD
(140,149,189)
#9BA4C6
(155,164,198)
#AAB3CF
(170,179,207)
#B9C2D8
(185,194,216)
#C8D1E1
(200,209,225)
#D7E0EA
(215,224,234)
#E6EFF3
(230,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505999 color. Also use rgb(80,89,153) instead hex code.

Text Font Color

.myTextColor { color: #505999; }

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

This text font color is #505999.


Background Color

.myBgColor { background-color: #505999; }

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

This div background color is #505999.


Border color

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

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

This div border color is #505999.


Opacity

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

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

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

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

This text has shadow with #505999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505999 on black background.


Color preview on white background

This text has color #505999 on white background.



Black color preview on #505999 background

This text has black color on #505999 background.


White color preview on #505999 background

This text has white color on #505999 background.