COLOR #577EEF

HEX: #577EEF
RGB: (87,126,239)

Color info

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

RGB color model

#577EEF color RGB value is (87,126,239).

  • red value is 87;
  • green value is 126;
  • blue value is 239.
RGB:
(87,126,239)
(34%,49%,94%)

RGB channels and saturation

R 87 of 255 = 34%
G 126 of 255 = 49%
B 239 of 255 = 94%

87
126
239

R + G + B ~ 59%. #577EEF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 126 + 239 = 452 (100%)
R 87 of 452 ~ 19.25%
G 126 of 452 ~ 27.88%
B 239 of 452 ~ 52.88%

%19.25
%27.88
%52.88

CMYK color model

#577EEF color CMYK value is (64,47,0,6).

  • cyan value is 63.60%
  • magenta value is 47.28%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(64,47,0,6)
C64M47Y0K6 
(64%,47%,0%,6%)
(0.64/0.47/0.00/0.06)	

CMYK percentages

%63.6
%47.28
%0
%6.27

Codes

Color #577EEF in popluar color models

577EEF
RGB87126239
HSL225°82.61%63.92%
HSB/HSV225°63.60%93.73%
CMYK63.60%47.28%0.00%
6.27%

Color #577EEF in popluar number systems.

HEX577EEF
Decimal87126239
Binary1010111111111011101111
Octal127176357

Shades and tints

Shades of #577EEF

#577EEF
(87,126,239)
#5073DA
(80,115,218)
#4968C5
(73,104,197)
#425DB0
(66,93,176)
#3B529B
(59,82,155)
#344786
(52,71,134)
#2D3C71
(45,60,113)
#26315C
(38,49,92)
#1F2647
(31,38,71)
#181B32
(24,27,50)
#11101D
(17,16,29)
#000000
(0,0,0)

Tints of #577EEF

#577EEF
(87,126,239)
#6689F0
(102,137,240)
#7594F1
(117,148,241)
#849FF2
(132,159,242)
#93AAF3
(147,170,243)
#A2B5F4
(162,181,244)
#B1C0F5
(177,192,245)
#C0CBF6
(192,203,246)
#CFD6F7
(207,214,247)
#DEE1F8
(222,225,248)
#EDECF9
(237,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #577EEF color. Also use rgb(87,126,239) instead hex code.

Text Font Color

.myTextColor { color: #577EEF; }

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

This text font color is #577EEF.


Background Color

.myBgColor { background-color: #577EEF; }

<div style="background-color:#577EEF">Inner text</div>

This div background color is #577EEF.


Border color

.myBorderColor { border: 1px solid #577EEF; }

<div style="border:3px solid #577EEF">Div</div>

This div border color is #577EEF.


Opacity

.myOpacity80 { color: #577EEF; opacity: 0.8; }

<p style="color:#577EEF;opacity:0.8;">80%</p>

Text with #577EEF 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 #577EEF;}

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

This text has shadow with #577EEF color.

.textShadow {text-shadow: 3px 3px 1px #577EEF, 3px 3px 1px red;}

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

This text has shadow with #577EEF primary color and red secondary color.


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

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

This text has shadow with #577EEF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577EEF on black background.


Color preview on white background

This text has color #577EEF on white background.



Black color preview on #577EEF background

This text has black color on #577EEF background.


White color preview on #577EEF background

This text has white color on #577EEF background.