COLOR #576BA5

HEX: #576BA5 RGB: (87,107,165)

Color info

#576BA5 contains mainly green and blue colors. Web safe color of #576BA5 is #666699 (or #669).

RGB color model

#576BA5 color RGB value is (87,107,165).

RGB: (87,107,165) (34%, 42%, 65%)

RGB channels and saturation

R 87 of 255 = 34%
G 107 of 255 = 42%
B 165 of 255 = 65%

87
107
165

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

Portions of RGB colors in percentages

R + G + B = 87 + 107 + 165 = 359 (100%)
R 87 of 359 ~ 24.23%
G 107 of 359 ~ 29.81%
B 165 of 359 ~ 45.96'%

%24.23
%29.81
%45.96

CMYK color model

#576BA5 color CMYK value is (47,35,0,35).

  • cyan value is 47.27%
  • magenta value is 35.15%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK: (47,35,0,35) C47M35Y0K35 (47%,35%,0%,35%) (0.47/0.35/0.00/0.35) 

CMYK percentages

%47.27
%35.15
%0
%35.29

Codes

Color #576BA5 in popluar color models

57 6B A5
RGB 87 107 165
HSL 225° 30.95% 49.41%
HSB/HSV 225° 47.27% 64.71%
CMYK 47.27% 35.15% 0.00%
35.29%

Color #576BA5 in popluar number systems.

HEX 57 6B A5
Decimal 87 107 165
Binary 1010111 1101011 10100101
Octal 127 153 245

Shades and tints

Shades of #576BA5

#576BA5
(87,107,165)
#506296
(80,98,150)
#495987
(73,89,135)
#425078
(66,80,120)
#3B4769
(59,71,105)
#343E5A
(52,62,90)
#2D354B
(45,53,75)
#262C3C
(38,44,60)
#1F232D
(31,35,45)
#181A1E
(24,26,30)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #576BA5

#576BA5
(87,107,165)
#6678AD
(102,120,173)
#7585B5
(117,133,181)
#8492BD
(132,146,189)
#939FC5
(147,159,197)
#A2ACCD
(162,172,205)
#B1B9D5
(177,185,213)
#C0C6DD
(192,198,221)
#CFD3E5
(207,211,229)
#DEE0ED
(222,224,237)
#EDEDF5
(237,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576BA5; }

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

This text font color is #576BA5.

Background Color

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

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

This div background color is #576BA5.

Border color

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

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

This div border color is #576BA5.

Opacity

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

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

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

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

This text has shadow with #576BA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #576BA5.

Preview

Color preview on black background

This text has color #576BA5 on black background.


Color preview on white background

This text has color #576BA5 on white background.


Black color preview on #576BA5 background

This text has black color on #576BA5 background.


White color preview on #576BA5 background

This text has white color on #576BA5 background.


Related colors

Complementary color

Complementary color for #hex is #A8945A.


I love getcolorcode.com

Triadic colors

1 #A5576B and #6BA557 with #576BA5 are triadic colors.

2 #A56B57 and #6B57A5 with #576BA5 are triadic colors.