COLOR #504988

HEX: #504988
RGB: (80,73,136)

Color info

#504988 contains mainly red and blue colors. Web safe color of #504988 is #663399 (or #639).

RGB color model

#504988 color RGB value is (80,73,136).

  • red value is 80;
  • green value is 73;
  • blue value is 136.
RGB:
(80,73,136)
(31%,29%,53%)

RGB channels and saturation

R 80 of 255 = 31%
G 73 of 255 = 29%
B 136 of 255 = 53%

80
73
136

R + G + B ~ 38%. #504988 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 73 + 136 = 289 (100%)
R 80 of 289 ~ 27.68%
G 73 of 289 ~ 25.26%
B 136 of 289 ~ 47.06%

%27.68
%25.26
%47.06

CMYK color model

#504988 color CMYK value is (41,46,0,47).

  • cyan value is 41.18%
  • magenta value is 46.32%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(41,46,0,47)
C41M46Y0K47 
(41%,46%,0%,47%)
(0.41/0.46/0.00/0.47)	

CMYK percentages

%41.18
%46.32
%0
%46.67

Codes

Color #504988 in popluar color models

504988
RGB8073136
HSL247°30.14%40.98%
HSB/HSV247°46.32%53.33%
CMYK41.18%46.32%0.00%
46.67%

Color #504988 in popluar number systems.

HEX504988
Decimal8073136
Binary1010000100100110001000
Octal120111210

Shades and tints

Shades of #504988

#504988
(80,73,136)
#49437C
(73,67,124)
#423D70
(66,61,112)
#3B3764
(59,55,100)
#343158
(52,49,88)
#2D2B4C
(45,43,76)
#262540
(38,37,64)
#1F1F34
(31,31,52)
#181928
(24,25,40)
#11131C
(17,19,28)
#0A0D10
(10,13,16)
#000000
(0,0,0)

Tints of #504988

#504988
(80,73,136)
#5F5992
(95,89,146)
#6E699C
(110,105,156)
#7D79A6
(125,121,166)
#8C89B0
(140,137,176)
#9B99BA
(155,153,186)
#AAA9C4
(170,169,196)
#B9B9CE
(185,185,206)
#C8C9D8
(200,201,216)
#D7D9E2
(215,217,226)
#E6E9EC
(230,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504988 color. Also use rgb(80,73,136) instead hex code.

Text Font Color

.myTextColor { color: #504988; }

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

This text font color is #504988.


Background Color

.myBgColor { background-color: #504988; }

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

This div background color is #504988.


Border color

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

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

This div border color is #504988.


Opacity

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

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

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

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

This text has shadow with #504988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504988 on black background.


Color preview on white background

This text has color #504988 on white background.



Black color preview on #504988 background

This text has black color on #504988 background.


White color preview on #504988 background

This text has white color on #504988 background.