COLOR #573FB7

HEX: #573FB7
RGB: (87,63,183)

Color info

#573FB7 contains mainly blue color. Web safe color of #573FB7 is #6633CC (or #63C).

RGB color model

#573FB7 color RGB value is (87,63,183).

  • red value is 87;
  • green value is 63;
  • blue value is 183.
RGB:
(87,63,183)
(34%,25%,72%)

RGB channels and saturation

R 87 of 255 = 34%
G 63 of 255 = 25%
B 183 of 255 = 72%

87
63
183

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

Portions of RGB colors in percentages

R + G + B =
87 + 63 + 183 = 333 (100%)
R 87 of 333 ~ 26.13%
G 63 of 333 ~ 18.92%
B 183 of 333 ~ 54.95%

%26.13
%18.92
%54.95

CMYK color model

#573FB7 color CMYK value is (52,66,0,28).

  • cyan value is 52.46%
  • magenta value is 65.57%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(52,66,0,28)
C52M66Y0K28 
(52%,66%,0%,28%)
(0.52/0.66/0.00/0.28)	

CMYK percentages

%52.46
%65.57
%0
%28.24

Codes

Color #573FB7 in popluar color models

573FB7
RGB8763183
HSL252°48.78%48.24%
HSB/HSV252°65.57%71.76%
CMYK52.46%65.57%0.00%
28.24%

Color #573FB7 in popluar number systems.

HEX573FB7
Decimal8763183
Binary101011111111110110111
Octal12777267

Shades and tints

Shades of #573FB7

#573FB7
(87,63,183)
#503AA7
(80,58,167)
#493597
(73,53,151)
#423087
(66,48,135)
#3B2B77
(59,43,119)
#342667
(52,38,103)
#2D2157
(45,33,87)
#261C47
(38,28,71)
#1F1737
(31,23,55)
#181227
(24,18,39)
#110D17
(17,13,23)
#000000
(0,0,0)

Tints of #573FB7

#573FB7
(87,63,183)
#6650BD
(102,80,189)
#7561C3
(117,97,195)
#8472C9
(132,114,201)
#9383CF
(147,131,207)
#A294D5
(162,148,213)
#B1A5DB
(177,165,219)
#C0B6E1
(192,182,225)
#CFC7E7
(207,199,231)
#DED8ED
(222,216,237)
#EDE9F3
(237,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573FB7 color. Also use rgb(87,63,183) instead hex code.

Text Font Color

.myTextColor { color: #573FB7; }

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

This text font color is #573FB7.


Background Color

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

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

This div background color is #573FB7.


Border color

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

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

This div border color is #573FB7.


Opacity

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

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

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

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

This text has shadow with #573FB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573FB7 on black background.


Color preview on white background

This text has color #573FB7 on white background.



Black color preview on #573FB7 background

This text has black color on #573FB7 background.


White color preview on #573FB7 background

This text has white color on #573FB7 background.