COLOR #5A5388

HEX: #5A5388 RGB: (90,83,136)

Color info

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

RGB color model

#5A5388 color RGB value is (90,83,136).

RGB: (90,83,136) (35%, 33%, 53%)

RGB channels and saturation

R 90 of 255 = 35%
G 83 of 255 = 33%
B 136 of 255 = 53%

90
83
136

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

Portions of RGB colors in percentages

R + G + B = 90 + 83 + 136 = 309 (100%)
R 90 of 309 ~ 29.13%
G 83 of 309 ~ 26.86%
B 136 of 309 ~ 44.01'%

%29.13
%26.86
%44.01

CMYK color model

#5A5388 color CMYK value is (34,39,0,47).

  • cyan value is 33.82%
  • magenta value is 38.97%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (34,39,0,47)
C34M39Y0K47 (34%, 39%, 0%, 47%)
(0.34 / 0.39 / 0.00 / 0.47)

CMYK percentages

%33.82
%38.97
%0
%46.67

Codes

Color #5A5388 in popluar color models

5A 53 88
RGB 90 83 136
HSL 248° 24.20% 42.94%
HSB/HSV 248° 38.97% 53.33%
CMYK 33.82% 38.97% 0.00%
46.67%

Color #5A5388 in popluar number systems.

HEX 5A 53 88
Decimal 90 83 136
Binary 1011010 1010011 10001000
Octal 132 123 210

Shades and tints

Shades of #5A5388

#5A5388
(90,83,136)
#524C7C
(82,76,124)
#4A4570
(74,69,112)
#423E64
(66,62,100)
#3A3758
(58,55,88)
#32304C
(50,48,76)
#2A2940
(42,41,64)
#222234
(34,34,52)
#1A1B28
(26,27,40)
#12141C
(18,20,28)
#0A0D10
(10,13,16)
#000000
(0,0,0)

Tints of #5A5388

#5A5388
(90,83,136)
#696292
(105,98,146)
#78719C
(120,113,156)
#8780A6
(135,128,166)
#968FB0
(150,143,176)
#A59EBA
(165,158,186)
#B4ADC4
(180,173,196)
#C3BCCE
(195,188,206)
#D2CBD8
(210,203,216)
#E1DAE2
(225,218,226)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5388 color. Also use rgb(90,83,136) instead hex code.

Text Font Color

.myTextColor { color: #5A5388; }

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

This text font color is #5A5388.

Background Color

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

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

This div background color is #5A5388.

Border color

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

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

This div border color is #5A5388.

Opacity

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

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

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

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

This text has shadow with #5A5388 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A5388.

Preview

Color preview on black background

This text has color #5A5388 on black background.


Color preview on white background

This text has color #5A5388 on white background.


Black color preview on #5A5388 background

This text has black color on #5A5388 background.


White color preview on #5A5388 background

This text has white color on #5A5388 background.


Related colors

Complementary color

Complementary color for #hex is #A5AC77.


I love getcolorcode.com

Triadic colors

1 #885A53 and #53885A with #5A5388 are triadic colors.

2 #88535A and #535A88 with #5A5388 are triadic colors.