COLOR #5A568B

HEX: #5A568B
RGB: (90,86,139)

Color info

#5A568B contains red, green and blue colors in about the same proportion. Web safe color of #5A568B is #666699 (or #669).

RGB color model

#5A568B color RGB value is (90,86,139).

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

RGB channels and saturation

R 90 of 255 = 35%
G 86 of 255 = 34%
B 139 of 255 = 55%

90
86
139

R + G + B ~ 41%. #5A568B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
90 + 86 + 139 = 315 (100%)
R 90 of 315 ~ 28.57%
G 86 of 315 ~ 27.3%
B 139 of 315 ~ 44.13%

%28.57
%27.3
%44.13

CMYK color model

#5A568B color CMYK value is (35,38,0,45).

  • cyan value is 35.25%
  • magenta value is 38.13%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(35,38,0,45)
C35M38Y0K45 
(35%,38%,0%,45%)
(0.35/0.38/0.00/0.45)	

CMYK percentages

%35.25
%38.13
%0
%45.49

Codes

Color #5A568B in popluar color models

5A568B
RGB9086139
HSL245°23.56%44.12%
HSB/HSV245°38.13%54.51%
CMYK35.25%38.13%0.00%
45.49%

Color #5A568B in popluar number systems.

HEX5A568B
Decimal9086139
Binary1011010101011010001011
Octal132126213

Shades and tints

Shades of #5A568B

#5A568B
(90,86,139)
#524F7F
(82,79,127)
#4A4873
(74,72,115)
#424167
(66,65,103)
#3A3A5B
(58,58,91)
#32334F
(50,51,79)
#2A2C43
(42,44,67)
#222537
(34,37,55)
#1A1E2B
(26,30,43)
#12171F
(18,23,31)
#0A1013
(10,16,19)
#000000
(0,0,0)

Tints of #5A568B

#5A568B
(90,86,139)
#696595
(105,101,149)
#78749F
(120,116,159)
#8783A9
(135,131,169)
#9692B3
(150,146,179)
#A5A1BD
(165,161,189)
#B4B0C7
(180,176,199)
#C3BFD1
(195,191,209)
#D2CEDB
(210,206,219)
#E1DDE5
(225,221,229)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A568B; }

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

This text font color is #5A568B.


Background Color

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

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

This div background color is #5A568B.


Border color

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

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

This div border color is #5A568B.


Opacity

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

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

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

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

This text has shadow with #5A568B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A568B on black background.


Color preview on white background

This text has color #5A568B on white background.



Black color preview on #5A568B background

This text has black color on #5A568B background.


White color preview on #5A568B background

This text has white color on #5A568B background.