COLOR #504188

HEX: #504188
RGB: (80,65,136)

Color info

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

RGB color model

#504188 color RGB value is (80,65,136).

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

RGB channels and saturation

R 80 of 255 = 31%
G 65 of 255 = 25%
B 136 of 255 = 53%

80
65
136

R + G + B ~ 36%. #504188 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 65 + 136 = 281 (100%)
R 80 of 281 ~ 28.47%
G 65 of 281 ~ 23.13%
B 136 of 281 ~ 48.4%

%28.47
%23.13
%48.4

CMYK color model

#504188 color CMYK value is (41,52,0,47).

  • cyan value is 41.18%
  • magenta value is 52.21%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(41,52,0,47)
C41M52Y0K47 
(41%,52%,0%,47%)
(0.41/0.52/0.00/0.47)	

CMYK percentages

%41.18
%52.21
%0
%46.67

Codes

Color #504188 in popluar color models

504188
RGB8065136
HSL253°35.32%39.41%
HSB/HSV253°52.21%53.33%
CMYK41.18%52.21%0.00%
46.67%

Color #504188 in popluar number systems.

HEX504188
Decimal8065136
Binary1010000100000110001000
Octal120101210

Shades and tints

Shades of #504188

#504188
(80,65,136)
#493C7C
(73,60,124)
#423770
(66,55,112)
#3B3264
(59,50,100)
#342D58
(52,45,88)
#2D284C
(45,40,76)
#262340
(38,35,64)
#1F1E34
(31,30,52)
#181928
(24,25,40)
#11141C
(17,20,28)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #504188

#504188
(80,65,136)
#5F5292
(95,82,146)
#6E639C
(110,99,156)
#7D74A6
(125,116,166)
#8C85B0
(140,133,176)
#9B96BA
(155,150,186)
#AAA7C4
(170,167,196)
#B9B8CE
(185,184,206)
#C8C9D8
(200,201,216)
#D7DAE2
(215,218,226)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504188; }

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

This text font color is #504188.


Background Color

.myBgColor { background-color: #504188; }

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

This div background color is #504188.


Border color

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

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

This div border color is #504188.


Opacity

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

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

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

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

This text has shadow with #504188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504188 on black background.


Color preview on white background

This text has color #504188 on white background.



Black color preview on #504188 background

This text has black color on #504188 background.


White color preview on #504188 background

This text has white color on #504188 background.