COLOR #5A646D

HEX: #5A646D RGB: (90,100,109)

Color info

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

RGB color model

#5A646D color RGB value is (90,100,109).

RGB: (90,100,109) (35%, 39%, 43%)

RGB channels and saturation

R 90 of 255 = 35%
G 100 of 255 = 39%
B 109 of 255 = 43%

90
100
109

R + G + B ~ 39%. #5A646D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 100 + 109 = 299 (100%)
R 90 of 299 ~ 30.1%
G 100 of 299 ~ 33.44%
B 109 of 299 ~ 36.45'%

%30.1
%33.44
%36.45

CMYK color model

#5A646D color CMYK value is (17,8,0,57).

  • cyan value is 17.43%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK: (17,8,0,57) C17M8Y0K57 (17%,8%,0%,57%) (0.17/0.08/0.00/0.57) 

CMYK percentages

%17.43
%8.26
%0
%57.25

Codes

Color #5A646D in popluar color models

5A 64 6D
RGB 90 100 109
HSL 208° 9.55% 39.02%
HSB/HSV 208° 17.43% 42.75%
CMYK 17.43% 8.26% 0.00%
57.25%

Color #5A646D in popluar number systems.

HEX 5A 64 6D
Decimal 90 100 109
Binary 1011010 1100100 1101101
Octal 132 144 155

Shades and tints

Shades of #5A646D

#5A646D
(90,100,109)
#525B64
(82,91,100)
#4A525B
(74,82,91)
#424952
(66,73,82)
#3A4049
(58,64,73)
#323740
(50,55,64)
#2A2E37
(42,46,55)
#22252E
(34,37,46)
#1A1C25
(26,28,37)
#12131C
(18,19,28)
#0A0A13
(10,10,19)
#000000
(0,0,0)

Tints of #5A646D

#5A646D
(90,100,109)
#69727A
(105,114,122)
#788087
(120,128,135)
#878E94
(135,142,148)
#969CA1
(150,156,161)
#A5AAAE
(165,170,174)
#B4B8BB
(180,184,187)
#C3C6C8
(195,198,200)
#D2D4D5
(210,212,213)
#E1E2E2
(225,226,226)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A646D color. Also use rgb(90,100,109) instead hex code.

Text Font Color

.myTextColor { color: #5A646D; }

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

This text font color is #5A646D.

Background Color

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

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

This div background color is #5A646D.

Border color

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

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

This div border color is #5A646D.

Opacity

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

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

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

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

This text has shadow with #5A646D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A646D.

Preview

Color preview on black background

This text has color #5A646D on black background.


Color preview on white background

This text has color #5A646D on white background.


Black color preview on #5A646D background

This text has black color on #5A646D background.


White color preview on #5A646D background

This text has white color on #5A646D background.


Related colors

Complementary color

Complementary color for #hex is #A59B92.


I love getcolorcode.com

Triadic colors

1 #6D5A64 and #646D5A with #5A646D are triadic colors.

2 #6D645A and #645A6D with #5A646D are triadic colors.