COLOR #5A5566

HEX: #5A5566 RGB: (90,85,102)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

90
85
102

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

Portions of RGB colors in percentages

R + G + B = 90 + 85 + 102 = 277 (100%)
R 90 of 277 ~ 32.49%
G 85 of 277 ~ 30.69%
B 102 of 277 ~ 36.82'%

%32.49
%30.69
%36.82

CMYK color model

#5A5566 color CMYK value is (12,17,0,60).

  • cyan value is 11.76%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (12,17,0,60)
C12M17Y0K60 (12%, 17%, 0%, 60%)
(0.12 / 0.17 / 0.00 / 0.60)

CMYK percentages

%11.76
%16.67
%0
%60

Codes

Color #5A5566 in popluar color models

5A 55 66
RGB 90 85 102
HSL 258° 9.09% 36.67%
HSB/HSV 258° 16.67% 40.00%
CMYK 11.76% 16.67% 0.00%
60.00%

Color #5A5566 in popluar number systems.

HEX 5A 55 66
Decimal 90 85 102
Binary 1011010 1010101 1100110
Octal 132 125 146

Shades and tints

Shades of #5A5566

#5A5566
(90,85,102)
#524E5D
(82,78,93)
#4A4754
(74,71,84)
#42404B
(66,64,75)
#3A3942
(58,57,66)
#323239
(50,50,57)
#2A2B30
(42,43,48)
#222427
(34,36,39)
#1A1D1E
(26,29,30)
#121615
(18,22,21)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #5A5566

#5A5566
(90,85,102)
#696473
(105,100,115)
#787380
(120,115,128)
#87828D
(135,130,141)
#96919A
(150,145,154)
#A5A0A7
(165,160,167)
#B4AFB4
(180,175,180)
#C3BEC1
(195,190,193)
#D2CDCE
(210,205,206)
#E1DCDB
(225,220,219)
#F0EBE8
(240,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5566; }

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

This text font color is #5A5566.

Background Color

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

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

This div background color is #5A5566.

Border color

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

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

This div border color is #5A5566.

Opacity

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

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

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

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

This text has shadow with #5A5566 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A5566.

Preview

Color preview on black background

This text has color #5A5566 on black background.


Color preview on white background

This text has color #5A5566 on white background.


Black color preview on #5A5566 background

This text has black color on #5A5566 background.


White color preview on #5A5566 background

This text has white color on #5A5566 background.


Related colors

Complementary color

Complementary color for #hex is #A5AA99.


I love getcolorcode.com

Triadic colors

1 #665A55 and #55665A with #5A5566 are triadic colors.

2 #66555A and #555A66 with #5A5566 are triadic colors.