COLOR #577BD0

HEX: #577BD0
RGB: (87,123,208)

Color info

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

RGB color model

#577BD0 color RGB value is (87,123,208).

  • red value is 87;
  • green value is 123;
  • blue value is 208.
RGB:
(87,123,208)
(34%,48%,82%)

RGB channels and saturation

R 87 of 255 = 34%
G 123 of 255 = 48%
B 208 of 255 = 82%

87
123
208

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

Portions of RGB colors in percentages

R + G + B =
87 + 123 + 208 = 418 (100%)
R 87 of 418 ~ 20.81%
G 123 of 418 ~ 29.43%
B 208 of 418 ~ 49.76%

%20.81
%29.43
%49.76

CMYK color model

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

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

CMYK percentages

%58.17
%40.87
%0
%18.43

Codes

Color #577BD0 in popluar color models

577BD0
RGB87123208
HSL222°56.28%57.84%
HSB/HSV222°58.17%81.57%
CMYK58.17%40.87%0.00%
18.43%

Color #577BD0 in popluar number systems.

HEX577BD0
Decimal87123208
Binary1010111111101111010000
Octal127173320

Shades and tints

Shades of #577BD0

#577BD0
(87,123,208)
#5070BE
(80,112,190)
#4965AC
(73,101,172)
#425A9A
(66,90,154)
#3B4F88
(59,79,136)
#344476
(52,68,118)
#2D3964
(45,57,100)
#262E52
(38,46,82)
#1F2340
(31,35,64)
#18182E
(24,24,46)
#110D1C
(17,13,28)
#000000
(0,0,0)

Tints of #577BD0

#577BD0
(87,123,208)
#6687D4
(102,135,212)
#7593D8
(117,147,216)
#849FDC
(132,159,220)
#93ABE0
(147,171,224)
#A2B7E4
(162,183,228)
#B1C3E8
(177,195,232)
#C0CFEC
(192,207,236)
#CFDBF0
(207,219,240)
#DEE7F4
(222,231,244)
#EDF3F8
(237,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #577BD0 color. Also use rgb(87,123,208) instead hex code.

Text Font Color

.myTextColor { color: #577BD0; }

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

This text font color is #577BD0.


Background Color

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

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

This div background color is #577BD0.


Border color

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

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

This div border color is #577BD0.


Opacity

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

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

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

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

This text has shadow with #577BD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577BD0 on black background.


Color preview on white background

This text has color #577BD0 on white background.



Black color preview on #577BD0 background

This text has black color on #577BD0 background.


White color preview on #577BD0 background

This text has white color on #577BD0 background.