COLOR #574E87

HEX: #574E87
RGB: (87,78,135)

Color info

#574E87 contains red, green and blue colors in about the same proportion. Web safe color of #574E87 is #666699 (or #669).

RGB color model

#574E87 color RGB value is (87,78,135).

  • red value is 87;
  • green value is 78;
  • blue value is 135.
RGB:
(87,78,135)
(34%,31%,53%)

RGB channels and saturation

R 87 of 255 = 34%
G 78 of 255 = 31%
B 135 of 255 = 53%

87
78
135

R + G + B ~ 39%. #574E87 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 78 + 135 = 300 (100%)
R 87 of 300 ~ 29%
G 78 of 300 ~ 26%
B 135 of 300 ~ 45%

%29
%26
%45

CMYK color model

#574E87 color CMYK value is (36,42,0,47).

  • cyan value is 35.56%
  • magenta value is 42.22%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(36,42,0,47)
C36M42Y0K47 
(36%,42%,0%,47%)
(0.36/0.42/0.00/0.47)	

CMYK percentages

%35.56
%42.22
%0
%47.06

Codes

Color #574E87 in popluar color models

574E87
RGB8778135
HSL249°26.76%41.76%
HSB/HSV249°42.22%52.94%
CMYK35.56%42.22%0.00%
47.06%

Color #574E87 in popluar number systems.

HEX574E87
Decimal8778135
Binary1010111100111010000111
Octal127116207

Shades and tints

Shades of #574E87

#574E87
(87,78,135)
#50477B
(80,71,123)
#49406F
(73,64,111)
#423963
(66,57,99)
#3B3257
(59,50,87)
#342B4B
(52,43,75)
#2D243F
(45,36,63)
#261D33
(38,29,51)
#1F1627
(31,22,39)
#180F1B
(24,15,27)
#11080F
(17,8,15)
#000000
(0,0,0)

Tints of #574E87

#574E87
(87,78,135)
#665E91
(102,94,145)
#756E9B
(117,110,155)
#847EA5
(132,126,165)
#938EAF
(147,142,175)
#A29EB9
(162,158,185)
#B1AEC3
(177,174,195)
#C0BECD
(192,190,205)
#CFCED7
(207,206,215)
#DEDEE1
(222,222,225)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574E87 color. Also use rgb(87,78,135) instead hex code.

Text Font Color

.myTextColor { color: #574E87; }

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

This text font color is #574E87.


Background Color

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

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

This div background color is #574E87.


Border color

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

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

This div border color is #574E87.


Opacity

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

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

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

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

This text has shadow with #574E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574E87 on black background.


Color preview on white background

This text has color #574E87 on white background.



Black color preview on #574E87 background

This text has black color on #574E87 background.


White color preview on #574E87 background

This text has white color on #574E87 background.