COLOR #5A4165

HEX: #5A4165
RGB: (90,65,101)

Color info

#5A4165 contains red, green and blue colors in about the same proportion. Web safe color of #5A4165 is #663366 (or #636).

RGB color model

#5A4165 color RGB value is (90,65,101).

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

RGB channels and saturation

R 90 of 255 = 35%
G 65 of 255 = 25%
B 101 of 255 = 40%

90
65
101

R + G + B ~ 33%. #5A4165 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 65 + 101 = 256 (100%)
R 90 of 256 ~ 35.16%
G 65 of 256 ~ 25.39%
B 101 of 256 ~ 39.45%

%35.16
%25.39
%39.45

CMYK color model

#5A4165 color CMYK value is (11,36,0,60).

  • cyan value is 10.89%
  • magenta value is 35.64%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(11,36,0,60)
C11M36Y0K60 
(11%,36%,0%,60%)
(0.11/0.36/0.00/0.60)	

CMYK percentages

%10.89
%35.64
%0
%60.39

Codes

Color #5A4165 in popluar color models

5A4165
RGB9065101
HSL282°21.69%32.55%
HSB/HSV282°35.64%39.61%
CMYK10.89%35.64%0.00%
60.39%

Color #5A4165 in popluar number systems.

HEX5A4165
Decimal9065101
Binary101101010000011100101
Octal132101145

Shades and tints

Shades of #5A4165

#5A4165
(90,65,101)
#523C5C
(82,60,92)
#4A3753
(74,55,83)
#42324A
(66,50,74)
#3A2D41
(58,45,65)
#322838
(50,40,56)
#2A232F
(42,35,47)
#221E26
(34,30,38)
#1A191D
(26,25,29)
#121414
(18,20,20)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #5A4165

#5A4165
(90,65,101)
#695273
(105,82,115)
#786381
(120,99,129)
#87748F
(135,116,143)
#96859D
(150,133,157)
#A596AB
(165,150,171)
#B4A7B9
(180,167,185)
#C3B8C7
(195,184,199)
#D2C9D5
(210,201,213)
#E1DAE3
(225,218,227)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4165; }

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

This text font color is #5A4165.


Background Color

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

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

This div background color is #5A4165.


Border color

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

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

This div border color is #5A4165.


Opacity

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

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

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

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

This text has shadow with #5A4165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4165 on black background.


Color preview on white background

This text has color #5A4165 on white background.



Black color preview on #5A4165 background

This text has black color on #5A4165 background.


White color preview on #5A4165 background

This text has white color on #5A4165 background.