COLOR #5A5469

HEX: #5A5469
RGB: (90,84,105)

Color info

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

RGB color model

#5A5469 color RGB value is (90,84,105).

  • red value is 90;
  • green value is 84;
  • blue value is 105.
RGB:
(90,84,105)
(35%,33%,41%)

RGB channels and saturation

R 90 of 255 = 35%
G 84 of 255 = 33%
B 105 of 255 = 41%

90
84
105

R + G + B ~ 36%. #5A5469 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 84 + 105 = 279 (100%)
R 90 of 279 ~ 32.26%
G 84 of 279 ~ 30.11%
B 105 of 279 ~ 37.63%

%32.26
%30.11
%37.63

CMYK color model

#5A5469 color CMYK value is (14,20,0,59).

  • cyan value is 14.29%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(14,20,0,59)
C14M20Y0K59 
(14%,20%,0%,59%)
(0.14/0.20/0.00/0.59)	

CMYK percentages

%14.29
%20
%0
%58.82

Codes

Color #5A5469 in popluar color models

5A5469
RGB9084105
HSL257°11.11%37.06%
HSB/HSV257°20.00%41.18%
CMYK14.29%20.00%0.00%
58.82%

Color #5A5469 in popluar number systems.

HEX5A5469
Decimal9084105
Binary101101010101001101001
Octal132124151

Shades and tints

Shades of #5A5469

#5A5469
(90,84,105)
#524D60
(82,77,96)
#4A4657
(74,70,87)
#423F4E
(66,63,78)
#3A3845
(58,56,69)
#32313C
(50,49,60)
#2A2A33
(42,42,51)
#22232A
(34,35,42)
#1A1C21
(26,28,33)
#121518
(18,21,24)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #5A5469

#5A5469
(90,84,105)
#696376
(105,99,118)
#787283
(120,114,131)
#878190
(135,129,144)
#96909D
(150,144,157)
#A59FAA
(165,159,170)
#B4AEB7
(180,174,183)
#C3BDC4
(195,189,196)
#D2CCD1
(210,204,209)
#E1DBDE
(225,219,222)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5469; }

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

This text font color is #5A5469.


Background Color

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

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

This div background color is #5A5469.


Border color

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

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

This div border color is #5A5469.


Opacity

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

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

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

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

This text has shadow with #5A5469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5469 on black background.


Color preview on white background

This text has color #5A5469 on white background.



Black color preview on #5A5469 background

This text has black color on #5A5469 background.


White color preview on #5A5469 background

This text has white color on #5A5469 background.