COLOR #575F8E

HEX: #575F8E RGB: (87,95,142)

Color info

#575F8E contains red, green and blue colors in about the same proportion. Web safe color of #575F8E is #666699 (or #669).

RGB color model

#575F8E color RGB value is (87,95,142).

RGB: (87,95,142) (34%, 37%, 56%)

RGB channels and saturation

R 87 of 255 = 34%
G 95 of 255 = 37%
B 142 of 255 = 56%

87
95
142

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

Portions of RGB colors in percentages

R + G + B = 87 + 95 + 142 = 324 (100%)
R 87 of 324 ~ 26.85%
G 95 of 324 ~ 29.32%
B 142 of 324 ~ 43.83'%

%26.85
%29.32
%43.83

CMYK color model

#575F8E color CMYK value is (39,33,0,44).

  • cyan value is 38.73%
  • magenta value is 33.10%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK: (39,33,0,44) C39M33Y0K44 (39%,33%,0%,44%) (0.39/0.33/0.00/0.44) 

CMYK percentages

%38.73
%33.1
%0
%44.31

Codes

Color #575F8E in popluar color models

57 5F 8E
RGB 87 95 142
HSL 231° 24.02% 44.90%
HSB/HSV 231° 38.73% 55.69%
CMYK 38.73% 33.10% 0.00%
44.31%

Color #575F8E in popluar number systems.

HEX 57 5F 8E
Decimal 87 95 142
Binary 1010111 1011111 10001110
Octal 127 137 216

Shades and tints

Shades of #575F8E

#575F8E
(87,95,142)
#505782
(80,87,130)
#494F76
(73,79,118)
#42476A
(66,71,106)
#3B3F5E
(59,63,94)
#343752
(52,55,82)
#2D2F46
(45,47,70)
#26273A
(38,39,58)
#1F1F2E
(31,31,46)
#181722
(24,23,34)
#110F16
(17,15,22)
#000000
(0,0,0)

Tints of #575F8E

#575F8E
(87,95,142)
#666D98
(102,109,152)
#757BA2
(117,123,162)
#8489AC
(132,137,172)
#9397B6
(147,151,182)
#A2A5C0
(162,165,192)
#B1B3CA
(177,179,202)
#C0C1D4
(192,193,212)
#CFCFDE
(207,207,222)
#DEDDE8
(222,221,232)
#EDEBF2
(237,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575F8E color. Also use rgb(87,95,142) instead hex code.

Text Font Color

.myTextColor { color: #575F8E; }

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

This text font color is #575F8E.

Background Color

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

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

This div background color is #575F8E.

Border color

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

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

This div border color is #575F8E.

Opacity

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

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

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

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

This text has shadow with #575F8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #575F8E.

Preview

Color preview on black background

This text has color #575F8E on black background.


Color preview on white background

This text has color #575F8E on white background.


Black color preview on #575F8E background

This text has black color on #575F8E background.


White color preview on #575F8E background

This text has white color on #575F8E background.


Related colors

Complementary color

Complementary color for #hex is #A8A071.


I love getcolorcode.com

Triadic colors

1 #8E575F and #5F8E57 with #575F8E are triadic colors.

2 #8E5F57 and #5F578E with #575F8E are triadic colors.