COLOR #5A567E

HEX: #5A567E RGB: (90,86,126)

Color info

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

RGB color model

#5A567E color RGB value is (90,86,126).

RGB: (90,86,126) (35%, 34%, 49%)

RGB channels and saturation

R 90 of 255 = 35%
G 86 of 255 = 34%
B 126 of 255 = 49%

90
86
126

R + G + B ~ 39%. #5A567E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 86 + 126 = 302 (100%)
R 90 of 302 ~ 29.8%
G 86 of 302 ~ 28.48%
B 126 of 302 ~ 41.72'%

%29.8
%28.48
%41.72

CMYK color model

#5A567E color CMYK value is (29,32,0,51).

  • cyan value is 28.57%
  • magenta value is 31.75%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (29,32,0,51)
C29M32Y0K51 (29%, 32%, 0%, 51%)
(0.29 / 0.32 / 0.00 / 0.51)

CMYK percentages

%28.57
%31.75
%0
%50.59

Codes

Color #5A567E in popluar color models

5A 56 7E
RGB 90 86 126
HSL 246° 18.87% 41.57%
HSB/HSV 246° 31.75% 49.41%
CMYK 28.57% 31.75% 0.00%
50.59%

Color #5A567E in popluar number systems.

HEX 5A 56 7E
Decimal 90 86 126
Binary 1011010 1010110 1111110
Octal 132 126 176

Shades and tints

Shades of #5A567E

#5A567E
(90,86,126)
#524F73
(82,79,115)
#4A4868
(74,72,104)
#42415D
(66,65,93)
#3A3A52
(58,58,82)
#323347
(50,51,71)
#2A2C3C
(42,44,60)
#222531
(34,37,49)
#1A1E26
(26,30,38)
#12171B
(18,23,27)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #5A567E

#5A567E
(90,86,126)
#696589
(105,101,137)
#787494
(120,116,148)
#87839F
(135,131,159)
#9692AA
(150,146,170)
#A5A1B5
(165,161,181)
#B4B0C0
(180,176,192)
#C3BFCB
(195,191,203)
#D2CED6
(210,206,214)
#E1DDE1
(225,221,225)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A567E color. Also use rgb(90,86,126) instead hex code.

Text Font Color

.myTextColor { color: #5A567E; }

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

This text font color is #5A567E.

Background Color

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

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

This div background color is #5A567E.

Border color

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

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

This div border color is #5A567E.

Opacity

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

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

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

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

This text has shadow with #5A567E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A567E.

Preview

Color preview on black background

This text has color #5A567E on black background.


Color preview on white background

This text has color #5A567E on white background.


Black color preview on #5A567E background

This text has black color on #5A567E background.


White color preview on #5A567E background

This text has white color on #5A567E background.


Related colors

Complementary color

Complementary color for #hex is #A5A981.


I love getcolorcode.com

Triadic colors

1 #7E5A56 and #567E5A with #5A567E are triadic colors.

2 #7E565A and #565A7E with #5A567E are triadic colors.