COLOR #5A55AE

HEX: #5A55AE RGB: (90,85,174)

Color info

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

RGB color model

#5A55AE color RGB value is (90,85,174).

RGB: (90,85,174) (35%, 33%, 68%)

RGB channels and saturation

R 90 of 255 = 35%
G 85 of 255 = 33%
B 174 of 255 = 68%

90
85
174

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

Portions of RGB colors in percentages

R + G + B = 90 + 85 + 174 = 349 (100%)
R 90 of 349 ~ 25.79%
G 85 of 349 ~ 24.36%
B 174 of 349 ~ 49.86'%

%25.79
%24.36
%49.86

CMYK color model

#5A55AE color CMYK value is (48,51,0,32).

  • cyan value is 48.28%
  • magenta value is 51.15%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (48,51,0,32)
C48M51Y0K32 (48%, 51%, 0%, 32%)
(0.48 / 0.51 / 0.00 / 0.32)

CMYK percentages

%48.28
%51.15
%0
%31.76

Codes

Color #5A55AE in popluar color models

5A 55 AE
RGB 90 85 174
HSL 243° 35.46% 50.78%
HSB/HSV 243° 51.15% 68.24%
CMYK 48.28% 51.15% 0.00%
31.76%

Color #5A55AE in popluar number systems.

HEX 5A 55 AE
Decimal 90 85 174
Binary 1011010 1010101 10101110
Octal 132 125 256

Shades and tints

Shades of #5A55AE

#5A55AE
(90,85,174)
#524E9F
(82,78,159)
#4A4790
(74,71,144)
#424081
(66,64,129)
#3A3972
(58,57,114)
#323263
(50,50,99)
#2A2B54
(42,43,84)
#222445
(34,36,69)
#1A1D36
(26,29,54)
#121627
(18,22,39)
#0A0F18
(10,15,24)
#000000
(0,0,0)

Tints of #5A55AE

#5A55AE
(90,85,174)
#6964B5
(105,100,181)
#7873BC
(120,115,188)
#8782C3
(135,130,195)
#9691CA
(150,145,202)
#A5A0D1
(165,160,209)
#B4AFD8
(180,175,216)
#C3BEDF
(195,190,223)
#D2CDE6
(210,205,230)
#E1DCED
(225,220,237)
#F0EBF4
(240,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A55AE; }

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

This text font color is #5A55AE.

Background Color

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

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

This div background color is #5A55AE.

Border color

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

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

This div border color is #5A55AE.

Opacity

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

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

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

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

This text has shadow with #5A55AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A55AE.

Preview

Color preview on black background

This text has color #5A55AE on black background.


Color preview on white background

This text has color #5A55AE on white background.


Black color preview on #5A55AE background

This text has black color on #5A55AE background.


White color preview on #5A55AE background

This text has white color on #5A55AE background.


Related colors

Complementary color

Complementary color for #5A55AE is #A5AA51.


I love getcolorcode.com

Triadic colors

1 #AE5A55 and #55AE5A with #5A55AE are triadic colors.

2 #AE555A and #555AAE with #5A55AE are triadic colors.