COLOR #573A67

HEX: #573A67
RGB: (87,58,103)

Color info

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

RGB color model

#573A67 color RGB value is (87,58,103).

  • red value is 87;
  • green value is 58;
  • blue value is 103.
RGB:
(87,58,103)
(34%,23%,40%)

RGB channels and saturation

R 87 of 255 = 34%
G 58 of 255 = 23%
B 103 of 255 = 40%

87
58
103

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

Portions of RGB colors in percentages

R + G + B =
87 + 58 + 103 = 248 (100%)
R 87 of 248 ~ 35.08%
G 58 of 248 ~ 23.39%
B 103 of 248 ~ 41.53%

%35.08
%23.39
%41.53

CMYK color model

#573A67 color CMYK value is (16,44,0,60).

  • cyan value is 15.53%
  • magenta value is 43.69%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(16,44,0,60)
C16M44Y0K60 
(16%,44%,0%,60%)
(0.16/0.44/0.00/0.60)	

CMYK percentages

%15.53
%43.69
%0
%59.61

Codes

Color #573A67 in popluar color models

573A67
RGB8758103
HSL279°27.95%31.57%
HSB/HSV279°43.69%40.39%
CMYK15.53%43.69%0.00%
59.61%

Color #573A67 in popluar number systems.

HEX573A67
Decimal8758103
Binary10101111110101100111
Octal12772147

Shades and tints

Shades of #573A67

#573A67
(87,58,103)
#50355E
(80,53,94)
#493055
(73,48,85)
#422B4C
(66,43,76)
#3B2643
(59,38,67)
#34213A
(52,33,58)
#2D1C31
(45,28,49)
#261728
(38,23,40)
#1F121F
(31,18,31)
#180D16
(24,13,22)
#11080D
(17,8,13)
#000000
(0,0,0)

Tints of #573A67

#573A67
(87,58,103)
#664B74
(102,75,116)
#755C81
(117,92,129)
#846D8E
(132,109,142)
#937E9B
(147,126,155)
#A28FA8
(162,143,168)
#B1A0B5
(177,160,181)
#C0B1C2
(192,177,194)
#CFC2CF
(207,194,207)
#DED3DC
(222,211,220)
#EDE4E9
(237,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573A67 color. Also use rgb(87,58,103) instead hex code.

Text Font Color

.myTextColor { color: #573A67; }

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

This text font color is #573A67.


Background Color

.myBgColor { background-color: #573A67; }

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

This div background color is #573A67.


Border color

.myBorderColor { border: 1px solid #573A67; }

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

This div border color is #573A67.


Opacity

.myOpacity80 { color: #573A67; opacity: 0.8; }

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

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

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

This text has shadow with #573A67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573A67 on black background.


Color preview on white background

This text has color #573A67 on white background.



Black color preview on #573A67 background

This text has black color on #573A67 background.


White color preview on #573A67 background

This text has white color on #573A67 background.