COLOR #577CD1

HEX: #577CD1
RGB: (87,124,209)

Color info

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

RGB color model

#577CD1 color RGB value is (87,124,209).

  • red value is 87;
  • green value is 124;
  • blue value is 209.
RGB:
(87,124,209)
(34%,49%,82%)

RGB channels and saturation

R 87 of 255 = 34%
G 124 of 255 = 49%
B 209 of 255 = 82%

87
124
209

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

Portions of RGB colors in percentages

R + G + B =
87 + 124 + 209 = 420 (100%)
R 87 of 420 ~ 20.71%
G 124 of 420 ~ 29.52%
B 209 of 420 ~ 49.76%

%20.71
%29.52
%49.76

CMYK color model

#577CD1 color CMYK value is (58,41,0,18).

  • cyan value is 58.37%
  • magenta value is 40.67%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(58,41,0,18)
C58M41Y0K18 
(58%,41%,0%,18%)
(0.58/0.41/0.00/0.18)	

CMYK percentages

%58.37
%40.67
%0
%18.04

Codes

Color #577CD1 in popluar color models

577CD1
RGB87124209
HSL222°57.01%58.04%
HSB/HSV222°58.37%81.96%
CMYK58.37%40.67%0.00%
18.04%

Color #577CD1 in popluar number systems.

HEX577CD1
Decimal87124209
Binary1010111111110011010001
Octal127174321

Shades and tints

Shades of #577CD1

#577CD1
(87,124,209)
#5071BE
(80,113,190)
#4966AB
(73,102,171)
#425B98
(66,91,152)
#3B5085
(59,80,133)
#344572
(52,69,114)
#2D3A5F
(45,58,95)
#262F4C
(38,47,76)
#1F2439
(31,36,57)
#181926
(24,25,38)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #577CD1

#577CD1
(87,124,209)
#6687D5
(102,135,213)
#7592D9
(117,146,217)
#849DDD
(132,157,221)
#93A8E1
(147,168,225)
#A2B3E5
(162,179,229)
#B1BEE9
(177,190,233)
#C0C9ED
(192,201,237)
#CFD4F1
(207,212,241)
#DEDFF5
(222,223,245)
#EDEAF9
(237,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #577CD1 color. Also use rgb(87,124,209) instead hex code.

Text Font Color

.myTextColor { color: #577CD1; }

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

This text font color is #577CD1.


Background Color

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

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

This div background color is #577CD1.


Border color

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

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

This div border color is #577CD1.


Opacity

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

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

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

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

This text has shadow with #577CD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577CD1 on black background.


Color preview on white background

This text has color #577CD1 on white background.



Black color preview on #577CD1 background

This text has black color on #577CD1 background.


White color preview on #577CD1 background

This text has white color on #577CD1 background.