COLOR #573461

HEX: #573461
RGB: (87,52,97)

Color info

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

RGB color model

#573461 color RGB value is (87,52,97).

  • red value is 87;
  • green value is 52;
  • blue value is 97.
RGB:
(87,52,97)
(34%,20%,38%)

RGB channels and saturation

R 87 of 255 = 34%
G 52 of 255 = 20%
B 97 of 255 = 38%

87
52
97

R + G + B ~ 31%. #573461 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 52 + 97 = 236 (100%)
R 87 of 236 ~ 36.86%
G 52 of 236 ~ 22.03%
B 97 of 236 ~ 41.1%

%36.86
%22.03
%41.1

CMYK color model

#573461 color CMYK value is (10,46,0,62).

  • cyan value is 10.31%
  • magenta value is 46.39%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(10,46,0,62)
C10M46Y0K62 
(10%,46%,0%,62%)
(0.10/0.46/0.00/0.62)	

CMYK percentages

%10.31
%46.39
%0
%61.96

Codes

Color #573461 in popluar color models

573461
RGB875297
HSL287°30.20%29.22%
HSB/HSV287°46.39%38.04%
CMYK10.31%46.39%0.00%
61.96%

Color #573461 in popluar number systems.

HEX573461
Decimal875297
Binary10101111101001100001
Octal12764141

Shades and tints

Shades of #573461

#573461
(87,52,97)
#503059
(80,48,89)
#492C51
(73,44,81)
#422849
(66,40,73)
#3B2441
(59,36,65)
#342039
(52,32,57)
#2D1C31
(45,28,49)
#261829
(38,24,41)
#1F1421
(31,20,33)
#181019
(24,16,25)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #573461

#573461
(87,52,97)
#66466F
(102,70,111)
#75587D
(117,88,125)
#846A8B
(132,106,139)
#937C99
(147,124,153)
#A28EA7
(162,142,167)
#B1A0B5
(177,160,181)
#C0B2C3
(192,178,195)
#CFC4D1
(207,196,209)
#DED6DF
(222,214,223)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573461 color. Also use rgb(87,52,97) instead hex code.

Text Font Color

.myTextColor { color: #573461; }

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

This text font color is #573461.


Background Color

.myBgColor { background-color: #573461; }

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

This div background color is #573461.


Border color

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

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

This div border color is #573461.


Opacity

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

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

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

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

This text has shadow with #573461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573461 on black background.


Color preview on white background

This text has color #573461 on white background.



Black color preview on #573461 background

This text has black color on #573461 background.


White color preview on #573461 background

This text has white color on #573461 background.