COLOR #504FAE

HEX: #504FAE
RGB: (80,79,174)

Color info

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

RGB color model

#504FAE color RGB value is (80,79,174).

  • red value is 80;
  • green value is 79;
  • blue value is 174.
RGB:
(80,79,174)
(31%,31%,68%)

RGB channels and saturation

R 80 of 255 = 31%
G 79 of 255 = 31%
B 174 of 255 = 68%

80
79
174

R + G + B ~ 43%. #504FAE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 79 + 174 = 333 (100%)
R 80 of 333 ~ 24.02%
G 79 of 333 ~ 23.72%
B 174 of 333 ~ 52.25%

%24.02
%23.72
%52.25

CMYK color model

#504FAE color CMYK value is (54,55,0,32).

  • cyan value is 54.02%
  • magenta value is 54.60%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(54,55,0,32)
C54M55Y0K32 
(54%,55%,0%,32%)
(0.54/0.55/0.00/0.32)	

CMYK percentages

%54.02
%54.6
%0
%31.76

Codes

Color #504FAE in popluar color models

504FAE
RGB8079174
HSL241°37.55%49.61%
HSB/HSV241°54.60%68.24%
CMYK54.02%54.60%0.00%
31.76%

Color #504FAE in popluar number systems.

HEX504FAE
Decimal8079174
Binary1010000100111110101110
Octal120117256

Shades and tints

Shades of #504FAE

#504FAE
(80,79,174)
#49489F
(73,72,159)
#424190
(66,65,144)
#3B3A81
(59,58,129)
#343372
(52,51,114)
#2D2C63
(45,44,99)
#262554
(38,37,84)
#1F1E45
(31,30,69)
#181736
(24,23,54)
#111027
(17,16,39)
#0A0918
(10,9,24)
#000000
(0,0,0)

Tints of #504FAE

#504FAE
(80,79,174)
#5F5FB5
(95,95,181)
#6E6FBC
(110,111,188)
#7D7FC3
(125,127,195)
#8C8FCA
(140,143,202)
#9B9FD1
(155,159,209)
#AAAFD8
(170,175,216)
#B9BFDF
(185,191,223)
#C8CFE6
(200,207,230)
#D7DFED
(215,223,237)
#E6EFF4
(230,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504FAE color. Also use rgb(80,79,174) instead hex code.

Text Font Color

.myTextColor { color: #504FAE; }

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

This text font color is #504FAE.


Background Color

.myBgColor { background-color: #504FAE; }

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

This div background color is #504FAE.


Border color

.myBorderColor { border: 1px solid #504FAE; }

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

This div border color is #504FAE.


Opacity

.myOpacity80 { color: #504FAE; opacity: 0.8; }

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

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

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

This text has shadow with #504FAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504FAE on black background.


Color preview on white background

This text has color #504FAE on white background.



Black color preview on #504FAE background

This text has black color on #504FAE background.


White color preview on #504FAE background

This text has white color on #504FAE background.