COLOR #5A5888

HEX: #5A5888 RGB: (90,88,136)

Color info

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

RGB color model

#5A5888 color RGB value is (90,88,136).

RGB: (90,88,136) (35%, 35%, 53%)

RGB channels and saturation

R 90 of 255 = 35%
G 88 of 255 = 35%
B 136 of 255 = 53%

90
88
136

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

Portions of RGB colors in percentages

R + G + B = 90 + 88 + 136 = 314 (100%)
R 90 of 314 ~ 28.66%
G 88 of 314 ~ 28.03%
B 136 of 314 ~ 43.31'%

%28.66
%28.03
%43.31

CMYK color model

#5A5888 color CMYK value is (34,35,0,47).

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

CMYK: (34,35,0,47)
C34M35Y0K47 (34%, 35%, 0%, 47%)
(0.34 / 0.35 / 0.00 / 0.47)

CMYK percentages

%33.82
%35.29
%0
%46.67

Codes

Color #5A5888 in popluar color models

5A 58 88
RGB 90 88 136
HSL 243° 21.43% 43.92%
HSB/HSV 243° 35.29% 53.33%
CMYK 33.82% 35.29% 0.00%
46.67%

Color #5A5888 in popluar number systems.

HEX 5A 58 88
Decimal 90 88 136
Binary 1011010 1011000 10001000
Octal 132 130 210

Shades and tints

Shades of #5A5888

#5A5888
(90,88,136)
#52507C
(82,80,124)
#4A4870
(74,72,112)
#424064
(66,64,100)
#3A3858
(58,56,88)
#32304C
(50,48,76)
#2A2840
(42,40,64)
#222034
(34,32,52)
#1A1828
(26,24,40)
#12101C
(18,16,28)
#0A0810
(10,8,16)
#000000
(0,0,0)

Tints of #5A5888

#5A5888
(90,88,136)
#696792
(105,103,146)
#78769C
(120,118,156)
#8785A6
(135,133,166)
#9694B0
(150,148,176)
#A5A3BA
(165,163,186)
#B4B2C4
(180,178,196)
#C3C1CE
(195,193,206)
#D2D0D8
(210,208,216)
#E1DFE2
(225,223,226)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5888; }

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

This text font color is #5A5888.

Background Color

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

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

This div background color is #5A5888.

Border color

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

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

This div border color is #5A5888.

Opacity

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

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

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

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

This text has shadow with #5A5888 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A5888.

Preview

Color preview on black background

This text has color #5A5888 on black background.


Color preview on white background

This text has color #5A5888 on white background.


Black color preview on #5A5888 background

This text has black color on #5A5888 background.


White color preview on #5A5888 background

This text has white color on #5A5888 background.


Related colors

Complementary color

Complementary color for #hex is #A5A777.


I love getcolorcode.com

Triadic colors

1 #885A58 and #58885A with #5A5888 are triadic colors.

2 #88585A and #585A88 with #5A5888 are triadic colors.