COLOR #573661

HEX: #573661
RGB: (87,54,97)

Color info

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

RGB color model

#573661 color RGB value is (87,54,97).

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

RGB channels and saturation

R 87 of 255 = 34%
G 54 of 255 = 21%
B 97 of 255 = 38%

87
54
97

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

Portions of RGB colors in percentages

R + G + B =
87 + 54 + 97 = 238 (100%)
R 87 of 238 ~ 36.55%
G 54 of 238 ~ 22.69%
B 97 of 238 ~ 40.76%

%36.55
%22.69
%40.76

CMYK color model

#573661 color CMYK value is (10,44,0,62).

  • cyan value is 10.31%
  • magenta value is 44.33%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK: (10,44,0,62) C10M44Y0K62 (10%,44%,0%,62%) (0.10/0.44/0.00/0.62)

CMYK percentages

%10.31
%44.33
%0
%61.96

Codes

Color #573661 in popluar color models

573661
RGB875497
HSL286°28.48%29.61%
HSB/HSV286°44.33%38.04%
CMYK10.31%44.33%0.00%
61.96%

Color #573661 in popluar number systems.

HEX573661
Decimal875497
Binary10101111101101100001
Octal12766141

Shades and tints

Shades of #573661

#573661
(87,54,97)
#503259
(80,50,89)
#492E51
(73,46,81)
#422A49
(66,42,73)
#3B2641
(59,38,65)
#342239
(52,34,57)
#2D1E31
(45,30,49)
#261A29
(38,26,41)
#1F1621
(31,22,33)
#181219
(24,18,25)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #573661

#573661
(87,54,97)
#66486F
(102,72,111)
#755A7D
(117,90,125)
#846C8B
(132,108,139)
#937E99
(147,126,153)
#A290A7
(162,144,167)
#B1A2B5
(177,162,181)
#C0B4C3
(192,180,195)
#CFC6D1
(207,198,209)
#DED8DF
(222,216,223)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573661; }

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

This text font color is #573661.


Background Color

.myBgColor { background-color: #573661; }

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

This div background color is #573661.


Border color

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

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

This div border color is #573661.


Opacity

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

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

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

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

This text has shadow with #573661 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #573661 on black background.


Color preview on white background

This text has color #573661 on white background.



Black color preview on #573661 background

This text has black color on #573661 background.


White color preview on #573661 background

This text has white color on #573661 background.