COLOR #574479

HEX: #574479
RGB: (87,68,121)

Color info

#574479 contains red, green and blue colors in about the same proportion. Web safe color of #574479 is #663366 (or #636).

RGB color model

#574479 color RGB value is (87,68,121).

  • red value is 87;
  • green value is 68;
  • blue value is 121.
RGB:
(87,68,121)
(34%,27%,47%)

RGB channels and saturation

R 87 of 255 = 34%
G 68 of 255 = 27%
B 121 of 255 = 47%

87
68
121

R + G + B ~ 36%. #574479 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 68 + 121 = 276 (100%)
R 87 of 276 ~ 31.52%
G 68 of 276 ~ 24.64%
B 121 of 276 ~ 43.84%

%31.52
%24.64
%43.84

CMYK color model

#574479 color CMYK value is (28,44,0,53).

  • cyan value is 28.10%
  • magenta value is 43.80%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(28,44,0,53)
C28M44Y0K53 
(28%,44%,0%,53%)
(0.28/0.44/0.00/0.53)	

CMYK percentages

%28.1
%43.8
%0
%52.55

Codes

Color #574479 in popluar color models

574479
RGB8768121
HSL262°28.04%37.06%
HSB/HSV262°43.80%47.45%
CMYK28.10%43.80%0.00%
52.55%

Color #574479 in popluar number systems.

HEX574479
Decimal8768121
Binary101011110001001111001
Octal127104171

Shades and tints

Shades of #574479

#574479
(87,68,121)
#503E6E
(80,62,110)
#493863
(73,56,99)
#423258
(66,50,88)
#3B2C4D
(59,44,77)
#342642
(52,38,66)
#2D2037
(45,32,55)
#261A2C
(38,26,44)
#1F1421
(31,20,33)
#180E16
(24,14,22)
#11080B
(17,8,11)
#000000
(0,0,0)

Tints of #574479

#574479
(87,68,121)
#665585
(102,85,133)
#756691
(117,102,145)
#84779D
(132,119,157)
#9388A9
(147,136,169)
#A299B5
(162,153,181)
#B1AAC1
(177,170,193)
#C0BBCD
(192,187,205)
#CFCCD9
(207,204,217)
#DEDDE5
(222,221,229)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574479 color. Also use rgb(87,68,121) instead hex code.

Text Font Color

.myTextColor { color: #574479; }

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

This text font color is #574479.


Background Color

.myBgColor { background-color: #574479; }

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

This div background color is #574479.


Border color

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

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

This div border color is #574479.


Opacity

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

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

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

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

This text has shadow with #574479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574479 on black background.


Color preview on white background

This text has color #574479 on white background.



Black color preview on #574479 background

This text has black color on #574479 background.


White color preview on #574479 background

This text has white color on #574479 background.