COLOR #5A556A

HEX: #5A556A
RGB: (90,85,106)

Color info

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

RGB color model

#5A556A color RGB value is (90,85,106).

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

RGB channels and saturation

R 90 of 255 = 35%
G 85 of 255 = 33%
B 106 of 255 = 42%

90
85
106

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

Portions of RGB colors in percentages

R + G + B =
90 + 85 + 106 = 281 (100%)
R 90 of 281 ~ 32.03%
G 85 of 281 ~ 30.25%
B 106 of 281 ~ 37.72%

%32.03
%30.25
%37.72

CMYK color model

#5A556A color CMYK value is (15,20,0,58).

  • cyan value is 15.09%
  • magenta value is 19.81%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(15,20,0,58)
C15M20Y0K58 
(15%,20%,0%,58%)
(0.15/0.20/0.00/0.58)	

CMYK percentages

%15.09
%19.81
%0
%58.43

Codes

Color #5A556A in popluar color models

5A556A
RGB9085106
HSL254°10.99%37.45%
HSB/HSV254°19.81%41.57%
CMYK15.09%19.81%0.00%
58.43%

Color #5A556A in popluar number systems.

HEX5A556A
Decimal9085106
Binary101101010101011101010
Octal132125152

Shades and tints

Shades of #5A556A

#5A556A
(90,85,106)
#524E61
(82,78,97)
#4A4758
(74,71,88)
#42404F
(66,64,79)
#3A3946
(58,57,70)
#32323D
(50,50,61)
#2A2B34
(42,43,52)
#22242B
(34,36,43)
#1A1D22
(26,29,34)
#121619
(18,22,25)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #5A556A

#5A556A
(90,85,106)
#696477
(105,100,119)
#787384
(120,115,132)
#878291
(135,130,145)
#96919E
(150,145,158)
#A5A0AB
(165,160,171)
#B4AFB8
(180,175,184)
#C3BEC5
(195,190,197)
#D2CDD2
(210,205,210)
#E1DCDF
(225,220,223)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A556A; }

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

This text font color is #5A556A.


Background Color

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

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

This div background color is #5A556A.


Border color

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

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

This div border color is #5A556A.


Opacity

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

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

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

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

This text has shadow with #5A556A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A556A on black background.


Color preview on white background

This text has color #5A556A on white background.



Black color preview on #5A556A background

This text has black color on #5A556A background.


White color preview on #5A556A background

This text has white color on #5A556A background.