COLOR #504885

HEX: #504885
RGB: (80,72,133)

Color info

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

RGB color model

#504885 color RGB value is (80,72,133).

  • red value is 80;
  • green value is 72;
  • blue value is 133.
RGB:
(80,72,133)
(31%,28%,52%)

RGB channels and saturation

R 80 of 255 = 31%
G 72 of 255 = 28%
B 133 of 255 = 52%

80
72
133

R + G + B ~ 37%. #504885 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 72 + 133 = 285 (100%)
R 80 of 285 ~ 28.07%
G 72 of 285 ~ 25.26%
B 133 of 285 ~ 46.67%

%28.07
%25.26
%46.67

CMYK color model

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

  • cyan value is 39.85%
  • magenta value is 45.86%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(40,46,0,48)
C40M46Y0K48 
(40%,46%,0%,48%)
(0.40/0.46/0.00/0.48)	

CMYK percentages

%39.85
%45.86
%0
%47.84

Codes

Color #504885 in popluar color models

504885
RGB8072133
HSL248°29.76%40.20%
HSB/HSV248°45.86%52.16%
CMYK39.85%45.86%0.00%
47.84%

Color #504885 in popluar number systems.

HEX504885
Decimal8072133
Binary1010000100100010000101
Octal120110205

Shades and tints

Shades of #504885

#504885
(80,72,133)
#494279
(73,66,121)
#423C6D
(66,60,109)
#3B3661
(59,54,97)
#343055
(52,48,85)
#2D2A49
(45,42,73)
#26243D
(38,36,61)
#1F1E31
(31,30,49)
#181825
(24,24,37)
#111219
(17,18,25)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #504885

#504885
(80,72,133)
#5F5890
(95,88,144)
#6E689B
(110,104,155)
#7D78A6
(125,120,166)
#8C88B1
(140,136,177)
#9B98BC
(155,152,188)
#AAA8C7
(170,168,199)
#B9B8D2
(185,184,210)
#C8C8DD
(200,200,221)
#D7D8E8
(215,216,232)
#E6E8F3
(230,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504885 color. Also use rgb(80,72,133) instead hex code.

Text Font Color

.myTextColor { color: #504885; }

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

This text font color is #504885.


Background Color

.myBgColor { background-color: #504885; }

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

This div background color is #504885.


Border color

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

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

This div border color is #504885.


Opacity

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

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

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

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

This text has shadow with #504885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504885 on black background.


Color preview on white background

This text has color #504885 on white background.



Black color preview on #504885 background

This text has black color on #504885 background.


White color preview on #504885 background

This text has white color on #504885 background.