COLOR #576F98

HEX: #576F98
RGB: (87,111,152)

Color info

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

RGB color model

#576F98 color RGB value is (87,111,152).

  • red value is 87;
  • green value is 111;
  • blue value is 152.
RGB:
(87,111,152)
(34%,44%,60%)

RGB channels and saturation

R 87 of 255 = 34%
G 111 of 255 = 44%
B 152 of 255 = 60%

87
111
152

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

Portions of RGB colors in percentages

R + G + B =
87 + 111 + 152 = 350 (100%)
R 87 of 350 ~ 24.86%
G 111 of 350 ~ 31.71%
B 152 of 350 ~ 43.43%

%24.86
%31.71
%43.43

CMYK color model

#576F98 color CMYK value is (43,27,0,40).

  • cyan value is 42.76%
  • magenta value is 26.97%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(43,27,0,40)
C43M27Y0K40 
(43%,27%,0%,40%)
(0.43/0.27/0.00/0.40)	

CMYK percentages

%42.76
%26.97
%0
%40.39

Codes

Color #576F98 in popluar color models

576F98
RGB87111152
HSL218°27.20%46.86%
HSB/HSV218°42.76%59.61%
CMYK42.76%26.97%0.00%
40.39%

Color #576F98 in popluar number systems.

HEX576F98
Decimal87111152
Binary1010111110111110011000
Octal127157230

Shades and tints

Shades of #576F98

#576F98
(87,111,152)
#50658B
(80,101,139)
#495B7E
(73,91,126)
#425171
(66,81,113)
#3B4764
(59,71,100)
#343D57
(52,61,87)
#2D334A
(45,51,74)
#26293D
(38,41,61)
#1F1F30
(31,31,48)
#181523
(24,21,35)
#110B16
(17,11,22)
#000000
(0,0,0)

Tints of #576F98

#576F98
(87,111,152)
#667CA1
(102,124,161)
#7589AA
(117,137,170)
#8496B3
(132,150,179)
#93A3BC
(147,163,188)
#A2B0C5
(162,176,197)
#B1BDCE
(177,189,206)
#C0CAD7
(192,202,215)
#CFD7E0
(207,215,224)
#DEE4E9
(222,228,233)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576F98 color. Also use rgb(87,111,152) instead hex code.

Text Font Color

.myTextColor { color: #576F98; }

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

This text font color is #576F98.


Background Color

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

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

This div background color is #576F98.


Border color

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

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

This div border color is #576F98.


Opacity

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

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

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

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

This text has shadow with #576F98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576F98 on black background.


Color preview on white background

This text has color #576F98 on white background.



Black color preview on #576F98 background

This text has black color on #576F98 background.


White color preview on #576F98 background

This text has white color on #576F98 background.