COLOR #5772E2

HEX: #5772E2
RGB: (87,114,226)

Color info

#5772E2 contains mainly blue color. Web safe color of #5772E2 is #6666CC (or #66C).

RGB color model

#5772E2 color RGB value is (87,114,226).

  • red value is 87;
  • green value is 114;
  • blue value is 226.
RGB:
(87,114,226)
(34%,45%,89%)

RGB channels and saturation

R 87 of 255 = 34%
G 114 of 255 = 45%
B 226 of 255 = 89%

87
114
226

R + G + B ~ 56%. #5772E2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 114 + 226 = 427 (100%)
R 87 of 427 ~ 20.37%
G 114 of 427 ~ 26.7%
B 226 of 427 ~ 52.93%

%20.37
%26.7
%52.93

CMYK color model

#5772E2 color CMYK value is (62,50,0,11).

  • cyan value is 61.50%
  • magenta value is 49.56%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(62,50,0,11)
C62M50Y0K11 
(62%,50%,0%,11%)
(0.62/0.50/0.00/0.11)	

CMYK percentages

%61.5
%49.56
%0
%11.37

Codes

Color #5772E2 in popluar color models

5772E2
RGB87114226
HSL228°70.56%61.37%
HSB/HSV228°61.50%88.63%
CMYK61.50%49.56%0.00%
11.37%

Color #5772E2 in popluar number systems.

HEX5772E2
Decimal87114226
Binary1010111111001011100010
Octal127162342

Shades and tints

Shades of #5772E2

#5772E2
(87,114,226)
#5068CE
(80,104,206)
#495EBA
(73,94,186)
#4254A6
(66,84,166)
#3B4A92
(59,74,146)
#34407E
(52,64,126)
#2D366A
(45,54,106)
#262C56
(38,44,86)
#1F2242
(31,34,66)
#18182E
(24,24,46)
#110E1A
(17,14,26)
#000000
(0,0,0)

Tints of #5772E2

#5772E2
(87,114,226)
#667EE4
(102,126,228)
#758AE6
(117,138,230)
#8496E8
(132,150,232)
#93A2EA
(147,162,234)
#A2AEEC
(162,174,236)
#B1BAEE
(177,186,238)
#C0C6F0
(192,198,240)
#CFD2F2
(207,210,242)
#DEDEF4
(222,222,244)
#EDEAF6
(237,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5772E2 color. Also use rgb(87,114,226) instead hex code.

Text Font Color

.myTextColor { color: #5772E2; }

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

This text font color is #5772E2.


Background Color

.myBgColor { background-color: #5772E2; }

<div style="background-color:#5772E2">Inner text</div>

This div background color is #5772E2.


Border color

.myBorderColor { border: 1px solid #5772E2; }

<div style="border:3px solid #5772E2">Div</div>

This div border color is #5772E2.


Opacity

.myOpacity80 { color: #5772E2; opacity: 0.8; }

<p style="color:#5772E2;opacity:0.8;">80%</p>

Text with #5772E2 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 #5772E2;}

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

This text has shadow with #5772E2 color.

.textShadow {text-shadow: 3px 3px 1px #5772E2, 3px 3px 1px red;}

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

This text has shadow with #5772E2 primary color and red secondary color.


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

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

This text has shadow with #5772E2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5772E2 on black background.


Color preview on white background

This text has color #5772E2 on white background.



Black color preview on #5772E2 background

This text has black color on #5772E2 background.


White color preview on #5772E2 background

This text has white color on #5772E2 background.