COLOR #5A5371

HEX: #5A5371 RGB: (90,83,113)

Color info

#5A5371 contains red, green and blue colors in about the same proportion. Web safe color of #5A5371 is #666666 (or #666).

RGB color model

#5A5371 color RGB value is (90,83,113).

RGB: (90,83,113) (35%, 33%, 44%)

RGB channels and saturation

R 90 of 255 = 35%
G 83 of 255 = 33%
B 113 of 255 = 44%

90
83
113

R + G + B ~ 37%. #5A5371 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 83 + 113 = 286 (100%)
R 90 of 286 ~ 31.47%
G 83 of 286 ~ 29.02%
B 113 of 286 ~ 39.51'%

%31.47
%29.02
%39.51

CMYK color model

#5A5371 color CMYK value is (20,27,0,56).

  • cyan value is 20.35%
  • magenta value is 26.55%
  • yellow value is 0.00%
  • key color value is 55.69%

CMYK: (20,27,0,56)
C20M27Y0K56 (20%, 27%, 0%, 56%)
(0.20 / 0.27 / 0.00 / 0.56)

CMYK percentages

%20.35
%26.55
%0
%55.69

Codes

Color #5A5371 in popluar color models

5A 53 71
RGB 90 83 113
HSL 254° 15.31% 38.43%
HSB/HSV 254° 26.55% 44.31%
CMYK 20.35% 26.55% 0.00%
55.69%

Color #5A5371 in popluar number systems.

HEX 5A 53 71
Decimal 90 83 113
Binary 1011010 1010011 1110001
Octal 132 123 161

Shades and tints

Shades of #5A5371

#5A5371
(90,83,113)
#524C67
(82,76,103)
#4A455D
(74,69,93)
#423E53
(66,62,83)
#3A3749
(58,55,73)
#32303F
(50,48,63)
#2A2935
(42,41,53)
#22222B
(34,34,43)
#1A1B21
(26,27,33)
#121417
(18,20,23)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #5A5371

#5A5371
(90,83,113)
#69627D
(105,98,125)
#787189
(120,113,137)
#878095
(135,128,149)
#968FA1
(150,143,161)
#A59EAD
(165,158,173)
#B4ADB9
(180,173,185)
#C3BCC5
(195,188,197)
#D2CBD1
(210,203,209)
#E1DADD
(225,218,221)
#F0E9E9
(240,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5371 color. Also use rgb(90,83,113) instead hex code.

Text Font Color

.myTextColor { color: #5A5371; }

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

This text font color is #5A5371.

Background Color

.myBgColor { background-color: #5A5371; }

<div style="background-color:#5A5371">Inner text</div>

This div background color is #5A5371.

Border color

.myBorderColor { border: 1px solid #5A5371; }

<div style="border:3px solid #5A5371">Div</div>

This div border color is #5A5371.

Opacity

.myOpacity80 { color: #5A5371; opacity: 0.8; }

<p style="color:#5A5371;opacity:0.8;">80%</p>

Text with #5A5371 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 #5A5371;}

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

This text has shadow with #5A5371 color.


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

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

This text has shadow with #5A5371 primary color and red secondary color.


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

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

This text has shadow with #5A5371 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5A5371.

Preview

Color preview on black background

This text has color #5A5371 on black background.


Color preview on white background

This text has color #5A5371 on white background.


Black color preview on #5A5371 background

This text has black color on #5A5371 background.


White color preview on #5A5371 background

This text has white color on #5A5371 background.


Related colors

Complementary color

Complementary color for #hex is #A5AC8E.


I love getcolorcode.com

Triadic colors

1 #715A53 and #53715A with #5A5371 are triadic colors.

2 #71535A and #535A71 with #5A5371 are triadic colors.