COLOR #576994

HEX: #576994
RGB: (87,105,148)

Color info

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

RGB color model

#576994 color RGB value is (87,105,148).

  • red value is 87;
  • green value is 105;
  • blue value is 148.
RGB:
(87,105,148)
(34%,41%,58%)

RGB channels and saturation

R 87 of 255 = 34%
G 105 of 255 = 41%
B 148 of 255 = 58%

87
105
148

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

Portions of RGB colors in percentages

R + G + B =
87 + 105 + 148 = 340 (100%)
R 87 of 340 ~ 25.59%
G 105 of 340 ~ 30.88%
B 148 of 340 ~ 43.53%

%25.59
%30.88
%43.53

CMYK color model

#576994 color CMYK value is (41,29,0,42).

  • cyan value is 41.22%
  • magenta value is 29.05%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(41,29,0,42)
C41M29Y0K42 
(41%,29%,0%,42%)
(0.41/0.29/0.00/0.42)	

CMYK percentages

%41.22
%29.05
%0
%41.96

Codes

Color #576994 in popluar color models

576994
RGB87105148
HSL222°25.96%46.08%
HSB/HSV222°41.22%58.04%
CMYK41.22%29.05%0.00%
41.96%

Color #576994 in popluar number systems.

HEX576994
Decimal87105148
Binary1010111110100110010100
Octal127151224

Shades and tints

Shades of #576994

#576994
(87,105,148)
#506087
(80,96,135)
#49577A
(73,87,122)
#424E6D
(66,78,109)
#3B4560
(59,69,96)
#343C53
(52,60,83)
#2D3346
(45,51,70)
#262A39
(38,42,57)
#1F212C
(31,33,44)
#18181F
(24,24,31)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #576994

#576994
(87,105,148)
#66769D
(102,118,157)
#7583A6
(117,131,166)
#8490AF
(132,144,175)
#939DB8
(147,157,184)
#A2AAC1
(162,170,193)
#B1B7CA
(177,183,202)
#C0C4D3
(192,196,211)
#CFD1DC
(207,209,220)
#DEDEE5
(222,222,229)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576994 color. Also use rgb(87,105,148) instead hex code.

Text Font Color

.myTextColor { color: #576994; }

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

This text font color is #576994.


Background Color

.myBgColor { background-color: #576994; }

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

This div background color is #576994.


Border color

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

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

This div border color is #576994.


Opacity

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

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

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

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

This text has shadow with #576994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576994 on black background.


Color preview on white background

This text has color #576994 on white background.



Black color preview on #576994 background

This text has black color on #576994 background.


White color preview on #576994 background

This text has white color on #576994 background.