COLOR #5A5965

HEX: #5A5965 RGB: (90,89,101)

Color info

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

RGB color model

#5A5965 color RGB value is (90,89,101).

RGB: (90,89,101) (35%, 35%, 40%)

RGB channels and saturation

R 90 of 255 = 35%
G 89 of 255 = 35%
B 101 of 255 = 40%

90
89
101

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

Portions of RGB colors in percentages

R + G + B = 90 + 89 + 101 = 280 (100%)
R 90 of 280 ~ 32.14%
G 89 of 280 ~ 31.79%
B 101 of 280 ~ 36.07'%

%32.14
%31.79
%36.07

CMYK color model

#5A5965 color CMYK value is (11,12,0,60).

  • cyan value is 10.89%
  • magenta value is 11.88%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (11,12,0,60)
C11M12Y0K60 (11%, 12%, 0%, 60%)
(0.11 / 0.12 / 0.00 / 0.60)

CMYK percentages

%10.89
%11.88
%0
%60.39

Codes

Color #5A5965 in popluar color models

5A 59 65
RGB 90 89 101
HSL 245° 6.32% 37.25%
HSB/HSV 245° 11.88% 39.61%
CMYK 10.89% 11.88% 0.00%
60.39%

Color #5A5965 in popluar number systems.

HEX 5A 59 65
Decimal 90 89 101
Binary 1011010 1011001 1100101
Octal 132 131 145

Shades and tints

Shades of #5A5965

#5A5965
(90,89,101)
#52515C
(82,81,92)
#4A4953
(74,73,83)
#42414A
(66,65,74)
#3A3941
(58,57,65)
#323138
(50,49,56)
#2A292F
(42,41,47)
#222126
(34,33,38)
#1A191D
(26,25,29)
#121114
(18,17,20)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #5A5965

#5A5965
(90,89,101)
#696873
(105,104,115)
#787781
(120,119,129)
#87868F
(135,134,143)
#96959D
(150,149,157)
#A5A4AB
(165,164,171)
#B4B3B9
(180,179,185)
#C3C2C7
(195,194,199)
#D2D1D5
(210,209,213)
#E1E0E3
(225,224,227)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5965 color. Also use rgb(90,89,101) instead hex code.

Text Font Color

.myTextColor { color: #5A5965; }

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

This text font color is #5A5965.

Background Color

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

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

This div background color is #5A5965.

Border color

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

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

This div border color is #5A5965.

Opacity

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

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

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

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

This text has shadow with #5A5965 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A5965.

Preview

Color preview on black background

This text has color #5A5965 on black background.


Color preview on white background

This text has color #5A5965 on white background.


Black color preview on #5A5965 background

This text has black color on #5A5965 background.


White color preview on #5A5965 background

This text has white color on #5A5965 background.


Related colors

Complementary color

Complementary color for #hex is #A5A69A.


I love getcolorcode.com

Triadic colors

1 #655A59 and #59655A with #5A5965 are triadic colors.

2 #65595A and #595A65 with #5A5965 are triadic colors.