COLOR #5A5460

HEX: #5A5460 RGB: (90,84,96)

Color info

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

RGB color model

#5A5460 color RGB value is (90,84,96).

RGB: (90,84,96) (35%, 33%, 38%)

RGB channels and saturation

R 90 of 255 = 35%
G 84 of 255 = 33%
B 96 of 255 = 38%

90
84
96

R + G + B ~ 35%. #5A5460 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 84 + 96 = 270 (100%)
R 90 of 270 ~ 33.33%
G 84 of 270 ~ 31.11%
B 96 of 270 ~ 35.56'%

%33.33
%31.11
%35.56

CMYK color model

#5A5460 color CMYK value is (6,13,0,62).

  • cyan value is 6.25%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (6,13,0,62)
C6M13Y0K62 (6%, 13%, 0%, 62%)
(0.06 / 0.13 / 0.00 / 0.62)

CMYK percentages

%6.25
%12.5
%0
%62.35

Codes

Color #5A5460 in popluar color models

5A 54 60
RGB 90 84 96
HSL 270° 6.67% 35.29%
HSB/HSV 270° 12.50% 37.65%
CMYK 6.25% 12.50% 0.00%
62.35%

Color #5A5460 in popluar number systems.

HEX 5A 54 60
Decimal 90 84 96
Binary 1011010 1010100 1100000
Octal 132 124 140

Shades and tints

Shades of #5A5460

#5A5460
(90,84,96)
#524D58
(82,77,88)
#4A4650
(74,70,80)
#423F48
(66,63,72)
#3A3840
(58,56,64)
#323138
(50,49,56)
#2A2A30
(42,42,48)
#222328
(34,35,40)
#1A1C20
(26,28,32)
#121518
(18,21,24)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #5A5460

#5A5460
(90,84,96)
#69636E
(105,99,110)
#78727C
(120,114,124)
#87818A
(135,129,138)
#969098
(150,144,152)
#A59FA6
(165,159,166)
#B4AEB4
(180,174,180)
#C3BDC2
(195,189,194)
#D2CCD0
(210,204,208)
#E1DBDE
(225,219,222)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5460; }

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

This text font color is #5A5460.

Background Color

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

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

This div background color is #5A5460.

Border color

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

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

This div border color is #5A5460.

Opacity

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

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

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

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

This text has shadow with #5A5460 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A5460.

Preview

Color preview on black background

This text has color #5A5460 on black background.


Color preview on white background

This text has color #5A5460 on white background.


Black color preview on #5A5460 background

This text has black color on #5A5460 background.


White color preview on #5A5460 background

This text has white color on #5A5460 background.


Related colors

Complementary color

Complementary color for #hex is #A5AB9F.


I love getcolorcode.com

Triadic colors

1 #605A54 and #54605A with #5A5460 are triadic colors.

2 #60545A and #545A60 with #5A5460 are triadic colors.