COLOR #5A6165

HEX: #5A6165
RGB: (90,97,101)

Color info

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

RGB color model

#5A6165 color RGB value is (90,97,101).

  • red value is 90;
  • green value is 97;
  • blue value is 101.
RGB:
(90,97,101)
(35%,38%,40%)

RGB channels and saturation

R 90 of 255 = 35%
G 97 of 255 = 38%
B 101 of 255 = 40%

90
97
101

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

Portions of RGB colors in percentages

R + G + B =
90 + 97 + 101 = 288 (100%)
R 90 of 288 ~ 31.25%
G 97 of 288 ~ 33.68%
B 101 of 288 ~ 35.07%

%31.25
%33.68
%35.07

CMYK color model

#5A6165 color CMYK value is (11,4,0,60).

  • cyan value is 10.89%
  • magenta value is 3.96%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(11,4,0,60)
C11M4Y0K60 
(11%,4%,0%,60%)
(0.11/0.04/0.00/0.60)	

CMYK percentages

%10.89
%3.96
%0
%60.39

Codes

Color #5A6165 in popluar color models

5A6165
RGB9097101
HSL202°5.76%37.45%
HSB/HSV202°10.89%39.61%
CMYK10.89%3.96%0.00%
60.39%

Color #5A6165 in popluar number systems.

HEX5A6165
Decimal9097101
Binary101101011000011100101
Octal132141145

Shades and tints

Shades of #5A6165

#5A6165
(90,97,101)
#52595C
(82,89,92)
#4A5153
(74,81,83)
#42494A
(66,73,74)
#3A4141
(58,65,65)
#323938
(50,57,56)
#2A312F
(42,49,47)
#222926
(34,41,38)
#1A211D
(26,33,29)
#121914
(18,25,20)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #5A6165

#5A6165
(90,97,101)
#696F73
(105,111,115)
#787D81
(120,125,129)
#878B8F
(135,139,143)
#96999D
(150,153,157)
#A5A7AB
(165,167,171)
#B4B5B9
(180,181,185)
#C3C3C7
(195,195,199)
#D2D1D5
(210,209,213)
#E1DFE3
(225,223,227)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6165; }

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

This text font color is #5A6165.


Background Color

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

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

This div background color is #5A6165.


Border color

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

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

This div border color is #5A6165.


Opacity

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

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

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

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

This text has shadow with #5A6165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6165 on black background.


Color preview on white background

This text has color #5A6165 on white background.



Black color preview on #5A6165 background

This text has black color on #5A6165 background.


White color preview on #5A6165 background

This text has white color on #5A6165 background.