COLOR #574659

HEX: #574659
RGB: (87,70,89)

Color info

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

RGB color model

#574659 color RGB value is (87,70,89).

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

RGB channels and saturation

R 87 of 255 = 34%
G 70 of 255 = 27%
B 89 of 255 = 35%

87
70
89

R + G + B ~ 32%. #574659 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 70 + 89 = 246 (100%)
R 87 of 246 ~ 35.37%
G 70 of 246 ~ 28.46%
B 89 of 246 ~ 36.18%

%35.37
%28.46
%36.18

CMYK color model

#574659 color CMYK value is (2,21,0,65).

  • cyan value is 2.25%
  • magenta value is 21.35%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(2,21,0,65)
C2M21Y0K65 
(2%,21%,0%,65%)
(0.02/0.21/0.00/0.65)	

CMYK percentages

%2.25
%21.35
%0
%65.1

Codes

Color #574659 in popluar color models

574659
RGB877089
HSL294°11.95%31.18%
HSB/HSV294°21.35%34.90%
CMYK2.25%21.35%0.00%
65.10%

Color #574659 in popluar number systems.

HEX574659
Decimal877089
Binary101011110001101011001
Octal127106131

Shades and tints

Shades of #574659

#574659
(87,70,89)
#504051
(80,64,81)
#493A49
(73,58,73)
#423441
(66,52,65)
#3B2E39
(59,46,57)
#342831
(52,40,49)
#2D2229
(45,34,41)
#261C21
(38,28,33)
#1F1619
(31,22,25)
#181011
(24,16,17)
#110A09
(17,10,9)
#000000
(0,0,0)

Tints of #574659

#574659
(87,70,89)
#665668
(102,86,104)
#756677
(117,102,119)
#847686
(132,118,134)
#938695
(147,134,149)
#A296A4
(162,150,164)
#B1A6B3
(177,166,179)
#C0B6C2
(192,182,194)
#CFC6D1
(207,198,209)
#DED6E0
(222,214,224)
#EDE6EF
(237,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574659; }

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

This text font color is #574659.


Background Color

.myBgColor { background-color: #574659; }

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

This div background color is #574659.


Border color

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

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

This div border color is #574659.


Opacity

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

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

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

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

This text has shadow with #574659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574659 on black background.


Color preview on white background

This text has color #574659 on white background.



Black color preview on #574659 background

This text has black color on #574659 background.


White color preview on #574659 background

This text has white color on #574659 background.