COLOR #5A4168

HEX: #5A4168 RGB: (90,65,104)

Color info

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

RGB color model

#5A4168 color RGB value is (90,65,104).

RGB: (90,65,104) (35%, 25%, 41%)

RGB channels and saturation

R 90 of 255 = 35%
G 65 of 255 = 25%
B 104 of 255 = 41%

90
65
104

R + G + B ~ 34%. #5A4168 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 65 + 104 = 259 (100%)
R 90 of 259 ~ 34.75%
G 65 of 259 ~ 25.1%
B 104 of 259 ~ 40.15'%

%34.75
%25.1
%40.15

CMYK color model

#5A4168 color CMYK value is (13,38,0,59).

  • cyan value is 13.46%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 59.22%

CMYK: (13,38,0,59)
C13M38Y0K59 (13%, 38%, 0%, 59%)
(0.13 / 0.38 / 0.00 / 0.59)

CMYK percentages

%13.46
%37.5
%0
%59.22

Codes

Color #5A4168 in popluar color models

5A 41 68
RGB 90 65 104
HSL 278° 23.08% 33.14%
HSB/HSV 278° 37.50% 40.78%
CMYK 13.46% 37.50% 0.00%
59.22%

Color #5A4168 in popluar number systems.

HEX 5A 41 68
Decimal 90 65 104
Binary 1011010 1000001 1101000
Octal 132 101 150

Shades and tints

Shades of #5A4168

#5A4168
(90,65,104)
#523C5F
(82,60,95)
#4A3756
(74,55,86)
#42324D
(66,50,77)
#3A2D44
(58,45,68)
#32283B
(50,40,59)
#2A2332
(42,35,50)
#221E29
(34,30,41)
#1A1920
(26,25,32)
#121417
(18,20,23)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #5A4168

#5A4168
(90,65,104)
#695275
(105,82,117)
#786382
(120,99,130)
#87748F
(135,116,143)
#96859C
(150,133,156)
#A596A9
(165,150,169)
#B4A7B6
(180,167,182)
#C3B8C3
(195,184,195)
#D2C9D0
(210,201,208)
#E1DADD
(225,218,221)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4168; }

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

This text font color is #5A4168.

Background Color

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

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

This div background color is #5A4168.

Border color

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

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

This div border color is #5A4168.

Opacity

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

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

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

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

This text has shadow with #5A4168 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A4168.

Preview

Color preview on black background

This text has color #5A4168 on black background.


Color preview on white background

This text has color #5A4168 on white background.


Black color preview on #5A4168 background

This text has black color on #5A4168 background.


White color preview on #5A4168 background

This text has white color on #5A4168 background.


Related colors

Complementary color

Complementary color for #hex is #A5BE97.


I love getcolorcode.com

Triadic colors

1 #685A41 and #41685A with #5A4168 are triadic colors.

2 #68415A and #415A68 with #5A4168 are triadic colors.