COLOR #505299

HEX: #505299 RGB: (80,82,153)

Color info

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

RGB color model

#505299 color RGB value is (80,82,153).

RGB: (80,82,153) (31%, 32%, 60%)

RGB channels and saturation

R 80 of 255 = 31%
G 82 of 255 = 32%
B 153 of 255 = 60%

80
82
153

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

Portions of RGB colors in percentages

R + G + B = 80 + 82 + 153 = 315 (100%)
R 80 of 315 ~ 25.4%
G 82 of 315 ~ 26.03%
B 153 of 315 ~ 48.57'%

%25.4
%26.03
%48.57

CMYK color model

#505299 color CMYK value is (48,46,0,40).

  • cyan value is 47.71%
  • magenta value is 46.41%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (48,46,0,40)
C48M46Y0K40 (48%, 46%, 0%, 40%)
(0.48 / 0.46 / 0.00 / 0.40)

CMYK percentages

%47.71
%46.41
%0
%40

Codes

Color #505299 in popluar color models

50 52 99
RGB 80 82 153
HSL 238° 31.33% 45.69%
HSB/HSV 238° 47.71% 60.00%
CMYK 47.71% 46.41% 0.00%
40.00%

Color #505299 in popluar number systems.

HEX 50 52 99
Decimal 80 82 153
Binary 1010000 1010010 10011001
Octal 120 122 231

Shades and tints

Shades of #505299

#505299
(80,82,153)
#494B8C
(73,75,140)
#42447F
(66,68,127)
#3B3D72
(59,61,114)
#343665
(52,54,101)
#2D2F58
(45,47,88)
#26284B
(38,40,75)
#1F213E
(31,33,62)
#181A31
(24,26,49)
#111324
(17,19,36)
#0A0C17
(10,12,23)
#000000
(0,0,0)

Tints of #505299

#505299
(80,82,153)
#5F61A2
(95,97,162)
#6E70AB
(110,112,171)
#7D7FB4
(125,127,180)
#8C8EBD
(140,142,189)
#9B9DC6
(155,157,198)
#AAACCF
(170,172,207)
#B9BBD8
(185,187,216)
#C8CAE1
(200,202,225)
#D7D9EA
(215,217,234)
#E6E8F3
(230,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505299; }

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

This text font color is #505299.

Background Color

.myBgColor { background-color: #505299; }

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

This div background color is #505299.

Border color

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

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

This div border color is #505299.

Opacity

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

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

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

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

This text has shadow with #505299 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #505299.

Preview

Color preview on black background

This text has color #505299 on black background.


Color preview on white background

This text has color #505299 on white background.


Black color preview on #505299 background

This text has black color on #505299 background.


White color preview on #505299 background

This text has white color on #505299 background.


Related colors

Complementary color

Complementary color for #hex is #AFAD66.


I love getcolorcode.com

Triadic colors

1 #995052 and #529950 with #505299 are triadic colors.

2 #995250 and #525099 with #505299 are triadic colors.