COLOR #576B91

HEX: #576B91 RGB: (87,107,145)

Color info

#576B91 contains red, green and blue colors in about the same proportion. Web safe color of #576B91 is #666699 (or #669).

RGB color model

#576B91 color RGB value is (87,107,145).

RGB: (87,107,145) (34%, 42%, 57%)

RGB channels and saturation

R 87 of 255 = 34%
G 107 of 255 = 42%
B 145 of 255 = 57%

87
107
145

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

Portions of RGB colors in percentages

R + G + B = 87 + 107 + 145 = 339 (100%)
R 87 of 339 ~ 25.66%
G 107 of 339 ~ 31.56%
B 145 of 339 ~ 42.77'%

%25.66
%31.56
%42.77

CMYK color model

#576B91 color CMYK value is (40,26,0,43).

  • cyan value is 40.00%
  • magenta value is 26.21%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (40,26,0,43)
C40M26Y0K43 (40%, 26%, 0%, 43%)
(0.40 / 0.26 / 0.00 / 0.43)

CMYK percentages

%40
%26.21
%0
%43.14

Codes

Color #576B91 in popluar color models

57 6B 91
RGB 87 107 145
HSL 219° 25.00% 45.49%
HSB/HSV 219° 40.00% 56.86%
CMYK 40.00% 26.21% 0.00%
43.14%

Color #576B91 in popluar number systems.

HEX 57 6B 91
Decimal 87 107 145
Binary 1010111 1101011 10010001
Octal 127 153 221

Shades and tints

Shades of #576B91

#576B91
(87,107,145)
#506284
(80,98,132)
#495977
(73,89,119)
#42506A
(66,80,106)
#3B475D
(59,71,93)
#343E50
(52,62,80)
#2D3543
(45,53,67)
#262C36
(38,44,54)
#1F2329
(31,35,41)
#181A1C
(24,26,28)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #576B91

#576B91
(87,107,145)
#66789B
(102,120,155)
#7585A5
(117,133,165)
#8492AF
(132,146,175)
#939FB9
(147,159,185)
#A2ACC3
(162,172,195)
#B1B9CD
(177,185,205)
#C0C6D7
(192,198,215)
#CFD3E1
(207,211,225)
#DEE0EB
(222,224,235)
#EDEDF5
(237,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576B91; }

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

This text font color is #576B91.

Background Color

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

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

This div background color is #576B91.

Border color

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

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

This div border color is #576B91.

Opacity

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

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

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

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

This text has shadow with #576B91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #576B91.

Preview

Color preview on black background

This text has color #576B91 on black background.


Color preview on white background

This text has color #576B91 on white background.


Black color preview on #576B91 background

This text has black color on #576B91 background.


White color preview on #576B91 background

This text has white color on #576B91 background.


Related colors

Complementary color

Complementary color for #hex is #A8946E.


I love getcolorcode.com

Triadic colors

1 #91576B and #6B9157 with #576B91 are triadic colors.

2 #916B57 and #6B5791 with #576B91 are triadic colors.