COLOR #57428E

HEX: #57428E
RGB: (87,66,142)

Color info

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

RGB color model

#57428E color RGB value is (87,66,142).

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

RGB channels and saturation

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

87
66
142

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

Portions of RGB colors in percentages

R + G + B =
87 + 66 + 142 = 295 (100%)
R 87 of 295 ~ 29.49%
G 66 of 295 ~ 22.37%
B 142 of 295 ~ 48.14%

%29.49
%22.37
%48.14

CMYK color model

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

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

CMYK percentages

%38.73
%53.52
%0
%44.31

Codes

Color #57428E in popluar color models

57428E
RGB8766142
HSL257°36.54%40.78%
HSB/HSV257°53.52%55.69%
CMYK38.73%53.52%0.00%
44.31%

Color #57428E in popluar number systems.

HEX57428E
Decimal8766142
Binary1010111100001010001110
Octal127102216

Shades and tints

Shades of #57428E

#57428E
(87,66,142)
#503C82
(80,60,130)
#493676
(73,54,118)
#42306A
(66,48,106)
#3B2A5E
(59,42,94)
#342452
(52,36,82)
#2D1E46
(45,30,70)
#26183A
(38,24,58)
#1F122E
(31,18,46)
#180C22
(24,12,34)
#110616
(17,6,22)
#000000
(0,0,0)

Tints of #57428E

#57428E
(87,66,142)
#665398
(102,83,152)
#7564A2
(117,100,162)
#8475AC
(132,117,172)
#9386B6
(147,134,182)
#A297C0
(162,151,192)
#B1A8CA
(177,168,202)
#C0B9D4
(192,185,212)
#CFCADE
(207,202,222)
#DEDBE8
(222,219,232)
#EDECF2
(237,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57428E; }

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

This text font color is #57428E.


Background Color

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

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

This div background color is #57428E.


Border color

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

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

This div border color is #57428E.


Opacity

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

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

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

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

This text has shadow with #57428E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57428E on black background.


Color preview on white background

This text has color #57428E on white background.



Black color preview on #57428E background

This text has black color on #57428E background.


White color preview on #57428E background

This text has white color on #57428E background.