COLOR #576EF5

HEX: #576EF5
RGB: (87,110,245)

Color info

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

RGB color model

#576EF5 color RGB value is (87,110,245).

  • red value is 87;
  • green value is 110;
  • blue value is 245.
RGB:
(87,110,245)
(34%,43%,96%)

RGB channels and saturation

R 87 of 255 = 34%
G 110 of 255 = 43%
B 245 of 255 = 96%

87
110
245

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

Portions of RGB colors in percentages

R + G + B =
87 + 110 + 245 = 442 (100%)
R 87 of 442 ~ 19.68%
G 110 of 442 ~ 24.89%
B 245 of 442 ~ 55.43%

%19.68
%24.89
%55.43

CMYK color model

#576EF5 color CMYK value is (64,55,0,4).

  • cyan value is 64.49%
  • magenta value is 55.10%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(64,55,0,4)
C64M55Y0K4 
(64%,55%,0%,4%)
(0.64/0.55/0.00/0.04)	

CMYK percentages

%64.49
%55.1
%0
%3.92

Codes

Color #576EF5 in popluar color models

576EF5
RGB87110245
HSL231°88.76%65.10%
HSB/HSV231°64.49%96.08%
CMYK64.49%55.10%0.00%
3.92%

Color #576EF5 in popluar number systems.

HEX576EF5
Decimal87110245
Binary1010111110111011110101
Octal127156365

Shades and tints

Shades of #576EF5

#576EF5
(87,110,245)
#5064DF
(80,100,223)
#495AC9
(73,90,201)
#4250B3
(66,80,179)
#3B469D
(59,70,157)
#343C87
(52,60,135)
#2D3271
(45,50,113)
#26285B
(38,40,91)
#1F1E45
(31,30,69)
#18142F
(24,20,47)
#110A19
(17,10,25)
#000000
(0,0,0)

Tints of #576EF5

#576EF5
(87,110,245)
#667BF5
(102,123,245)
#7588F5
(117,136,245)
#8495F5
(132,149,245)
#93A2F5
(147,162,245)
#A2AFF5
(162,175,245)
#B1BCF5
(177,188,245)
#C0C9F5
(192,201,245)
#CFD6F5
(207,214,245)
#DEE3F5
(222,227,245)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576EF5 color. Also use rgb(87,110,245) instead hex code.

Text Font Color

.myTextColor { color: #576EF5; }

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

This text font color is #576EF5.


Background Color

.myBgColor { background-color: #576EF5; }

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

This div background color is #576EF5.


Border color

.myBorderColor { border: 1px solid #576EF5; }

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

This div border color is #576EF5.


Opacity

.myOpacity80 { color: #576EF5; opacity: 0.8; }

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

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

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

This text has shadow with #576EF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576EF5 on black background.


Color preview on white background

This text has color #576EF5 on white background.



Black color preview on #576EF5 background

This text has black color on #576EF5 background.


White color preview on #576EF5 background

This text has white color on #576EF5 background.