COLOR #5A5C71

HEX: #5A5C71 RGB: (90,92,113)

Color info

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

RGB color model

#5A5C71 color RGB value is (90,92,113).

RGB: (90,92,113) (35%, 36%, 44%)

RGB channels and saturation

R 90 of 255 = 35%
G 92 of 255 = 36%
B 113 of 255 = 44%

90
92
113

R + G + B ~ 38%. #5A5C71 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 92 + 113 = 295 (100%)
R 90 of 295 ~ 30.51%
G 92 of 295 ~ 31.19%
B 113 of 295 ~ 38.31'%

%30.51
%31.19
%38.31

CMYK color model

#5A5C71 color CMYK value is (20,19,0,56).

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

CMYK: (20,19,0,56)
C20M19Y0K56 (20%, 19%, 0%, 56%)
(0.20 / 0.19 / 0.00 / 0.56)

CMYK percentages

%20.35
%18.58
%0
%55.69

Codes

Color #5A5C71 in popluar color models

5A 5C 71
RGB 90 92 113
HSL 235° 11.33% 39.80%
HSB/HSV 235° 20.35% 44.31%
CMYK 20.35% 18.58% 0.00%
55.69%

Color #5A5C71 in popluar number systems.

HEX 5A 5C 71
Decimal 90 92 113
Binary 1011010 1011100 1110001
Octal 132 134 161

Shades and tints

Shades of #5A5C71

#5A5C71
(90,92,113)
#525467
(82,84,103)
#4A4C5D
(74,76,93)
#424453
(66,68,83)
#3A3C49
(58,60,73)
#32343F
(50,52,63)
#2A2C35
(42,44,53)
#22242B
(34,36,43)
#1A1C21
(26,28,33)
#121417
(18,20,23)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #5A5C71

#5A5C71
(90,92,113)
#696A7D
(105,106,125)
#787889
(120,120,137)
#878695
(135,134,149)
#9694A1
(150,148,161)
#A5A2AD
(165,162,173)
#B4B0B9
(180,176,185)
#C3BEC5
(195,190,197)
#D2CCD1
(210,204,209)
#E1DADD
(225,218,221)
#F0E8E9
(240,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5C71; }

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

This text font color is #5A5C71.

Background Color

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

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

This div background color is #5A5C71.

Border color

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

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

This div border color is #5A5C71.

Opacity

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

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

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

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

This text has shadow with #5A5C71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A5C71.

Preview

Color preview on black background

This text has color #5A5C71 on black background.


Color preview on white background

This text has color #5A5C71 on white background.


Black color preview on #5A5C71 background

This text has black color on #5A5C71 background.


White color preview on #5A5C71 background

This text has white color on #5A5C71 background.


Related colors

Complementary color

Complementary color for #hex is #A5A38E.


I love getcolorcode.com

Triadic colors

1 #715A5C and #5C715A with #5A5C71 are triadic colors.

2 #715C5A and #5C5A71 with #5A5C71 are triadic colors.