COLOR #5A59A0

HEX: #5A59A0
RGB: (90,89,160)

Color info

#5A59A0 contains mainly blue color. Web safe color of #5A59A0 is #666699 (or #669).

RGB color model

#5A59A0 color RGB value is (90,89,160).

  • red value is 90;
  • green value is 89;
  • blue value is 160.
RGB:
(90,89,160)
(35%,35%,63%)

RGB channels and saturation

R 90 of 255 = 35%
G 89 of 255 = 35%
B 160 of 255 = 63%

90
89
160

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

Portions of RGB colors in percentages

R + G + B =
90 + 89 + 160 = 339 (100%)
R 90 of 339 ~ 26.55%
G 89 of 339 ~ 26.25%
B 160 of 339 ~ 47.2%

%26.55
%26.25
%47.2

CMYK color model

#5A59A0 color CMYK value is (44,44,0,37).

  • cyan value is 43.75%
  • magenta value is 44.38%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(44,44,0,37)
C44M44Y0K37 
(44%,44%,0%,37%)
(0.44/0.44/0.00/0.37)	

CMYK percentages

%43.75
%44.38
%0
%37.25

Codes

Color #5A59A0 in popluar color models

5A59A0
RGB9089160
HSL241°28.51%48.82%
HSB/HSV241°44.38%62.75%
CMYK43.75%44.38%0.00%
37.25%

Color #5A59A0 in popluar number systems.

HEX5A59A0
Decimal9089160
Binary1011010101100110100000
Octal132131240

Shades and tints

Shades of #5A59A0

#5A59A0
(90,89,160)
#525192
(82,81,146)
#4A4984
(74,73,132)
#424176
(66,65,118)
#3A3968
(58,57,104)
#32315A
(50,49,90)
#2A294C
(42,41,76)
#22213E
(34,33,62)
#1A1930
(26,25,48)
#121122
(18,17,34)
#0A0914
(10,9,20)
#000000
(0,0,0)

Tints of #5A59A0

#5A59A0
(90,89,160)
#6968A8
(105,104,168)
#7877B0
(120,119,176)
#8786B8
(135,134,184)
#9695C0
(150,149,192)
#A5A4C8
(165,164,200)
#B4B3D0
(180,179,208)
#C3C2D8
(195,194,216)
#D2D1E0
(210,209,224)
#E1E0E8
(225,224,232)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A59A0 color. Also use rgb(90,89,160) instead hex code.

Text Font Color

.myTextColor { color: #5A59A0; }

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

This text font color is #5A59A0.


Background Color

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

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

This div background color is #5A59A0.


Border color

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

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

This div border color is #5A59A0.


Opacity

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

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

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

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

This text has shadow with #5A59A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A59A0 on black background.


Color preview on white background

This text has color #5A59A0 on white background.



Black color preview on #5A59A0 background

This text has black color on #5A59A0 background.


White color preview on #5A59A0 background

This text has white color on #5A59A0 background.