COLOR #574D8B

HEX: #574D8B RGB: (87,77,139)

Color info

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

RGB color model

#574D8B color RGB value is (87,77,139).

RGB: (87,77,139) (34%, 30%, 55%)

RGB channels and saturation

R 87 of 255 = 34%
G 77 of 255 = 30%
B 139 of 255 = 55%

87
77
139

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

Portions of RGB colors in percentages

R + G + B = 87 + 77 + 139 = 303 (100%)
R 87 of 303 ~ 28.71%
G 77 of 303 ~ 25.41%
B 139 of 303 ~ 45.87'%

%28.71
%25.41
%45.87

CMYK color model

#574D8B color CMYK value is (37,45,0,45).

  • cyan value is 37.41%
  • magenta value is 44.60%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (37,45,0,45)
C37M45Y0K45 (37%, 45%, 0%, 45%)
(0.37 / 0.45 / 0.00 / 0.45)

CMYK percentages

%37.41
%44.6
%0
%45.49

Codes

Color #574D8B in popluar color models

57 4D 8B
RGB 87 77 139
HSL 250° 28.70% 42.35%
HSB/HSV 250° 44.60% 54.51%
CMYK 37.41% 44.60% 0.00%
45.49%

Color #574D8B in popluar number systems.

HEX 57 4D 8B
Decimal 87 77 139
Binary 1010111 1001101 10001011
Octal 127 115 213

Shades and tints

Shades of #574D8B

#574D8B
(87,77,139)
#50467F
(80,70,127)
#493F73
(73,63,115)
#423867
(66,56,103)
#3B315B
(59,49,91)
#342A4F
(52,42,79)
#2D2343
(45,35,67)
#261C37
(38,28,55)
#1F152B
(31,21,43)
#180E1F
(24,14,31)
#110713
(17,7,19)
#000000
(0,0,0)

Tints of #574D8B

#574D8B
(87,77,139)
#665D95
(102,93,149)
#756D9F
(117,109,159)
#847DA9
(132,125,169)
#938DB3
(147,141,179)
#A29DBD
(162,157,189)
#B1ADC7
(177,173,199)
#C0BDD1
(192,189,209)
#CFCDDB
(207,205,219)
#DEDDE5
(222,221,229)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574D8B color. Also use rgb(87,77,139) instead hex code.

Text Font Color

.myTextColor { color: #574D8B; }

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

This text font color is #574D8B.

Background Color

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

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

This div background color is #574D8B.

Border color

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

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

This div border color is #574D8B.

Opacity

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

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

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

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

This text has shadow with #574D8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #574D8B.

Preview

Color preview on black background

This text has color #574D8B on black background.


Color preview on white background

This text has color #574D8B on white background.


Black color preview on #574D8B background

This text has black color on #574D8B background.


White color preview on #574D8B background

This text has white color on #574D8B background.


Related colors

Complementary color

Complementary color for #hex is #A8B274.


I love getcolorcode.com

Triadic colors

1 #8B574D and #4D8B57 with #574D8B are triadic colors.

2 #8B4D57 and #4D578B with #574D8B are triadic colors.