COLOR #5573F3

HEX: #5573F3
RGB: (85,115,243)

Color info

#5573F3 contains mainly blue color. Web safe color of #5573F3 is #6666FF (or #66F).

RGB color model

#5573F3 color RGB value is (85,115,243).

  • red value is 85;
  • green value is 115;
  • blue value is 243.
RGB:
(85,115,243)
(33%,45%,95%)

RGB channels and saturation

R 85 of 255 = 33%
G 115 of 255 = 45%
B 243 of 255 = 95%

85
115
243

R + G + B ~ 58%. #5573F3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 115 + 243 = 443 (100%)
R 85 of 443 ~ 19.19%
G 115 of 443 ~ 25.96%
B 243 of 443 ~ 54.85%

%19.19
%25.96
%54.85

CMYK color model

#5573F3 color CMYK value is (65,53,0,5).

  • cyan value is 65.02%
  • magenta value is 52.67%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(65,53,0,5)
C65M53Y0K5 
(65%,53%,0%,5%)
(0.65/0.53/0.00/0.05)	

CMYK percentages

%65.02
%52.67
%0
%4.71

Codes

Color #5573F3 in popluar color models

5573F3
RGB85115243
HSL229°86.81%64.31%
HSB/HSV229°65.02%95.29%
CMYK65.02%52.67%0.00%
4.71%

Color #5573F3 in popluar number systems.

HEX5573F3
Decimal85115243
Binary1010101111001111110011
Octal125163363

Shades and tints

Shades of #5573F3

#5573F3
(85,115,243)
#4E69DD
(78,105,221)
#475FC7
(71,95,199)
#4055B1
(64,85,177)
#394B9B
(57,75,155)
#324185
(50,65,133)
#2B376F
(43,55,111)
#242D59
(36,45,89)
#1D2343
(29,35,67)
#16192D
(22,25,45)
#0F0F17
(15,15,23)
#000000
(0,0,0)

Tints of #5573F3

#5573F3
(85,115,243)
#647FF4
(100,127,244)
#738BF5
(115,139,245)
#8297F6
(130,151,246)
#91A3F7
(145,163,247)
#A0AFF8
(160,175,248)
#AFBBF9
(175,187,249)
#BEC7FA
(190,199,250)
#CDD3FB
(205,211,251)
#DCDFFC
(220,223,252)
#EBEBFD
(235,235,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5573F3 color. Also use rgb(85,115,243) instead hex code.

Text Font Color

.myTextColor { color: #5573F3; }

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

This text font color is #5573F3.


Background Color

.myBgColor { background-color: #5573F3; }

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

This div background color is #5573F3.


Border color

.myBorderColor { border: 1px solid #5573F3; }

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

This div border color is #5573F3.


Opacity

.myOpacity80 { color: #5573F3; opacity: 0.8; }

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

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

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

This text has shadow with #5573F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5573F3 on black background.


Color preview on white background

This text has color #5573F3 on white background.



Black color preview on #5573F3 background

This text has black color on #5573F3 background.


White color preview on #5573F3 background

This text has white color on #5573F3 background.