COLOR #5A55A6

HEX: #5A55A6
RGB: (90,85,166)

Color info

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

RGB color model

#5A55A6 color RGB value is (90,85,166).

  • red value is 90;
  • green value is 85;
  • blue value is 166.
RGB:
(90,85,166)
(35%,33%,65%)

RGB channels and saturation

R 90 of 255 = 35%
G 85 of 255 = 33%
B 166 of 255 = 65%

90
85
166

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

Portions of RGB colors in percentages

R + G + B =
90 + 85 + 166 = 341 (100%)
R 90 of 341 ~ 26.39%
G 85 of 341 ~ 24.93%
B 166 of 341 ~ 48.68%

%26.39
%24.93
%48.68

CMYK color model

#5A55A6 color CMYK value is (46,49,0,35).

  • cyan value is 45.78%
  • magenta value is 48.80%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(46,49,0,35)
C46M49Y0K35 
(46%,49%,0%,35%)
(0.46/0.49/0.00/0.35)	

CMYK percentages

%45.78
%48.8
%0
%34.9

Codes

Color #5A55A6 in popluar color models

5A55A6
RGB9085166
HSL244°32.27%49.22%
HSB/HSV244°48.80%65.10%
CMYK45.78%48.80%0.00%
34.90%

Color #5A55A6 in popluar number systems.

HEX5A55A6
Decimal9085166
Binary1011010101010110100110
Octal132125246

Shades and tints

Shades of #5A55A6

#5A55A6
(90,85,166)
#524E97
(82,78,151)
#4A4788
(74,71,136)
#424079
(66,64,121)
#3A396A
(58,57,106)
#32325B
(50,50,91)
#2A2B4C
(42,43,76)
#22243D
(34,36,61)
#1A1D2E
(26,29,46)
#12161F
(18,22,31)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #5A55A6

#5A55A6
(90,85,166)
#6964AE
(105,100,174)
#7873B6
(120,115,182)
#8782BE
(135,130,190)
#9691C6
(150,145,198)
#A5A0CE
(165,160,206)
#B4AFD6
(180,175,214)
#C3BEDE
(195,190,222)
#D2CDE6
(210,205,230)
#E1DCEE
(225,220,238)
#F0EBF6
(240,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A55A6 color. Also use rgb(90,85,166) instead hex code.

Text Font Color

.myTextColor { color: #5A55A6; }

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

This text font color is #5A55A6.


Background Color

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

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

This div background color is #5A55A6.


Border color

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

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

This div border color is #5A55A6.


Opacity

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

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

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

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

This text has shadow with #5A55A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A55A6 on black background.


Color preview on white background

This text has color #5A55A6 on white background.



Black color preview on #5A55A6 background

This text has black color on #5A55A6 background.


White color preview on #5A55A6 background

This text has white color on #5A55A6 background.