COLOR #5A5059

HEX: #5A5059
RGB: (90,80,89)

Color info

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

RGB color model

#5A5059 color RGB value is (90,80,89).

  • red value is 90;
  • green value is 80;
  • blue value is 89.
RGB:
(90,80,89)
(35%,31%,35%)

RGB channels and saturation

R 90 of 255 = 35%
G 80 of 255 = 31%
B 89 of 255 = 35%

90
80
89

R + G + B ~ 34%. #5A5059 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 80 + 89 = 259 (100%)
R 90 of 259 ~ 34.75%
G 80 of 259 ~ 30.89%
B 89 of 259 ~ 34.36%

%34.75
%30.89
%34.36

CMYK color model

#5A5059 color CMYK value is (0,11,1,65).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 1.11%
  • key color value is 64.71%
CMYK:
(0,11,1,65)
C0M11Y1K65 
(0%,11%,1%,65%)
(0.00/0.11/0.01/0.65)	

CMYK percentages

%0
%11.11
%1.11
%64.71

Codes

Color #5A5059 in popluar color models

5A5059
RGB908089
HSL306°5.88%33.33%
HSB/HSV306°11.11%35.29%
CMYK0.00%11.11%1.11%
64.71%

Color #5A5059 in popluar number systems.

HEX5A5059
Decimal908089
Binary101101010100001011001
Octal132120131

Shades and tints

Shades of #5A5059

#5A5059
(90,80,89)
#524951
(82,73,81)
#4A4249
(74,66,73)
#423B41
(66,59,65)
#3A3439
(58,52,57)
#322D31
(50,45,49)
#2A2629
(42,38,41)
#221F21
(34,31,33)
#1A1819
(26,24,25)
#121111
(18,17,17)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #5A5059

#5A5059
(90,80,89)
#695F68
(105,95,104)
#786E77
(120,110,119)
#877D86
(135,125,134)
#968C95
(150,140,149)
#A59BA4
(165,155,164)
#B4AAB3
(180,170,179)
#C3B9C2
(195,185,194)
#D2C8D1
(210,200,209)
#E1D7E0
(225,215,224)
#F0E6EF
(240,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5059 color. Also use rgb(90,80,89) instead hex code.

Text Font Color

.myTextColor { color: #5A5059; }

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

This text font color is #5A5059.


Background Color

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

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

This div background color is #5A5059.


Border color

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

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

This div border color is #5A5059.


Opacity

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

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

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

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

This text has shadow with #5A5059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5059 on black background.


Color preview on white background

This text has color #5A5059 on white background.



Black color preview on #5A5059 background

This text has black color on #5A5059 background.


White color preview on #5A5059 background

This text has white color on #5A5059 background.