COLOR #573DAE

HEX: #573DAE
RGB: (87,61,174)

Color info

#573DAE contains mainly blue color. Web safe color of #573DAE is #663399 (or #639).

RGB color model

#573DAE color RGB value is (87,61,174).

  • red value is 87;
  • green value is 61;
  • blue value is 174.
RGB:
(87,61,174)
(34%,24%,68%)

RGB channels and saturation

R 87 of 255 = 34%
G 61 of 255 = 24%
B 174 of 255 = 68%

87
61
174

R + G + B ~ 42%. #573DAE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 61 + 174 = 322 (100%)
R 87 of 322 ~ 27.02%
G 61 of 322 ~ 18.94%
B 174 of 322 ~ 54.04%

%27.02
%18.94
%54.04

CMYK color model

#573DAE color CMYK value is (50,65,0,32).

  • cyan value is 50.00%
  • magenta value is 64.94%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(50,65,0,32)
C50M65Y0K32 
(50%,65%,0%,32%)
(0.50/0.65/0.00/0.32)	

CMYK percentages

%50
%64.94
%0
%31.76

Codes

Color #573DAE in popluar color models

573DAE
RGB8761174
HSL254°48.09%46.08%
HSB/HSV254°64.94%68.24%
CMYK50.00%64.94%0.00%
31.76%

Color #573DAE in popluar number systems.

HEX573DAE
Decimal8761174
Binary101011111110110101110
Octal12775256

Shades and tints

Shades of #573DAE

#573DAE
(87,61,174)
#50389F
(80,56,159)
#493390
(73,51,144)
#422E81
(66,46,129)
#3B2972
(59,41,114)
#342463
(52,36,99)
#2D1F54
(45,31,84)
#261A45
(38,26,69)
#1F1536
(31,21,54)
#181027
(24,16,39)
#110B18
(17,11,24)
#000000
(0,0,0)

Tints of #573DAE

#573DAE
(87,61,174)
#664EB5
(102,78,181)
#755FBC
(117,95,188)
#8470C3
(132,112,195)
#9381CA
(147,129,202)
#A292D1
(162,146,209)
#B1A3D8
(177,163,216)
#C0B4DF
(192,180,223)
#CFC5E6
(207,197,230)
#DED6ED
(222,214,237)
#EDE7F4
(237,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573DAE color. Also use rgb(87,61,174) instead hex code.

Text Font Color

.myTextColor { color: #573DAE; }

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

This text font color is #573DAE.


Background Color

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

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

This div background color is #573DAE.


Border color

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

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

This div border color is #573DAE.


Opacity

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

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

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

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

This text has shadow with #573DAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573DAE on black background.


Color preview on white background

This text has color #573DAE on white background.



Black color preview on #573DAE background

This text has black color on #573DAE background.


White color preview on #573DAE background

This text has white color on #573DAE background.