COLOR #5A6059

HEX: #5A6059 RGB: (90,96,89)

Color info

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

RGB color model

#5A6059 color RGB value is (90,96,89).

RGB: (90,96,89) (35%, 38%, 35%)

RGB channels and saturation

R 90 of 255 = 35%
G 96 of 255 = 38%
B 89 of 255 = 35%

90
96
89

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

Portions of RGB colors in percentages

R + G + B = 90 + 96 + 89 = 275 (100%)
R 90 of 275 ~ 32.73%
G 96 of 275 ~ 34.91%
B 89 of 275 ~ 32.36'%

%32.73
%34.91
%32.36

CMYK color model

#5A6059 color CMYK value is (6,0,7,62).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 7.29%
  • key color value is 62.35%

CMYK: (6,0,7,62)
C6M0Y7K62 (6%, 0%, 7%, 62%)
(0.06 / 0.00 / 0.07 / 0.62)

CMYK percentages

%6.25
%0
%7.29
%62.35

Codes

Color #5A6059 in popluar color models

5A 60 59
RGB 90 96 89
HSL 111° 3.78% 36.27%
HSB/HSV 111° 7.29% 37.65%
CMYK 6.25% 0.00% 7.29%
62.35%

Color #5A6059 in popluar number systems.

HEX 5A 60 59
Decimal 90 96 89
Binary 1011010 1100000 1011001
Octal 132 140 131

Shades and tints

Shades of #5A6059

#5A6059
(90,96,89)
#525851
(82,88,81)
#4A5049
(74,80,73)
#424841
(66,72,65)
#3A4039
(58,64,57)
#323831
(50,56,49)
#2A3029
(42,48,41)
#222821
(34,40,33)
#1A2019
(26,32,25)
#121811
(18,24,17)
#0A1009
(10,16,9)
#000000
(0,0,0)

Tints of #5A6059

#5A6059
(90,96,89)
#696E68
(105,110,104)
#787C77
(120,124,119)
#878A86
(135,138,134)
#969895
(150,152,149)
#A5A6A4
(165,166,164)
#B4B4B3
(180,180,179)
#C3C2C2
(195,194,194)
#D2D0D1
(210,208,209)
#E1DEE0
(225,222,224)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6059; }

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

This text font color is #5A6059.

Background Color

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

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

This div background color is #5A6059.

Border color

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

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

This div border color is #5A6059.

Opacity

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

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

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

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

This text has shadow with #5A6059 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A6059.

Preview

Color preview on black background

This text has color #5A6059 on black background.


Color preview on white background

This text has color #5A6059 on white background.


Black color preview on #5A6059 background

This text has black color on #5A6059 background.


White color preview on #5A6059 background

This text has white color on #5A6059 background.


Related colors

Complementary color

Complementary color for #hex is #A59FA6.


I love getcolorcode.com

Triadic colors

1 #595A60 and #60595A with #5A6059 are triadic colors.

2 #59605A and #605A59 with #5A6059 are triadic colors.