COLOR #576091

HEX: #576091
RGB: (87,96,145)

Color info

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

RGB color model

#576091 color RGB value is (87,96,145).

  • red value is 87;
  • green value is 96;
  • blue value is 145.
RGB:
(87,96,145)
(34%,38%,57%)

RGB channels and saturation

R 87 of 255 = 34%
G 96 of 255 = 38%
B 145 of 255 = 57%

87
96
145

R + G + B ~ 43%. #576091 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 96 + 145 = 328 (100%)
R 87 of 328 ~ 26.52%
G 96 of 328 ~ 29.27%
B 145 of 328 ~ 44.21%

%26.52
%29.27
%44.21

CMYK color model

#576091 color CMYK value is (40,34,0,43).

  • cyan value is 40.00%
  • magenta value is 33.79%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(40,34,0,43)
C40M34Y0K43 
(40%,34%,0%,43%)
(0.40/0.34/0.00/0.43)	

CMYK percentages

%40
%33.79
%0
%43.14

Codes

Color #576091 in popluar color models

576091
RGB8796145
HSL231°25.00%45.49%
HSB/HSV231°40.00%56.86%
CMYK40.00%33.79%0.00%
43.14%

Color #576091 in popluar number systems.

HEX576091
Decimal8796145
Binary1010111110000010010001
Octal127140221

Shades and tints

Shades of #576091

#576091
(87,96,145)
#505884
(80,88,132)
#495077
(73,80,119)
#42486A
(66,72,106)
#3B405D
(59,64,93)
#343850
(52,56,80)
#2D3043
(45,48,67)
#262836
(38,40,54)
#1F2029
(31,32,41)
#18181C
(24,24,28)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #576091

#576091
(87,96,145)
#666E9B
(102,110,155)
#757CA5
(117,124,165)
#848AAF
(132,138,175)
#9398B9
(147,152,185)
#A2A6C3
(162,166,195)
#B1B4CD
(177,180,205)
#C0C2D7
(192,194,215)
#CFD0E1
(207,208,225)
#DEDEEB
(222,222,235)
#EDECF5
(237,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576091; }

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

This text font color is #576091.


Background Color

.myBgColor { background-color: #576091; }

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

This div background color is #576091.


Border color

.myBorderColor { border: 1px solid #576091; }

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

This div border color is #576091.


Opacity

.myOpacity80 { color: #576091; opacity: 0.8; }

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

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

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

This text has shadow with #576091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576091 on black background.


Color preview on white background

This text has color #576091 on white background.



Black color preview on #576091 background

This text has black color on #576091 background.


White color preview on #576091 background

This text has white color on #576091 background.