COLOR #5A6080

HEX: #5A6080 RGB: (90,96,128)

Color info

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

RGB color model

#5A6080 color RGB value is (90,96,128).

RGB: (90,96,128) (35%, 38%, 50%)

RGB channels and saturation

R 90 of 255 = 35%
G 96 of 255 = 38%
B 128 of 255 = 50%

90
96
128

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

Portions of RGB colors in percentages

R + G + B = 90 + 96 + 128 = 314 (100%)
R 90 of 314 ~ 28.66%
G 96 of 314 ~ 30.57%
B 128 of 314 ~ 40.76'%

%28.66
%30.57
%40.76

CMYK color model

#5A6080 color CMYK value is (30,25,0,50).

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

CMYK: (30,25,0,50)
C30M25Y0K50 (30%, 25%, 0%, 50%)
(0.30 / 0.25 / 0.00 / 0.50)

CMYK percentages

%29.69
%25
%0
%49.8

Codes

Color #5A6080 in popluar color models

5A 60 80
RGB 90 96 128
HSL 231° 17.43% 42.75%
HSB/HSV 231° 29.69% 50.20%
CMYK 29.69% 25.00% 0.00%
49.80%

Color #5A6080 in popluar number systems.

HEX 5A 60 80
Decimal 90 96 128
Binary 1011010 1100000 10000000
Octal 132 140 200

Shades and tints

Shades of #5A6080

#5A6080
(90,96,128)
#525875
(82,88,117)
#4A506A
(74,80,106)
#42485F
(66,72,95)
#3A4054
(58,64,84)
#323849
(50,56,73)
#2A303E
(42,48,62)
#222833
(34,40,51)
#1A2028
(26,32,40)
#12181D
(18,24,29)
#0A1012
(10,16,18)
#000000
(0,0,0)

Tints of #5A6080

#5A6080
(90,96,128)
#696E8B
(105,110,139)
#787C96
(120,124,150)
#878AA1
(135,138,161)
#9698AC
(150,152,172)
#A5A6B7
(165,166,183)
#B4B4C2
(180,180,194)
#C3C2CD
(195,194,205)
#D2D0D8
(210,208,216)
#E1DEE3
(225,222,227)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6080; }

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

This text font color is #5A6080.

Background Color

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

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

This div background color is #5A6080.

Border color

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

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

This div border color is #5A6080.

Opacity

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

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

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

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

This text has shadow with #5A6080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A6080.

Preview

Color preview on black background

This text has color #5A6080 on black background.


Color preview on white background

This text has color #5A6080 on white background.


Black color preview on #5A6080 background

This text has black color on #5A6080 background.


White color preview on #5A6080 background

This text has white color on #5A6080 background.


Related colors

Complementary color

Complementary color for #hex is #A59F7F.


I love getcolorcode.com

Triadic colors

1 #805A60 and #60805A with #5A6080 are triadic colors.

2 #80605A and #605A80 with #5A6080 are triadic colors.