COLOR #574A91

HEX: #574A91
RGB: (87,74,145)

Color info

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

RGB color model

#574A91 color RGB value is (87,74,145).

  • red value is 87;
  • green value is 74;
  • blue value is 145.
RGB:
(87,74,145)
(34%,29%,57%)

RGB channels and saturation

R 87 of 255 = 34%
G 74 of 255 = 29%
B 145 of 255 = 57%

87
74
145

R + G + B ~ 40%. #574A91 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 74 + 145 = 306 (100%)
R 87 of 306 ~ 28.43%
G 74 of 306 ~ 24.18%
B 145 of 306 ~ 47.39%

%28.43
%24.18
%47.39

CMYK color model

#574A91 color CMYK value is (40,49,0,43).

  • cyan value is 40.00%
  • magenta value is 48.97%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(40,49,0,43)
C40M49Y0K43 
(40%,49%,0%,43%)
(0.40/0.49/0.00/0.43)	

CMYK percentages

%40
%48.97
%0
%43.14

Codes

Color #574A91 in popluar color models

574A91
RGB8774145
HSL251°32.42%42.94%
HSB/HSV251°48.97%56.86%
CMYK40.00%48.97%0.00%
43.14%

Color #574A91 in popluar number systems.

HEX574A91
Decimal8774145
Binary1010111100101010010001
Octal127112221

Shades and tints

Shades of #574A91

#574A91
(87,74,145)
#504484
(80,68,132)
#493E77
(73,62,119)
#42386A
(66,56,106)
#3B325D
(59,50,93)
#342C50
(52,44,80)
#2D2643
(45,38,67)
#262036
(38,32,54)
#1F1A29
(31,26,41)
#18141C
(24,20,28)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #574A91

#574A91
(87,74,145)
#665A9B
(102,90,155)
#756AA5
(117,106,165)
#847AAF
(132,122,175)
#938AB9
(147,138,185)
#A29AC3
(162,154,195)
#B1AACD
(177,170,205)
#C0BAD7
(192,186,215)
#CFCAE1
(207,202,225)
#DEDAEB
(222,218,235)
#EDEAF5
(237,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574A91 color. Also use rgb(87,74,145) instead hex code.

Text Font Color

.myTextColor { color: #574A91; }

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

This text font color is #574A91.


Background Color

.myBgColor { background-color: #574A91; }

<div style="background-color:#574A91">Inner text</div>

This div background color is #574A91.


Border color

.myBorderColor { border: 1px solid #574A91; }

<div style="border:3px solid #574A91">Div</div>

This div border color is #574A91.


Opacity

.myOpacity80 { color: #574A91; opacity: 0.8; }

<p style="color:#574A91;opacity:0.8;">80%</p>

Text with #574A91 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 #574A91;}

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

This text has shadow with #574A91 color.

.textShadow {text-shadow: 3px 3px 1px #574A91, 3px 3px 1px red;}

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

This text has shadow with #574A91 primary color and red secondary color.


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

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

This text has shadow with #574A91 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574A91 on black background.


Color preview on white background

This text has color #574A91 on white background.



Black color preview on #574A91 background

This text has black color on #574A91 background.


White color preview on #574A91 background

This text has white color on #574A91 background.