COLOR #574C9A

HEX: #574C9A
RGB: (87,76,154)

Color info

#574C9A contains mainly blue color. Web safe color of #574C9A is #663399 (or #639).

RGB color model

#574C9A color RGB value is (87,76,154).

  • red value is 87;
  • green value is 76;
  • blue value is 154.
RGB:
(87,76,154)
(34%,30%,60%)

RGB channels and saturation

R 87 of 255 = 34%
G 76 of 255 = 30%
B 154 of 255 = 60%

87
76
154

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

Portions of RGB colors in percentages

R + G + B =
87 + 76 + 154 = 317 (100%)
R 87 of 317 ~ 27.44%
G 76 of 317 ~ 23.97%
B 154 of 317 ~ 48.58%

%27.44
%23.97
%48.58

CMYK color model

#574C9A color CMYK value is (44,51,0,40).

  • cyan value is 43.51%
  • magenta value is 50.65%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(44,51,0,40)
C44M51Y0K40 
(44%,51%,0%,40%)
(0.44/0.51/0.00/0.40)	

CMYK percentages

%43.51
%50.65
%0
%39.61

Codes

Color #574C9A in popluar color models

574C9A
RGB8776154
HSL248°33.91%45.10%
HSB/HSV248°50.65%60.39%
CMYK43.51%50.65%0.00%
39.61%

Color #574C9A in popluar number systems.

HEX574C9A
Decimal8776154
Binary1010111100110010011010
Octal127114232

Shades and tints

Shades of #574C9A

#574C9A
(87,76,154)
#50468C
(80,70,140)
#49407E
(73,64,126)
#423A70
(66,58,112)
#3B3462
(59,52,98)
#342E54
(52,46,84)
#2D2846
(45,40,70)
#262238
(38,34,56)
#1F1C2A
(31,28,42)
#18161C
(24,22,28)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #574C9A

#574C9A
(87,76,154)
#665CA3
(102,92,163)
#756CAC
(117,108,172)
#847CB5
(132,124,181)
#938CBE
(147,140,190)
#A29CC7
(162,156,199)
#B1ACD0
(177,172,208)
#C0BCD9
(192,188,217)
#CFCCE2
(207,204,226)
#DEDCEB
(222,220,235)
#EDECF4
(237,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574C9A color. Also use rgb(87,76,154) instead hex code.

Text Font Color

.myTextColor { color: #574C9A; }

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

This text font color is #574C9A.


Background Color

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

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

This div background color is #574C9A.


Border color

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

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

This div border color is #574C9A.


Opacity

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

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

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

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

This text has shadow with #574C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574C9A on black background.


Color preview on white background

This text has color #574C9A on white background.



Black color preview on #574C9A background

This text has black color on #574C9A background.


White color preview on #574C9A background

This text has white color on #574C9A background.