COLOR #574984

HEX: #574984
RGB: (87,73,132)

Color info

#574984 contains red, green and blue colors in about the same proportion. Web safe color of #574984 is #663399 (or #639).

RGB color model

#574984 color RGB value is (87,73,132).

  • red value is 87;
  • green value is 73;
  • blue value is 132.
RGB:
(87,73,132)
(34%,29%,52%)

RGB channels and saturation

R 87 of 255 = 34%
G 73 of 255 = 29%
B 132 of 255 = 52%

87
73
132

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

Portions of RGB colors in percentages

R + G + B =
87 + 73 + 132 = 292 (100%)
R 87 of 292 ~ 29.79%
G 73 of 292 ~ 25%
B 132 of 292 ~ 45.21%

%29.79
%25
%45.21

CMYK color model

#574984 color CMYK value is (34,45,0,48).

  • cyan value is 34.09%
  • magenta value is 44.70%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(34,45,0,48)
C34M45Y0K48 
(34%,45%,0%,48%)
(0.34/0.45/0.00/0.48)	

CMYK percentages

%34.09
%44.7
%0
%48.24

Codes

Color #574984 in popluar color models

574984
RGB8773132
HSL254°28.78%40.20%
HSB/HSV254°44.70%51.76%
CMYK34.09%44.70%0.00%
48.24%

Color #574984 in popluar number systems.

HEX574984
Decimal8773132
Binary1010111100100110000100
Octal127111204

Shades and tints

Shades of #574984

#574984
(87,73,132)
#504378
(80,67,120)
#493D6C
(73,61,108)
#423760
(66,55,96)
#3B3154
(59,49,84)
#342B48
(52,43,72)
#2D253C
(45,37,60)
#261F30
(38,31,48)
#1F1924
(31,25,36)
#181318
(24,19,24)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #574984

#574984
(87,73,132)
#66598F
(102,89,143)
#75699A
(117,105,154)
#8479A5
(132,121,165)
#9389B0
(147,137,176)
#A299BB
(162,153,187)
#B1A9C6
(177,169,198)
#C0B9D1
(192,185,209)
#CFC9DC
(207,201,220)
#DED9E7
(222,217,231)
#EDE9F2
(237,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574984 color. Also use rgb(87,73,132) instead hex code.

Text Font Color

.myTextColor { color: #574984; }

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

This text font color is #574984.


Background Color

.myBgColor { background-color: #574984; }

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

This div background color is #574984.


Border color

.myBorderColor { border: 1px solid #574984; }

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

This div border color is #574984.


Opacity

.myOpacity80 { color: #574984; opacity: 0.8; }

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

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

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

This text has shadow with #574984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574984 on black background.


Color preview on white background

This text has color #574984 on white background.



Black color preview on #574984 background

This text has black color on #574984 background.


White color preview on #574984 background

This text has white color on #574984 background.