COLOR #5A4468

HEX: #5A4468 RGB: (90,68,104)

Color info

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

RGB color model

#5A4468 color RGB value is (90,68,104).

RGB: (90,68,104) (35%, 27%, 41%)

RGB channels and saturation

R 90 of 255 = 35%
G 68 of 255 = 27%
B 104 of 255 = 41%

90
68
104

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

Portions of RGB colors in percentages

R + G + B = 90 + 68 + 104 = 262 (100%)
R 90 of 262 ~ 34.35%
G 68 of 262 ~ 25.95%
B 104 of 262 ~ 39.69'%

%34.35
%25.95
%39.69

CMYK color model

#5A4468 color CMYK value is (13,35,0,59).

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

CMYK: (13,35,0,59)
C13M35Y0K59 (13%, 35%, 0%, 59%)
(0.13 / 0.35 / 0.00 / 0.59)

CMYK percentages

%13.46
%34.62
%0
%59.22

Codes

Color #5A4468 in popluar color models

5A 44 68
RGB 90 68 104
HSL 277° 20.93% 33.73%
HSB/HSV 277° 34.62% 40.78%
CMYK 13.46% 34.62% 0.00%
59.22%

Color #5A4468 in popluar number systems.

HEX 5A 44 68
Decimal 90 68 104
Binary 1011010 1000100 1101000
Octal 132 104 150

Shades and tints

Shades of #5A4468

#5A4468
(90,68,104)
#523E5F
(82,62,95)
#4A3856
(74,56,86)
#42324D
(66,50,77)
#3A2C44
(58,44,68)
#32263B
(50,38,59)
#2A2032
(42,32,50)
#221A29
(34,26,41)
#1A1420
(26,20,32)
#120E17
(18,14,23)
#0A080E
(10,8,14)
#000000
(0,0,0)

Tints of #5A4468

#5A4468
(90,68,104)
#695575
(105,85,117)
#786682
(120,102,130)
#87778F
(135,119,143)
#96889C
(150,136,156)
#A599A9
(165,153,169)
#B4AAB6
(180,170,182)
#C3BBC3
(195,187,195)
#D2CCD0
(210,204,208)
#E1DDDD
(225,221,221)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4468; }

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

This text font color is #5A4468.

Background Color

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

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

This div background color is #5A4468.

Border color

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

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

This div border color is #5A4468.

Opacity

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

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

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

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

This text has shadow with #5A4468 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A4468.

Preview

Color preview on black background

This text has color #5A4468 on black background.


Color preview on white background

This text has color #5A4468 on white background.


Black color preview on #5A4468 background

This text has black color on #5A4468 background.


White color preview on #5A4468 background

This text has white color on #5A4468 background.


Related colors

Complementary color

Complementary color for #hex is #A5BB97.


I love getcolorcode.com

Triadic colors

1 #685A44 and #44685A with #5A4468 are triadic colors.

2 #68445A and #445A68 with #5A4468 are triadic colors.