COLOR #5A556B

HEX: #5A556B RGB: (90,85,107)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

90
85
107

R + G + B ~ 37%. #5A556B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 85 + 107 = 282 (100%)
R 90 of 282 ~ 31.91%
G 85 of 282 ~ 30.14%
B 107 of 282 ~ 37.94'%

%31.91
%30.14
%37.94

CMYK color model

#5A556B color CMYK value is (16,21,0,58).

  • cyan value is 15.89%
  • magenta value is 20.56%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (16,21,0,58)
C16M21Y0K58 (16%, 21%, 0%, 58%)
(0.16 / 0.21 / 0.00 / 0.58)

CMYK percentages

%15.89
%20.56
%0
%58.04

Codes

Color #5A556B in popluar color models

5A 55 6B
RGB 90 85 107
HSL 254° 11.46% 37.65%
HSB/HSV 254° 20.56% 41.96%
CMYK 15.89% 20.56% 0.00%
58.04%

Color #5A556B in popluar number systems.

HEX 5A 55 6B
Decimal 90 85 107
Binary 1011010 1010101 1101011
Octal 132 125 153

Shades and tints

Shades of #5A556B

#5A556B
(90,85,107)
#524E62
(82,78,98)
#4A4759
(74,71,89)
#424050
(66,64,80)
#3A3947
(58,57,71)
#32323E
(50,50,62)
#2A2B35
(42,43,53)
#22242C
(34,36,44)
#1A1D23
(26,29,35)
#12161A
(18,22,26)
#0A0F11
(10,15,17)
#000000
(0,0,0)

Tints of #5A556B

#5A556B
(90,85,107)
#696478
(105,100,120)
#787385
(120,115,133)
#878292
(135,130,146)
#96919F
(150,145,159)
#A5A0AC
(165,160,172)
#B4AFB9
(180,175,185)
#C3BEC6
(195,190,198)
#D2CDD3
(210,205,211)
#E1DCE0
(225,220,224)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A556B; }

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

This text font color is #5A556B.

Background Color

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

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

This div background color is #5A556B.

Border color

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

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

This div border color is #5A556B.

Opacity

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

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

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

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

This text has shadow with #5A556B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A556B.

Preview

Color preview on black background

This text has color #5A556B on black background.


Color preview on white background

This text has color #5A556B on white background.


Black color preview on #5A556B background

This text has black color on #5A556B background.


White color preview on #5A556B background

This text has white color on #5A556B background.


Related colors

Complementary color

Complementary color for #hex is #A5AA94.


I love getcolorcode.com

Triadic colors

1 #6B5A55 and #556B5A with #5A556B are triadic colors.

2 #6B555A and #555A6B with #5A556B are triadic colors.