COLOR #576BBE

HEX: #576BBE
RGB: (87,107,190)

Color info

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

RGB color model

#576BBE color RGB value is (87,107,190).

  • red value is 87;
  • green value is 107;
  • blue value is 190.
RGB:
(87,107,190)
(34%,42%,75%)

RGB channels and saturation

R 87 of 255 = 34%
G 107 of 255 = 42%
B 190 of 255 = 75%

87
107
190

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

Portions of RGB colors in percentages

R + G + B =
87 + 107 + 190 = 384 (100%)
R 87 of 384 ~ 22.66%
G 107 of 384 ~ 27.86%
B 190 of 384 ~ 49.48%

%22.66
%27.86
%49.48

CMYK color model

#576BBE color CMYK value is (54,44,0,25).

  • cyan value is 54.21%
  • magenta value is 43.68%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(54,44,0,25)
C54M44Y0K25 
(54%,44%,0%,25%)
(0.54/0.44/0.00/0.25)	

CMYK percentages

%54.21
%43.68
%0
%25.49

Codes

Color #576BBE in popluar color models

576BBE
RGB87107190
HSL228°44.21%54.31%
HSB/HSV228°54.21%74.51%
CMYK54.21%43.68%0.00%
25.49%

Color #576BBE in popluar number systems.

HEX576BBE
Decimal87107190
Binary1010111110101110111110
Octal127153276

Shades and tints

Shades of #576BBE

#576BBE
(87,107,190)
#5062AD
(80,98,173)
#49599C
(73,89,156)
#42508B
(66,80,139)
#3B477A
(59,71,122)
#343E69
(52,62,105)
#2D3558
(45,53,88)
#262C47
(38,44,71)
#1F2336
(31,35,54)
#181A25
(24,26,37)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #576BBE

#576BBE
(87,107,190)
#6678C3
(102,120,195)
#7585C8
(117,133,200)
#8492CD
(132,146,205)
#939FD2
(147,159,210)
#A2ACD7
(162,172,215)
#B1B9DC
(177,185,220)
#C0C6E1
(192,198,225)
#CFD3E6
(207,211,230)
#DEE0EB
(222,224,235)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576BBE color. Also use rgb(87,107,190) instead hex code.

Text Font Color

.myTextColor { color: #576BBE; }

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

This text font color is #576BBE.


Background Color

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

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

This div background color is #576BBE.


Border color

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

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

This div border color is #576BBE.


Opacity

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

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

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

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

This text has shadow with #576BBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576BBE on black background.


Color preview on white background

This text has color #576BBE on white background.



Black color preview on #576BBE background

This text has black color on #576BBE background.


White color preview on #576BBE background

This text has white color on #576BBE background.