COLOR #57579F

HEX: #57579F
RGB: (87,87,159)

Color info

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

RGB color model

#57579F color RGB value is (87,87,159).

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

RGB channels and saturation

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

87
87
159

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

Portions of RGB colors in percentages

R + G + B =
87 + 87 + 159 = 333 (100%)
R 87 of 333 ~ 26.13%
G 87 of 333 ~ 26.13%
B 159 of 333 ~ 47.75%

%26.13
%26.13
%47.75

CMYK color model

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

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

CMYK percentages

%45.28
%45.28
%0
%37.65

Codes

Color #57579F in popluar color models

57579F
RGB8787159
HSL240°29.27%48.24%
HSB/HSV240°45.28%62.35%
CMYK45.28%45.28%0.00%
37.65%

Color #57579F in popluar number systems.

HEX57579F
Decimal8787159
Binary1010111101011110011111
Octal127127237

Shades and tints

Shades of #57579F

#57579F
(87,87,159)
#505091
(80,80,145)
#494983
(73,73,131)
#424275
(66,66,117)
#3B3B67
(59,59,103)
#343459
(52,52,89)
#2D2D4B
(45,45,75)
#26263D
(38,38,61)
#1F1F2F
(31,31,47)
#181821
(24,24,33)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #57579F

#57579F
(87,87,159)
#6666A7
(102,102,167)
#7575AF
(117,117,175)
#8484B7
(132,132,183)
#9393BF
(147,147,191)
#A2A2C7
(162,162,199)
#B1B1CF
(177,177,207)
#C0C0D7
(192,192,215)
#CFCFDF
(207,207,223)
#DEDEE7
(222,222,231)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57579F; }

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

This text font color is #57579F.


Background Color

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

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

This div background color is #57579F.


Border color

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

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

This div border color is #57579F.


Opacity

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

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

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

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

This text has shadow with #57579F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #57579F on black background.


Color preview on white background

This text has color #57579F on white background.



Black color preview on #57579F background

This text has black color on #57579F background.


White color preview on #57579F background

This text has white color on #57579F background.