COLOR #576988

HEX: #576988
RGB: (87,105,136)

Color info

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

RGB color model

#576988 color RGB value is (87,105,136).

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

RGB channels and saturation

R 87 of 255 = 34%
G 105 of 255 = 41%
B 136 of 255 = 53%

87
105
136

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

Portions of RGB colors in percentages

R + G + B =
87 + 105 + 136 = 328 (100%)
R 87 of 328 ~ 26.52%
G 105 of 328 ~ 32.01%
B 136 of 328 ~ 41.46%

%26.52
%32.01
%41.46

CMYK color model

#576988 color CMYK value is (36,23,0,47).

  • cyan value is 36.03%
  • magenta value is 22.79%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(36,23,0,47)
C36M23Y0K47 
(36%,23%,0%,47%)
(0.36/0.23/0.00/0.47)	

CMYK percentages

%36.03
%22.79
%0
%46.67

Codes

Color #576988 in popluar color models

576988
RGB87105136
HSL218°21.97%43.73%
HSB/HSV218°36.03%53.33%
CMYK36.03%22.79%0.00%
46.67%

Color #576988 in popluar number systems.

HEX576988
Decimal87105136
Binary1010111110100110001000
Octal127151210

Shades and tints

Shades of #576988

#576988
(87,105,136)
#50607C
(80,96,124)
#495770
(73,87,112)
#424E64
(66,78,100)
#3B4558
(59,69,88)
#343C4C
(52,60,76)
#2D3340
(45,51,64)
#262A34
(38,42,52)
#1F2128
(31,33,40)
#18181C
(24,24,28)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #576988

#576988
(87,105,136)
#667692
(102,118,146)
#75839C
(117,131,156)
#8490A6
(132,144,166)
#939DB0
(147,157,176)
#A2AABA
(162,170,186)
#B1B7C4
(177,183,196)
#C0C4CE
(192,196,206)
#CFD1D8
(207,209,216)
#DEDEE2
(222,222,226)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576988; }

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

This text font color is #576988.


Background Color

.myBgColor { background-color: #576988; }

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

This div background color is #576988.


Border color

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

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

This div border color is #576988.


Opacity

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

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

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

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

This text has shadow with #576988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576988 on black background.


Color preview on white background

This text has color #576988 on white background.



Black color preview on #576988 background

This text has black color on #576988 background.


White color preview on #576988 background

This text has white color on #576988 background.