COLOR #574A8F

HEX: #574A8F RGB: (87,74,143)

Color info

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

RGB color model

#574A8F color RGB value is (87,74,143).

RGB: (87,74,143) (34%, 29%, 56%)

RGB channels and saturation

R 87 of 255 = 34%
G 74 of 255 = 29%
B 143 of 255 = 56%

87
74
143

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

Portions of RGB colors in percentages

R + G + B = 87 + 74 + 143 = 304 (100%)
R 87 of 304 ~ 28.62%
G 74 of 304 ~ 24.34%
B 143 of 304 ~ 47.04'%

%28.62
%24.34
%47.04

CMYK color model

#574A8F color CMYK value is (39,48,0,44).

  • cyan value is 39.16%
  • magenta value is 48.25%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (39,48,0,44)
C39M48Y0K44 (39%, 48%, 0%, 44%)
(0.39 / 0.48 / 0.00 / 0.44)

CMYK percentages

%39.16
%48.25
%0
%43.92

Codes

Color #574A8F in popluar color models

57 4A 8F
RGB 87 74 143
HSL 251° 31.80% 42.55%
HSB/HSV 251° 48.25% 56.08%
CMYK 39.16% 48.25% 0.00%
43.92%

Color #574A8F in popluar number systems.

HEX 57 4A 8F
Decimal 87 74 143
Binary 1010111 1001010 10001111
Octal 127 112 217

Shades and tints

Shades of #574A8F

#574A8F
(87,74,143)
#504482
(80,68,130)
#493E75
(73,62,117)
#423868
(66,56,104)
#3B325B
(59,50,91)
#342C4E
(52,44,78)
#2D2641
(45,38,65)
#262034
(38,32,52)
#1F1A27
(31,26,39)
#18141A
(24,20,26)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #574A8F

#574A8F
(87,74,143)
#665A99
(102,90,153)
#756AA3
(117,106,163)
#847AAD
(132,122,173)
#938AB7
(147,138,183)
#A29AC1
(162,154,193)
#B1AACB
(177,170,203)
#C0BAD5
(192,186,213)
#CFCADF
(207,202,223)
#DEDAE9
(222,218,233)
#EDEAF3
(237,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574A8F; }

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

This text font color is #574A8F.

Background Color

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

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

This div background color is #574A8F.

Border color

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

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

This div border color is #574A8F.

Opacity

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

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

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

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

This text has shadow with #574A8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #574A8F.

Preview

Color preview on black background

This text has color #574A8F on black background.


Color preview on white background

This text has color #574A8F on white background.


Black color preview on #574A8F background

This text has black color on #574A8F background.


White color preview on #574A8F background

This text has white color on #574A8F background.


Related colors

Complementary color

Complementary color for #hex is #A8B570.


I love getcolorcode.com

Triadic colors

1 #8F574A and #4A8F57 with #574A8F are triadic colors.

2 #8F4A57 and #4A578F with #574A8F are triadic colors.