COLOR #5A5780

HEX: #5A5780 RGB: (90,87,128)

Color info

#5A5780 contains red, green and blue colors in about the same proportion. Web safe color of #5A5780 is #666666 (or #666).

RGB color model

#5A5780 color RGB value is (90,87,128).

RGB: (90,87,128) (35%, 34%, 50%)

RGB channels and saturation

R 90 of 255 = 35%
G 87 of 255 = 34%
B 128 of 255 = 50%

90
87
128

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

Portions of RGB colors in percentages

R + G + B = 90 + 87 + 128 = 305 (100%)
R 90 of 305 ~ 29.51%
G 87 of 305 ~ 28.52%
B 128 of 305 ~ 41.97'%

%29.51
%28.52
%41.97

CMYK color model

#5A5780 color CMYK value is (30,32,0,50).

  • cyan value is 29.69%
  • magenta value is 32.03%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (30,32,0,50)
C30M32Y0K50 (30%, 32%, 0%, 50%)
(0.30 / 0.32 / 0.00 / 0.50)

CMYK percentages

%29.69
%32.03
%0
%49.8

Codes

Color #5A5780 in popluar color models

5A 57 80
RGB 90 87 128
HSL 244° 19.07% 42.16%
HSB/HSV 244° 32.03% 50.20%
CMYK 29.69% 32.03% 0.00%
49.80%

Color #5A5780 in popluar number systems.

HEX 5A 57 80
Decimal 90 87 128
Binary 1011010 1010111 10000000
Octal 132 127 200

Shades and tints

Shades of #5A5780

#5A5780
(90,87,128)
#525075
(82,80,117)
#4A496A
(74,73,106)
#42425F
(66,66,95)
#3A3B54
(58,59,84)
#323449
(50,52,73)
#2A2D3E
(42,45,62)
#222633
(34,38,51)
#1A1F28
(26,31,40)
#12181D
(18,24,29)
#0A1112
(10,17,18)
#000000
(0,0,0)

Tints of #5A5780

#5A5780
(90,87,128)
#69668B
(105,102,139)
#787596
(120,117,150)
#8784A1
(135,132,161)
#9693AC
(150,147,172)
#A5A2B7
(165,162,183)
#B4B1C2
(180,177,194)
#C3C0CD
(195,192,205)
#D2CFD8
(210,207,216)
#E1DEE3
(225,222,227)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5780 color. Also use rgb(90,87,128) instead hex code.

Text Font Color

.myTextColor { color: #5A5780; }

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

This text font color is #5A5780.

Background Color

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

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

This div background color is #5A5780.

Border color

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

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

This div border color is #5A5780.

Opacity

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

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

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

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

This text has shadow with #5A5780 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A5780.

Preview

Color preview on black background

This text has color #5A5780 on black background.


Color preview on white background

This text has color #5A5780 on white background.


Black color preview on #5A5780 background

This text has black color on #5A5780 background.


White color preview on #5A5780 background

This text has white color on #5A5780 background.


Related colors

Complementary color

Complementary color for #hex is #A5A87F.


I love getcolorcode.com

Triadic colors

1 #805A57 and #57805A with #5A5780 are triadic colors.

2 #80575A and #575A80 with #5A5780 are triadic colors.