COLOR #5A567D

HEX: #5A567D
RGB: (90,86,125)

Color info

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

RGB color model

#5A567D color RGB value is (90,86,125).

  • red value is 90;
  • green value is 86;
  • blue value is 125.
RGB:
(90,86,125)
(35%,34%,49%)

RGB channels and saturation

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

90
86
125

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

Portions of RGB colors in percentages

R + G + B =
90 + 86 + 125 = 301 (100%)
R 90 of 301 ~ 29.9%
G 86 of 301 ~ 28.57%
B 125 of 301 ~ 41.53%

%29.9
%28.57
%41.53

CMYK color model

#5A567D color CMYK value is (28,31,0,51).

  • cyan value is 28.00%
  • magenta value is 31.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(28,31,0,51)
C28M31Y0K51 
(28%,31%,0%,51%)
(0.28/0.31/0.00/0.51)	

CMYK percentages

%28
%31.2
%0
%50.98

Codes

Color #5A567D in popluar color models

5A567D
RGB9086125
HSL246°18.48%41.37%
HSB/HSV246°31.20%49.02%
CMYK28.00%31.20%0.00%
50.98%

Color #5A567D in popluar number systems.

HEX5A567D
Decimal9086125
Binary101101010101101111101
Octal132126175

Shades and tints

Shades of #5A567D

#5A567D
(90,86,125)
#524F72
(82,79,114)
#4A4867
(74,72,103)
#42415C
(66,65,92)
#3A3A51
(58,58,81)
#323346
(50,51,70)
#2A2C3B
(42,44,59)
#222530
(34,37,48)
#1A1E25
(26,30,37)
#12171A
(18,23,26)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #5A567D

#5A567D
(90,86,125)
#696588
(105,101,136)
#787493
(120,116,147)
#87839E
(135,131,158)
#9692A9
(150,146,169)
#A5A1B4
(165,161,180)
#B4B0BF
(180,176,191)
#C3BFCA
(195,191,202)
#D2CED5
(210,206,213)
#E1DDE0
(225,221,224)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A567D; }

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

This text font color is #5A567D.


Background Color

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

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

This div background color is #5A567D.


Border color

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

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

This div border color is #5A567D.


Opacity

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

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

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

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

This text has shadow with #5A567D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A567D on black background.


Color preview on white background

This text has color #5A567D on white background.



Black color preview on #5A567D background

This text has black color on #5A567D background.


White color preview on #5A567D background

This text has white color on #5A567D background.