COLOR #5042B4

HEX: #5042B4
RGB: (80,66,180)

Color info

#5042B4 contains mainly blue color. Web safe color of #5042B4 is #6633CC (or #63C).

RGB color model

#5042B4 color RGB value is (80,66,180).

  • red value is 80;
  • green value is 66;
  • blue value is 180.
RGB:
(80,66,180)
(31%,26%,71%)

RGB channels and saturation

R 80 of 255 = 31%
G 66 of 255 = 26%
B 180 of 255 = 71%

80
66
180

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

Portions of RGB colors in percentages

R + G + B =
80 + 66 + 180 = 326 (100%)
R 80 of 326 ~ 24.54%
G 66 of 326 ~ 20.25%
B 180 of 326 ~ 55.21%

%24.54
%20.25
%55.21

CMYK color model

#5042B4 color CMYK value is (56,63,0,29).

  • cyan value is 55.56%
  • magenta value is 63.33%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(56,63,0,29)
C56M63Y0K29 
(56%,63%,0%,29%)
(0.56/0.63/0.00/0.29)	

CMYK percentages

%55.56
%63.33
%0
%29.41

Codes

Color #5042B4 in popluar color models

5042B4
RGB8066180
HSL247°46.34%48.24%
HSB/HSV247°63.33%70.59%
CMYK55.56%63.33%0.00%
29.41%

Color #5042B4 in popluar number systems.

HEX5042B4
Decimal8066180
Binary1010000100001010110100
Octal120102264

Shades and tints

Shades of #5042B4

#5042B4
(80,66,180)
#493CA4
(73,60,164)
#423694
(66,54,148)
#3B3084
(59,48,132)
#342A74
(52,42,116)
#2D2464
(45,36,100)
#261E54
(38,30,84)
#1F1844
(31,24,68)
#181234
(24,18,52)
#110C24
(17,12,36)
#0A0614
(10,6,20)
#000000
(0,0,0)

Tints of #5042B4

#5042B4
(80,66,180)
#5F53BA
(95,83,186)
#6E64C0
(110,100,192)
#7D75C6
(125,117,198)
#8C86CC
(140,134,204)
#9B97D2
(155,151,210)
#AAA8D8
(170,168,216)
#B9B9DE
(185,185,222)
#C8CAE4
(200,202,228)
#D7DBEA
(215,219,234)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5042B4 color. Also use rgb(80,66,180) instead hex code.

Text Font Color

.myTextColor { color: #5042B4; }

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

This text font color is #5042B4.


Background Color

.myBgColor { background-color: #5042B4; }

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

This div background color is #5042B4.


Border color

.myBorderColor { border: 1px solid #5042B4; }

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

This div border color is #5042B4.


Opacity

.myOpacity80 { color: #5042B4; opacity: 0.8; }

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

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

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

This text has shadow with #5042B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5042B4 on black background.


Color preview on white background

This text has color #5042B4 on white background.



Black color preview on #5042B4 background

This text has black color on #5042B4 background.


White color preview on #5042B4 background

This text has white color on #5042B4 background.