COLOR #575A9F

HEX: #575A9F
RGB: (87,90,159)

Color info

#575A9F contains mainly blue color. Web safe color of #575A9F is #666699 (or #669).

RGB color model

#575A9F color RGB value is (87,90,159).

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

RGB channels and saturation

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

87
90
159

R + G + B ~ 44%. #575A9F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 90 + 159 = 336 (100%)
R 87 of 336 ~ 25.89%
G 90 of 336 ~ 26.79%
B 159 of 336 ~ 47.32%

%25.89
%26.79
%47.32

CMYK color model

#575A9F color CMYK value is (45,43,0,38).

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

CMYK percentages

%45.28
%43.4
%0
%37.65

Codes

Color #575A9F in popluar color models

575A9F
RGB8790159
HSL238°29.27%48.24%
HSB/HSV238°45.28%62.35%
CMYK45.28%43.40%0.00%
37.65%

Color #575A9F in popluar number systems.

HEX575A9F
Decimal8790159
Binary1010111101101010011111
Octal127132237

Shades and tints

Shades of #575A9F

#575A9F
(87,90,159)
#505291
(80,82,145)
#494A83
(73,74,131)
#424275
(66,66,117)
#3B3A67
(59,58,103)
#343259
(52,50,89)
#2D2A4B
(45,42,75)
#26223D
(38,34,61)
#1F1A2F
(31,26,47)
#181221
(24,18,33)
#110A13
(17,10,19)
#000000
(0,0,0)

Tints of #575A9F

#575A9F
(87,90,159)
#6669A7
(102,105,167)
#7578AF
(117,120,175)
#8487B7
(132,135,183)
#9396BF
(147,150,191)
#A2A5C7
(162,165,199)
#B1B4CF
(177,180,207)
#C0C3D7
(192,195,215)
#CFD2DF
(207,210,223)
#DEE1E7
(222,225,231)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575A9F; }

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

This text font color is #575A9F.


Background Color

.myBgColor { background-color: #575A9F; }

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

This div background color is #575A9F.


Border color

.myBorderColor { border: 1px solid #575A9F; }

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

This div border color is #575A9F.


Opacity

.myOpacity80 { color: #575A9F; opacity: 0.8; }

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

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

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

This text has shadow with #575A9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575A9F on black background.


Color preview on white background

This text has color #575A9F on white background.



Black color preview on #575A9F background

This text has black color on #575A9F background.


White color preview on #575A9F background

This text has white color on #575A9F background.