COLOR #5A5563

HEX: #5A5563
RGB: (90,85,99)

Color info

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

RGB color model

#5A5563 color RGB value is (90,85,99).

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

RGB channels and saturation

R 90 of 255 = 35%
G 85 of 255 = 33%
B 99 of 255 = 39%

90
85
99

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

Portions of RGB colors in percentages

R + G + B =
90 + 85 + 99 = 274 (100%)
R 90 of 274 ~ 32.85%
G 85 of 274 ~ 31.02%
B 99 of 274 ~ 36.13%

%32.85
%31.02
%36.13

CMYK color model

#5A5563 color CMYK value is (9,14,0,61).

  • cyan value is 9.09%
  • magenta value is 14.14%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(9,14,0,61)
C9M14Y0K61 
(9%,14%,0%,61%)
(0.09/0.14/0.00/0.61)	

CMYK percentages

%9.09
%14.14
%0
%61.18

Codes

Color #5A5563 in popluar color models

5A5563
RGB908599
HSL261°7.61%36.08%
HSB/HSV261°14.14%38.82%
CMYK9.09%14.14%0.00%
61.18%

Color #5A5563 in popluar number systems.

HEX5A5563
Decimal908599
Binary101101010101011100011
Octal132125143

Shades and tints

Shades of #5A5563

#5A5563
(90,85,99)
#524E5A
(82,78,90)
#4A4751
(74,71,81)
#424048
(66,64,72)
#3A393F
(58,57,63)
#323236
(50,50,54)
#2A2B2D
(42,43,45)
#222424
(34,36,36)
#1A1D1B
(26,29,27)
#121612
(18,22,18)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #5A5563

#5A5563
(90,85,99)
#696471
(105,100,113)
#78737F
(120,115,127)
#87828D
(135,130,141)
#96919B
(150,145,155)
#A5A0A9
(165,160,169)
#B4AFB7
(180,175,183)
#C3BEC5
(195,190,197)
#D2CDD3
(210,205,211)
#E1DCE1
(225,220,225)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5563; }

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

This text font color is #5A5563.


Background Color

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

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

This div background color is #5A5563.


Border color

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

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

This div border color is #5A5563.


Opacity

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

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

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

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

This text has shadow with #5A5563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5563 on black background.


Color preview on white background

This text has color #5A5563 on white background.



Black color preview on #5A5563 background

This text has black color on #5A5563 background.


White color preview on #5A5563 background

This text has white color on #5A5563 background.