COLOR #575F81

HEX: #575F81 RGB: (87,95,129)

Color info

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

RGB color model

#575F81 color RGB value is (87,95,129).

RGB: (87,95,129) (34%, 37%, 51%)

RGB channels and saturation

R 87 of 255 = 34%
G 95 of 255 = 37%
B 129 of 255 = 51%

87
95
129

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

Portions of RGB colors in percentages

R + G + B = 87 + 95 + 129 = 311 (100%)
R 87 of 311 ~ 27.97%
G 95 of 311 ~ 30.55%
B 129 of 311 ~ 41.48'%

%27.97
%30.55
%41.48

CMYK color model

#575F81 color CMYK value is (33,26,0,49).

  • cyan value is 32.56%
  • magenta value is 26.36%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK: (33,26,0,49) C33M26Y0K49 (33%,26%,0%,49%) (0.33/0.26/0.00/0.49) 

CMYK percentages

%32.56
%26.36
%0
%49.41

Codes

Color #575F81 in popluar color models

57 5F 81
RGB 87 95 129
HSL 229° 19.44% 42.35%
HSB/HSV 229° 32.56% 50.59%
CMYK 32.56% 26.36% 0.00%
49.41%

Color #575F81 in popluar number systems.

HEX 57 5F 81
Decimal 87 95 129
Binary 1010111 1011111 10000001
Octal 127 137 201

Shades and tints

Shades of #575F81

#575F81
(87,95,129)
#505776
(80,87,118)
#494F6B
(73,79,107)
#424760
(66,71,96)
#3B3F55
(59,63,85)
#34374A
(52,55,74)
#2D2F3F
(45,47,63)
#262734
(38,39,52)
#1F1F29
(31,31,41)
#18171E
(24,23,30)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #575F81

#575F81
(87,95,129)
#666D8C
(102,109,140)
#757B97
(117,123,151)
#8489A2
(132,137,162)
#9397AD
(147,151,173)
#A2A5B8
(162,165,184)
#B1B3C3
(177,179,195)
#C0C1CE
(192,193,206)
#CFCFD9
(207,207,217)
#DEDDE4
(222,221,228)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575F81; }

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

This text font color is #575F81.

Background Color

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

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

This div background color is #575F81.

Border color

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

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

This div border color is #575F81.

Opacity

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

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

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

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

This text has shadow with #575F81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #575F81.

Preview

Color preview on black background

This text has color #575F81 on black background.


Color preview on white background

This text has color #575F81 on white background.


Black color preview on #575F81 background

This text has black color on #575F81 background.


White color preview on #575F81 background

This text has white color on #575F81 background.


Related colors

Complementary color

Complementary color for #hex is #A8A07E.


I love getcolorcode.com

Triadic colors

1 #81575F and #5F8157 with #575F81 are triadic colors.

2 #815F57 and #5F5781 with #575F81 are triadic colors.