COLOR #5A55A9

HEX: #5A55A9 RGB: (90,85,169)

Color info

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

RGB color model

#5A55A9 color RGB value is (90,85,169).

RGB: (90,85,169) (35%, 33%, 66%)

RGB channels and saturation

R 90 of 255 = 35%
G 85 of 255 = 33%
B 169 of 255 = 66%

90
85
169

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

Portions of RGB colors in percentages

R + G + B = 90 + 85 + 169 = 344 (100%)
R 90 of 344 ~ 26.16%
G 85 of 344 ~ 24.71%
B 169 of 344 ~ 49.13'%

%26.16
%24.71
%49.13

CMYK color model

#5A55A9 color CMYK value is (47,50,0,34).

  • cyan value is 46.75%
  • magenta value is 49.70%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (47,50,0,34)
C47M50Y0K34 (47%, 50%, 0%, 34%)
(0.47 / 0.50 / 0.00 / 0.34)

CMYK percentages

%46.75
%49.7
%0
%33.73

Codes

Color #5A55A9 in popluar color models

5A 55 A9
RGB 90 85 169
HSL 244° 33.07% 49.80%
HSB/HSV 244° 49.70% 66.27%
CMYK 46.75% 49.70% 0.00%
33.73%

Color #5A55A9 in popluar number systems.

HEX 5A 55 A9
Decimal 90 85 169
Binary 1011010 1010101 10101001
Octal 132 125 251

Shades and tints

Shades of #5A55A9

#5A55A9
(90,85,169)
#524E9A
(82,78,154)
#4A478B
(74,71,139)
#42407C
(66,64,124)
#3A396D
(58,57,109)
#32325E
(50,50,94)
#2A2B4F
(42,43,79)
#222440
(34,36,64)
#1A1D31
(26,29,49)
#121622
(18,22,34)
#0A0F13
(10,15,19)
#000000
(0,0,0)

Tints of #5A55A9

#5A55A9
(90,85,169)
#6964B0
(105,100,176)
#7873B7
(120,115,183)
#8782BE
(135,130,190)
#9691C5
(150,145,197)
#A5A0CC
(165,160,204)
#B4AFD3
(180,175,211)
#C3BEDA
(195,190,218)
#D2CDE1
(210,205,225)
#E1DCE8
(225,220,232)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A55A9; }

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

This text font color is #5A55A9.

Background Color

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

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

This div background color is #5A55A9.

Border color

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

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

This div border color is #5A55A9.

Opacity

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

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

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

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

This text has shadow with #5A55A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A55A9.

Preview

Color preview on black background

This text has color #5A55A9 on black background.


Color preview on white background

This text has color #5A55A9 on white background.


Black color preview on #5A55A9 background

This text has black color on #5A55A9 background.


White color preview on #5A55A9 background

This text has white color on #5A55A9 background.


Related colors

Complementary color

Complementary color for #hex is #A5AA56.


I love getcolorcode.com

Triadic colors

1 #A95A55 and #55A95A with #5A55A9 are triadic colors.

2 #A9555A and #555AA9 with #5A55A9 are triadic colors.