COLOR #574679

HEX: #574679
RGB: (87,70,121)

Color info

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

RGB color model

#574679 color RGB value is (87,70,121).

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

RGB channels and saturation

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

87
70
121

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

Portions of RGB colors in percentages

R + G + B =
87 + 70 + 121 = 278 (100%)
R 87 of 278 ~ 31.29%
G 70 of 278 ~ 25.18%
B 121 of 278 ~ 43.53%

%31.29
%25.18
%43.53

CMYK color model

#574679 color CMYK value is (28,42,0,53).

  • cyan value is 28.10%
  • magenta value is 42.15%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(28,42,0,53)
C28M42Y0K53 
(28%,42%,0%,53%)
(0.28/0.42/0.00/0.53)	

CMYK percentages

%28.1
%42.15
%0
%52.55

Codes

Color #574679 in popluar color models

574679
RGB8770121
HSL260°26.70%37.45%
HSB/HSV260°42.15%47.45%
CMYK28.10%42.15%0.00%
52.55%

Color #574679 in popluar number systems.

HEX574679
Decimal8770121
Binary101011110001101111001
Octal127106171

Shades and tints

Shades of #574679

#574679
(87,70,121)
#50406E
(80,64,110)
#493A63
(73,58,99)
#423458
(66,52,88)
#3B2E4D
(59,46,77)
#342842
(52,40,66)
#2D2237
(45,34,55)
#261C2C
(38,28,44)
#1F1621
(31,22,33)
#181016
(24,16,22)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #574679

#574679
(87,70,121)
#665685
(102,86,133)
#756691
(117,102,145)
#84769D
(132,118,157)
#9386A9
(147,134,169)
#A296B5
(162,150,181)
#B1A6C1
(177,166,193)
#C0B6CD
(192,182,205)
#CFC6D9
(207,198,217)
#DED6E5
(222,214,229)
#EDE6F1
(237,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574679; }

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

This text font color is #574679.


Background Color

.myBgColor { background-color: #574679; }

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

This div background color is #574679.


Border color

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

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

This div border color is #574679.


Opacity

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

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

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

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

This text has shadow with #574679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574679 on black background.


Color preview on white background

This text has color #574679 on white background.



Black color preview on #574679 background

This text has black color on #574679 background.


White color preview on #574679 background

This text has white color on #574679 background.