COLOR #5A556E

HEX: #5A556E
RGB: (90,85,110)

Color info

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

RGB color model

#5A556E color RGB value is (90,85,110).

  • red value is 90;
  • green value is 85;
  • blue value is 110.
RGB:
(90,85,110)
(35%,33%,43%)

RGB channels and saturation

R 90 of 255 = 35%
G 85 of 255 = 33%
B 110 of 255 = 43%

90
85
110

R + G + B ~ 37%. #5A556E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 85 + 110 = 285 (100%)
R 90 of 285 ~ 31.58%
G 85 of 285 ~ 29.82%
B 110 of 285 ~ 38.6%

%31.58
%29.82
%38.6

CMYK color model

#5A556E color CMYK value is (18,23,0,57).

  • cyan value is 18.18%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(18,23,0,57)
C18M23Y0K57 
(18%,23%,0%,57%)
(0.18/0.23/0.00/0.57)	

CMYK percentages

%18.18
%22.73
%0
%56.86

Codes

Color #5A556E in popluar color models

5A556E
RGB9085110
HSL252°12.82%38.24%
HSB/HSV252°22.73%43.14%
CMYK18.18%22.73%0.00%
56.86%

Color #5A556E in popluar number systems.

HEX5A556E
Decimal9085110
Binary101101010101011101110
Octal132125156

Shades and tints

Shades of #5A556E

#5A556E
(90,85,110)
#524E64
(82,78,100)
#4A475A
(74,71,90)
#424050
(66,64,80)
#3A3946
(58,57,70)
#32323C
(50,50,60)
#2A2B32
(42,43,50)
#222428
(34,36,40)
#1A1D1E
(26,29,30)
#121614
(18,22,20)
#0A0F0A
(10,15,10)
#000000
(0,0,0)

Tints of #5A556E

#5A556E
(90,85,110)
#69647B
(105,100,123)
#787388
(120,115,136)
#878295
(135,130,149)
#9691A2
(150,145,162)
#A5A0AF
(165,160,175)
#B4AFBC
(180,175,188)
#C3BEC9
(195,190,201)
#D2CDD6
(210,205,214)
#E1DCE3
(225,220,227)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A556E color. Also use rgb(90,85,110) instead hex code.

Text Font Color

.myTextColor { color: #5A556E; }

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

This text font color is #5A556E.


Background Color

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

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

This div background color is #5A556E.


Border color

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

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

This div border color is #5A556E.


Opacity

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

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

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

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

This text has shadow with #5A556E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A556E on black background.


Color preview on white background

This text has color #5A556E on white background.



Black color preview on #5A556E background

This text has black color on #5A556E background.


White color preview on #5A556E background

This text has white color on #5A556E background.