COLOR #52428F

HEX: #52428F
RGB: (82,66,143)

Color info

#52428F contains mainly blue color. Web safe color of #52428F is #663399 (or #639).

RGB color model

#52428F color RGB value is (82,66,143).

  • red value is 82;
  • green value is 66;
  • blue value is 143.
RGB:
(82,66,143)
(32%,26%,56%)

RGB channels and saturation

R 82 of 255 = 32%
G 66 of 255 = 26%
B 143 of 255 = 56%

82
66
143

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

Portions of RGB colors in percentages

R + G + B =
82 + 66 + 143 = 291 (100%)
R 82 of 291 ~ 28.18%
G 66 of 291 ~ 22.68%
B 143 of 291 ~ 49.14%

%28.18
%22.68
%49.14

CMYK color model

#52428F color CMYK value is (43,54,0,44).

  • cyan value is 42.66%
  • magenta value is 53.85%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(43,54,0,44)
C43M54Y0K44 
(43%,54%,0%,44%)
(0.43/0.54/0.00/0.44)	

CMYK percentages

%42.66
%53.85
%0
%43.92

Codes

Color #52428F in popluar color models

52428F
RGB8266143
HSL252°36.84%40.98%
HSB/HSV252°53.85%56.08%
CMYK42.66%53.85%0.00%
43.92%

Color #52428F in popluar number systems.

HEX52428F
Decimal8266143
Binary1010010100001010001111
Octal122102217

Shades and tints

Shades of #52428F

#52428F
(82,66,143)
#4B3C82
(75,60,130)
#443675
(68,54,117)
#3D3068
(61,48,104)
#362A5B
(54,42,91)
#2F244E
(47,36,78)
#281E41
(40,30,65)
#211834
(33,24,52)
#1A1227
(26,18,39)
#130C1A
(19,12,26)
#0C060D
(12,6,13)
#000000
(0,0,0)

Tints of #52428F

#52428F
(82,66,143)
#615399
(97,83,153)
#7064A3
(112,100,163)
#7F75AD
(127,117,173)
#8E86B7
(142,134,183)
#9D97C1
(157,151,193)
#ACA8CB
(172,168,203)
#BBB9D5
(187,185,213)
#CACADF
(202,202,223)
#D9DBE9
(217,219,233)
#E8ECF3
(232,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52428F color. Also use rgb(82,66,143) instead hex code.

Text Font Color

.myTextColor { color: #52428F; }

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

This text font color is #52428F.


Background Color

.myBgColor { background-color: #52428F; }

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

This div background color is #52428F.


Border color

.myBorderColor { border: 1px solid #52428F; }

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

This div border color is #52428F.


Opacity

.myOpacity80 { color: #52428F; opacity: 0.8; }

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

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

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

This text has shadow with #52428F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52428F on black background.


Color preview on white background

This text has color #52428F on white background.



Black color preview on #52428F background

This text has black color on #52428F background.


White color preview on #52428F background

This text has white color on #52428F background.