COLOR #575AAF

HEX: #575AAF RGB: (87,90,175)

Color info

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

RGB color model

#575AAF color RGB value is (87,90,175).

RGB: (87,90,175) (34%, 35%, 69%)

RGB channels and saturation

R 87 of 255 = 34%
G 90 of 255 = 35%
B 175 of 255 = 69%

87
90
175

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

Portions of RGB colors in percentages

R + G + B = 87 + 90 + 175 = 352 (100%)
R 87 of 352 ~ 24.72%
G 90 of 352 ~ 25.57%
B 175 of 352 ~ 49.72'%

%24.72
%25.57
%49.72

CMYK color model

#575AAF color CMYK value is (50,49,0,31).

  • cyan value is 50.29%
  • magenta value is 48.57%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (50,49,0,31)
C50M49Y0K31 (50%, 49%, 0%, 31%)
(0.50 / 0.49 / 0.00 / 0.31)

CMYK percentages

%50.29
%48.57
%0
%31.37

Codes

Color #575AAF in popluar color models

57 5A AF
RGB 87 90 175
HSL 238° 35.48% 51.37%
HSB/HSV 238° 50.29% 68.63%
CMYK 50.29% 48.57% 0.00%
31.37%

Color #575AAF in popluar number systems.

HEX 57 5A AF
Decimal 87 90 175
Binary 1010111 1011010 10101111
Octal 127 132 257

Shades and tints

Shades of #575AAF

#575AAF
(87,90,175)
#5052A0
(80,82,160)
#494A91
(73,74,145)
#424282
(66,66,130)
#3B3A73
(59,58,115)
#343264
(52,50,100)
#2D2A55
(45,42,85)
#262246
(38,34,70)
#1F1A37
(31,26,55)
#181228
(24,18,40)
#110A19
(17,10,25)
#000000
(0,0,0)

Tints of #575AAF

#575AAF
(87,90,175)
#6669B6
(102,105,182)
#7578BD
(117,120,189)
#8487C4
(132,135,196)
#9396CB
(147,150,203)
#A2A5D2
(162,165,210)
#B1B4D9
(177,180,217)
#C0C3E0
(192,195,224)
#CFD2E7
(207,210,231)
#DEE1EE
(222,225,238)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575AAF; }

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

This text font color is #575AAF.

Background Color

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

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

This div background color is #575AAF.

Border color

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

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

This div border color is #575AAF.

Opacity

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

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

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

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

This text has shadow with #575AAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #575AAF.

Preview

Color preview on black background

This text has color #575AAF on black background.


Color preview on white background

This text has color #575AAF on white background.


Black color preview on #575AAF background

This text has black color on #575AAF background.


White color preview on #575AAF background

This text has white color on #575AAF background.


Related colors

Complementary color

Complementary color for #hex is #A8A550.


I love getcolorcode.com

Triadic colors

1 #AF575A and #5AAF57 with #575AAF are triadic colors.

2 #AF5A57 and #5A57AF with #575AAF are triadic colors.