COLOR #57579E

HEX: #57579E
RGB: (87,87,158)

Color info

#57579E contains mainly blue color. Web safe color of #57579E is #666699 (or #669).

RGB color model

#57579E color RGB value is (87,87,158).

  • red value is 87;
  • green value is 87;
  • blue value is 158.
RGB:
(87,87,158)
(34%,34%,62%)

RGB channels and saturation

R 87 of 255 = 34%
G 87 of 255 = 34%
B 158 of 255 = 62%

87
87
158

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

Portions of RGB colors in percentages

R + G + B =
87 + 87 + 158 = 332 (100%)
R 87 of 332 ~ 26.2%
G 87 of 332 ~ 26.2%
B 158 of 332 ~ 47.59%

%26.2
%26.2
%47.59

CMYK color model

#57579E color CMYK value is (45,45,0,38).

  • cyan value is 44.94%
  • magenta value is 44.94%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(45,45,0,38)
C45M45Y0K38 
(45%,45%,0%,38%)
(0.45/0.45/0.00/0.38)	

CMYK percentages

%44.94
%44.94
%0
%38.04

Codes

Color #57579E in popluar color models

57579E
RGB8787158
HSL240°28.98%48.04%
HSB/HSV240°44.94%61.96%
CMYK44.94%44.94%0.00%
38.04%

Color #57579E in popluar number systems.

HEX57579E
Decimal8787158
Binary1010111101011110011110
Octal127127236

Shades and tints

Shades of #57579E

#57579E
(87,87,158)
#505090
(80,80,144)
#494982
(73,73,130)
#424274
(66,66,116)
#3B3B66
(59,59,102)
#343458
(52,52,88)
#2D2D4A
(45,45,74)
#26263C
(38,38,60)
#1F1F2E
(31,31,46)
#181820
(24,24,32)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #57579E

#57579E
(87,87,158)
#6666A6
(102,102,166)
#7575AE
(117,117,174)
#8484B6
(132,132,182)
#9393BE
(147,147,190)
#A2A2C6
(162,162,198)
#B1B1CE
(177,177,206)
#C0C0D6
(192,192,214)
#CFCFDE
(207,207,222)
#DEDEE6
(222,222,230)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57579E color. Also use rgb(87,87,158) instead hex code.

Text Font Color

.myTextColor { color: #57579E; }

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

This text font color is #57579E.


Background Color

.myBgColor { background-color: #57579E; }

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

This div background color is #57579E.


Border color

.myBorderColor { border: 1px solid #57579E; }

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

This div border color is #57579E.


Opacity

.myOpacity80 { color: #57579E; opacity: 0.8; }

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

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

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

This text has shadow with #57579E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57579E on black background.


Color preview on white background

This text has color #57579E on white background.



Black color preview on #57579E background

This text has black color on #57579E background.


White color preview on #57579E background

This text has white color on #57579E background.