COLOR #5A555A

HEX: #5A555A RGB: (90,85,90)

Color info

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

RGB color model

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

RGB: (90,85,90) (35%, 33%, 35%)

RGB channels and saturation

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

90
85
90

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

Portions of RGB colors in percentages

R + G + B = 90 + 85 + 90 = 265 (100%)
R 90 of 265 ~ 33.96%
G 85 of 265 ~ 32.08%
B 90 of 265 ~ 33.96'%

%33.96
%32.08
%33.96

CMYK color model

#5A555A color CMYK value is (0,6,0,65).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (0,6,0,65)
C0M6Y0K65 (0%, 6%, 0%, 65%)
(0.00 / 0.06 / 0.00 / 0.65)

CMYK percentages

%0
%5.56
%0
%64.71

Codes

Color #5A555A in popluar color models

5A 55 5A
RGB 90 85 90
HSL 300° 2.86% 34.31%
HSB/HSV 300° 5.56% 35.29%
CMYK 0.00% 5.56% 0.00%
64.71%

Color #5A555A in popluar number systems.

HEX 5A 55 5A
Decimal 90 85 90
Binary 1011010 1010101 1011010
Octal 132 125 132

Shades and tints

Shades of #5A555A

#5A555A
(90,85,90)
#524E52
(82,78,82)
#4A474A
(74,71,74)
#424042
(66,64,66)
#3A393A
(58,57,58)
#323232
(50,50,50)
#2A2B2A
(42,43,42)
#222422
(34,36,34)
#1A1D1A
(26,29,26)
#121612
(18,22,18)
#0A0F0A
(10,15,10)
#000000
(0,0,0)

Tints of #5A555A

#5A555A
(90,85,90)
#696469
(105,100,105)
#787378
(120,115,120)
#878287
(135,130,135)
#969196
(150,145,150)
#A5A0A5
(165,160,165)
#B4AFB4
(180,175,180)
#C3BEC3
(195,190,195)
#D2CDD2
(210,205,210)
#E1DCE1
(225,220,225)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A555A; }

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

This text font color is #5A555A.

Background Color

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

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

This div background color is #5A555A.

Border color

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

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

This div border color is #5A555A.

Opacity

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

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

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

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

This text has shadow with #5A555A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A555A.

Preview

Color preview on black background

This text has color #5A555A on black background.


Color preview on white background

This text has color #5A555A on white background.


Black color preview on #5A555A background

This text has black color on #5A555A background.


White color preview on #5A555A background

This text has white color on #5A555A background.


Related colors

Complementary color

Complementary color for #hex is #A5AAA5.


I love getcolorcode.com

Triadic colors

1 #5A5A55 and #555A5A with #5A555A are triadic colors.

2 #5A555A and #555A5A with #5A555A are triadic colors.