COLOR #576078

HEX: #576078
RGB: (87,96,120)

Color info

#576078 contains red, green and blue colors in about the same proportion. Web safe color of #576078 is #666666 (or #666).

RGB color model

#576078 color RGB value is (87,96,120).

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

RGB channels and saturation

R 87 of 255 = 34%
G 96 of 255 = 38%
B 120 of 255 = 47%

87
96
120

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

Portions of RGB colors in percentages

R + G + B =
87 + 96 + 120 = 303 (100%)
R 87 of 303 ~ 28.71%
G 96 of 303 ~ 31.68%
B 120 of 303 ~ 39.6%

%28.71
%31.68
%39.6

CMYK color model

#576078 color CMYK value is (28,20,0,53).

  • cyan value is 27.50%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(28,20,0,53)
C28M20Y0K53 
(28%,20%,0%,53%)
(0.28/0.20/0.00/0.53)	

CMYK percentages

%27.5
%20
%0
%52.94

Codes

Color #576078 in popluar color models

576078
RGB8796120
HSL224°15.94%40.59%
HSB/HSV224°27.50%47.06%
CMYK27.50%20.00%0.00%
52.94%

Color #576078 in popluar number systems.

HEX576078
Decimal8796120
Binary101011111000001111000
Octal127140170

Shades and tints

Shades of #576078

#576078
(87,96,120)
#50586E
(80,88,110)
#495064
(73,80,100)
#42485A
(66,72,90)
#3B4050
(59,64,80)
#343846
(52,56,70)
#2D303C
(45,48,60)
#262832
(38,40,50)
#1F2028
(31,32,40)
#18181E
(24,24,30)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #576078

#576078
(87,96,120)
#666E84
(102,110,132)
#757C90
(117,124,144)
#848A9C
(132,138,156)
#9398A8
(147,152,168)
#A2A6B4
(162,166,180)
#B1B4C0
(177,180,192)
#C0C2CC
(192,194,204)
#CFD0D8
(207,208,216)
#DEDEE4
(222,222,228)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576078; }

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

This text font color is #576078.


Background Color

.myBgColor { background-color: #576078; }

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

This div background color is #576078.


Border color

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

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

This div border color is #576078.


Opacity

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

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

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

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

This text has shadow with #576078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576078 on black background.


Color preview on white background

This text has color #576078 on white background.



Black color preview on #576078 background

This text has black color on #576078 background.


White color preview on #576078 background

This text has white color on #576078 background.