COLOR #574865

HEX: #574865
RGB: (87,72,101)

Color info

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

RGB color model

#574865 color RGB value is (87,72,101).

  • red value is 87;
  • green value is 72;
  • blue value is 101.
RGB:
(87,72,101)
(34%,28%,40%)

RGB channels and saturation

R 87 of 255 = 34%
G 72 of 255 = 28%
B 101 of 255 = 40%

87
72
101

R + G + B ~ 34%. #574865 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 72 + 101 = 260 (100%)
R 87 of 260 ~ 33.46%
G 72 of 260 ~ 27.69%
B 101 of 260 ~ 38.85%

%33.46
%27.69
%38.85

CMYK color model

#574865 color CMYK value is (14,29,0,60).

  • cyan value is 13.86%
  • magenta value is 28.71%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(14,29,0,60)
C14M29Y0K60 
(14%,29%,0%,60%)
(0.14/0.29/0.00/0.60)	

CMYK percentages

%13.86
%28.71
%0
%60.39

Codes

Color #574865 in popluar color models

574865
RGB8772101
HSL271°16.76%33.92%
HSB/HSV271°28.71%39.61%
CMYK13.86%28.71%0.00%
60.39%

Color #574865 in popluar number systems.

HEX574865
Decimal8772101
Binary101011110010001100101
Octal127110145

Shades and tints

Shades of #574865

#574865
(87,72,101)
#50425C
(80,66,92)
#493C53
(73,60,83)
#42364A
(66,54,74)
#3B3041
(59,48,65)
#342A38
(52,42,56)
#2D242F
(45,36,47)
#261E26
(38,30,38)
#1F181D
(31,24,29)
#181214
(24,18,20)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #574865

#574865
(87,72,101)
#665873
(102,88,115)
#756881
(117,104,129)
#84788F
(132,120,143)
#93889D
(147,136,157)
#A298AB
(162,152,171)
#B1A8B9
(177,168,185)
#C0B8C7
(192,184,199)
#CFC8D5
(207,200,213)
#DED8E3
(222,216,227)
#EDE8F1
(237,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574865 color. Also use rgb(87,72,101) instead hex code.

Text Font Color

.myTextColor { color: #574865; }

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

This text font color is #574865.


Background Color

.myBgColor { background-color: #574865; }

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

This div background color is #574865.


Border color

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

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

This div border color is #574865.


Opacity

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

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

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

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

This text has shadow with #574865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574865 on black background.


Color preview on white background

This text has color #574865 on white background.



Black color preview on #574865 background

This text has black color on #574865 background.


White color preview on #574865 background

This text has white color on #574865 background.