COLOR #5A5667

HEX: #5A5667 RGB: (90,86,103)

Color info

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

RGB color model

#5A5667 color RGB value is (90,86,103).

RGB: (90,86,103) (35%, 34%, 40%)

RGB channels and saturation

R 90 of 255 = 35%
G 86 of 255 = 34%
B 103 of 255 = 40%

90
86
103

R + G + B ~ 36%. #5A5667 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 86 + 103 = 279 (100%)
R 90 of 279 ~ 32.26%
G 86 of 279 ~ 30.82%
B 103 of 279 ~ 36.92'%

%32.26
%30.82
%36.92

CMYK color model

#5A5667 color CMYK value is (13,17,0,60).

  • cyan value is 12.62%
  • magenta value is 16.50%
  • yellow value is 0.00%
  • key color value is 59.61%

CMYK: (13,17,0,60)
C13M17Y0K60 (13%, 17%, 0%, 60%)
(0.13 / 0.17 / 0.00 / 0.60)

CMYK percentages

%12.62
%16.5
%0
%59.61

Codes

Color #5A5667 in popluar color models

5A 56 67
RGB 90 86 103
HSL 254° 8.99% 37.06%
HSB/HSV 254° 16.50% 40.39%
CMYK 12.62% 16.50% 0.00%
59.61%

Color #5A5667 in popluar number systems.

HEX 5A 56 67
Decimal 90 86 103
Binary 1011010 1010110 1100111
Octal 132 126 147

Shades and tints

Shades of #5A5667

#5A5667
(90,86,103)
#524F5E
(82,79,94)
#4A4855
(74,72,85)
#42414C
(66,65,76)
#3A3A43
(58,58,67)
#32333A
(50,51,58)
#2A2C31
(42,44,49)
#222528
(34,37,40)
#1A1E1F
(26,30,31)
#121716
(18,23,22)
#0A100D
(10,16,13)
#000000
(0,0,0)

Tints of #5A5667

#5A5667
(90,86,103)
#696574
(105,101,116)
#787481
(120,116,129)
#87838E
(135,131,142)
#96929B
(150,146,155)
#A5A1A8
(165,161,168)
#B4B0B5
(180,176,181)
#C3BFC2
(195,191,194)
#D2CECF
(210,206,207)
#E1DDDC
(225,221,220)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5667 color. Also use rgb(90,86,103) instead hex code.

Text Font Color

.myTextColor { color: #5A5667; }

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

This text font color is #5A5667.

Background Color

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

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

This div background color is #5A5667.

Border color

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

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

This div border color is #5A5667.

Opacity

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

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

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

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

This text has shadow with #5A5667 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A5667.

Preview

Color preview on black background

This text has color #5A5667 on black background.


Color preview on white background

This text has color #5A5667 on white background.


Black color preview on #5A5667 background

This text has black color on #5A5667 background.


White color preview on #5A5667 background

This text has white color on #5A5667 background.


Related colors

Complementary color

Complementary color for #hex is #A5A998.


I love getcolorcode.com

Triadic colors

1 #675A56 and #56675A with #5A5667 are triadic colors.

2 #67565A and #565A67 with #5A5667 are triadic colors.