COLOR #576AB8

HEX: #576AB8
RGB: (87,106,184)

Color info

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

RGB color model

#576AB8 color RGB value is (87,106,184).

  • red value is 87;
  • green value is 106;
  • blue value is 184.
RGB:
(87,106,184)
(34%,42%,72%)

RGB channels and saturation

R 87 of 255 = 34%
G 106 of 255 = 42%
B 184 of 255 = 72%

87
106
184

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

Portions of RGB colors in percentages

R + G + B =
87 + 106 + 184 = 377 (100%)
R 87 of 377 ~ 23.08%
G 106 of 377 ~ 28.12%
B 184 of 377 ~ 48.81%

%23.08
%28.12
%48.81

CMYK color model

#576AB8 color CMYK value is (53,42,0,28).

  • cyan value is 52.72%
  • magenta value is 42.39%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(53,42,0,28)
C53M42Y0K28 
(53%,42%,0%,28%)
(0.53/0.42/0.00/0.28)	

CMYK percentages

%52.72
%42.39
%0
%27.84

Codes

Color #576AB8 in popluar color models

576AB8
RGB87106184
HSL228°40.59%53.14%
HSB/HSV228°52.72%72.16%
CMYK52.72%42.39%0.00%
27.84%

Color #576AB8 in popluar number systems.

HEX576AB8
Decimal87106184
Binary1010111110101010111000
Octal127152270

Shades and tints

Shades of #576AB8

#576AB8
(87,106,184)
#5061A8
(80,97,168)
#495898
(73,88,152)
#424F88
(66,79,136)
#3B4678
(59,70,120)
#343D68
(52,61,104)
#2D3458
(45,52,88)
#262B48
(38,43,72)
#1F2238
(31,34,56)
#181928
(24,25,40)
#111018
(17,16,24)
#000000
(0,0,0)

Tints of #576AB8

#576AB8
(87,106,184)
#6677BE
(102,119,190)
#7584C4
(117,132,196)
#8491CA
(132,145,202)
#939ED0
(147,158,208)
#A2ABD6
(162,171,214)
#B1B8DC
(177,184,220)
#C0C5E2
(192,197,226)
#CFD2E8
(207,210,232)
#DEDFEE
(222,223,238)
#EDECF4
(237,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576AB8 color. Also use rgb(87,106,184) instead hex code.

Text Font Color

.myTextColor { color: #576AB8; }

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

This text font color is #576AB8.


Background Color

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

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

This div background color is #576AB8.


Border color

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

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

This div border color is #576AB8.


Opacity

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

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

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

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

This text has shadow with #576AB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576AB8 on black background.


Color preview on white background

This text has color #576AB8 on white background.



Black color preview on #576AB8 background

This text has black color on #576AB8 background.


White color preview on #576AB8 background

This text has white color on #576AB8 background.