COLOR #5A5C6F

HEX: #5A5C6F RGB: (90,92,111)

Color info

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

RGB color model

#5A5C6F color RGB value is (90,92,111).

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

RGB channels and saturation

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

90
92
111

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

Portions of RGB colors in percentages

R + G + B = 90 + 92 + 111 = 293 (100%)
R 90 of 293 ~ 30.72%
G 92 of 293 ~ 31.4%
B 111 of 293 ~ 37.88'%

%30.72
%31.4
%37.88

CMYK color model

#5A5C6F color CMYK value is (19,17,0,56).

  • cyan value is 18.92%
  • magenta value is 17.12%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (19,17,0,56)
C19M17Y0K56 (19%, 17%, 0%, 56%)
(0.19 / 0.17 / 0.00 / 0.56)

CMYK percentages

%18.92
%17.12
%0
%56.47

Codes

Color #5A5C6F in popluar color models

5A 5C 6F
RGB 90 92 111
HSL 234° 10.45% 39.41%
HSB/HSV 234° 18.92% 43.53%
CMYK 18.92% 17.12% 0.00%
56.47%

Color #5A5C6F in popluar number systems.

HEX 5A 5C 6F
Decimal 90 92 111
Binary 1011010 1011100 1101111
Octal 132 134 157

Shades and tints

Shades of #5A5C6F

#5A5C6F
(90,92,111)
#525465
(82,84,101)
#4A4C5B
(74,76,91)
#424451
(66,68,81)
#3A3C47
(58,60,71)
#32343D
(50,52,61)
#2A2C33
(42,44,51)
#222429
(34,36,41)
#1A1C1F
(26,28,31)
#121415
(18,20,21)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #5A5C6F

#5A5C6F
(90,92,111)
#696A7C
(105,106,124)
#787889
(120,120,137)
#878696
(135,134,150)
#9694A3
(150,148,163)
#A5A2B0
(165,162,176)
#B4B0BD
(180,176,189)
#C3BECA
(195,190,202)
#D2CCD7
(210,204,215)
#E1DAE4
(225,218,228)
#F0E8F1
(240,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5C6F; }

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

This text font color is #5A5C6F.

Background Color

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

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

This div background color is #5A5C6F.

Border color

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

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

This div border color is #5A5C6F.

Opacity

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

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

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

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

This text has shadow with #5A5C6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A5C6F.

Preview

Color preview on black background

This text has color #5A5C6F on black background.


Color preview on white background

This text has color #5A5C6F on white background.


Black color preview on #5A5C6F background

This text has black color on #5A5C6F background.


White color preview on #5A5C6F background

This text has white color on #5A5C6F background.


Related colors

Complementary color

Complementary color for #hex is #A5A390.


I love getcolorcode.com

Triadic colors

1 #6F5A5C and #5C6F5A with #5A5C6F are triadic colors.

2 #6F5C5A and #5C5A6F with #5A5C6F are triadic colors.