COLOR #57428F

HEX: #57428F
RGB: (87,66,143)

Color info

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

RGB color model

#57428F color RGB value is (87,66,143).

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

RGB channels and saturation

R 87 of 255 = 34%
G 66 of 255 = 26%
B 143 of 255 = 56%

87
66
143

R + G + B ~ 39%. #57428F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 66 + 143 = 296 (100%)
R 87 of 296 ~ 29.39%
G 66 of 296 ~ 22.3%
B 143 of 296 ~ 48.31%

%29.39
%22.3
%48.31

CMYK color model

#57428F color CMYK value is (39,54,0,44).

  • cyan value is 39.16%
  • magenta value is 53.85%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(39,54,0,44)
C39M54Y0K44 
(39%,54%,0%,44%)
(0.39/0.54/0.00/0.44)	

CMYK percentages

%39.16
%53.85
%0
%43.92

Codes

Color #57428F in popluar color models

57428F
RGB8766143
HSL256°36.84%40.98%
HSB/HSV256°53.85%56.08%
CMYK39.16%53.85%0.00%
43.92%

Color #57428F in popluar number systems.

HEX57428F
Decimal8766143
Binary1010111100001010001111
Octal127102217

Shades and tints

Shades of #57428F

#57428F
(87,66,143)
#503C82
(80,60,130)
#493675
(73,54,117)
#423068
(66,48,104)
#3B2A5B
(59,42,91)
#34244E
(52,36,78)
#2D1E41
(45,30,65)
#261834
(38,24,52)
#1F1227
(31,18,39)
#180C1A
(24,12,26)
#11060D
(17,6,13)
#000000
(0,0,0)

Tints of #57428F

#57428F
(87,66,143)
#665399
(102,83,153)
#7564A3
(117,100,163)
#8475AD
(132,117,173)
#9386B7
(147,134,183)
#A297C1
(162,151,193)
#B1A8CB
(177,168,203)
#C0B9D5
(192,185,213)
#CFCADF
(207,202,223)
#DEDBE9
(222,219,233)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57428F; }

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

This text font color is #57428F.


Background Color

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

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

This div background color is #57428F.


Border color

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

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

This div border color is #57428F.


Opacity

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

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

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

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

This text has shadow with #57428F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57428F on black background.


Color preview on white background

This text has color #57428F on white background.



Black color preview on #57428F background

This text has black color on #57428F background.


White color preview on #57428F background

This text has white color on #57428F background.