COLOR #574E7D

HEX: #574E7D
RGB: (87,78,125)

Color info

#574E7D contains red, green and blue colors in about the same proportion. Web safe color of #574E7D is #666666 (or #666).

RGB color model

#574E7D color RGB value is (87,78,125).

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

RGB channels and saturation

R 87 of 255 = 34%
G 78 of 255 = 31%
B 125 of 255 = 49%

87
78
125

R + G + B ~ 38%. #574E7D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 78 + 125 = 290 (100%)
R 87 of 290 ~ 30%
G 78 of 290 ~ 26.9%
B 125 of 290 ~ 43.1%

%30
%26.9
%43.1

CMYK color model

#574E7D color CMYK value is (30,38,0,51).

  • cyan value is 30.40%
  • magenta value is 37.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(30,38,0,51)
C30M38Y0K51 
(30%,38%,0%,51%)
(0.30/0.38/0.00/0.51)	

CMYK percentages

%30.4
%37.6
%0
%50.98

Codes

Color #574E7D in popluar color models

574E7D
RGB8778125
HSL251°23.15%39.80%
HSB/HSV251°37.60%49.02%
CMYK30.40%37.60%0.00%
50.98%

Color #574E7D in popluar number systems.

HEX574E7D
Decimal8778125
Binary101011110011101111101
Octal127116175

Shades and tints

Shades of #574E7D

#574E7D
(87,78,125)
#504772
(80,71,114)
#494067
(73,64,103)
#42395C
(66,57,92)
#3B3251
(59,50,81)
#342B46
(52,43,70)
#2D243B
(45,36,59)
#261D30
(38,29,48)
#1F1625
(31,22,37)
#180F1A
(24,15,26)
#11080F
(17,8,15)
#000000
(0,0,0)

Tints of #574E7D

#574E7D
(87,78,125)
#665E88
(102,94,136)
#756E93
(117,110,147)
#847E9E
(132,126,158)
#938EA9
(147,142,169)
#A29EB4
(162,158,180)
#B1AEBF
(177,174,191)
#C0BECA
(192,190,202)
#CFCED5
(207,206,213)
#DEDEE0
(222,222,224)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574E7D; }

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

This text font color is #574E7D.


Background Color

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

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

This div background color is #574E7D.


Border color

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

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

This div border color is #574E7D.


Opacity

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

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

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

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

This text has shadow with #574E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574E7D on black background.


Color preview on white background

This text has color #574E7D on white background.



Black color preview on #574E7D background

This text has black color on #574E7D background.


White color preview on #574E7D background

This text has white color on #574E7D background.