COLOR #5B596A

HEX: #5B596A RGB: (91,89,106)

Color info

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

RGB color model

#5B596A color RGB value is (91,89,106).

RGB: (91,89,106) (36%, 35%, 42%)

RGB channels and saturation

R 91 of 255 = 36%
G 89 of 255 = 35%
B 106 of 255 = 42%

91
89
106

R + G + B ~ 38%. #5B596A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 89 + 106 = 286 (100%)
R 91 of 286 ~ 31.82%
G 89 of 286 ~ 31.12%
B 106 of 286 ~ 37.06'%

%31.82
%31.12
%37.06

CMYK color model

#5B596A color CMYK value is (14,16,0,58).

  • cyan value is 14.15%
  • magenta value is 16.04%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (14,16,0,58)
C14M16Y0K58 (14%, 16%, 0%, 58%)
(0.14 / 0.16 / 0.00 / 0.58)

CMYK percentages

%14.15
%16.04
%0
%58.43

Codes

Color #5B596A in popluar color models

5B 59 6A
RGB 91 89 106
HSL 247° 8.72% 38.24%
HSB/HSV 247° 16.04% 41.57%
CMYK 14.15% 16.04% 0.00%
58.43%

Color #5B596A in popluar number systems.

HEX 5B 59 6A
Decimal 91 89 106
Binary 1011011 1011001 1101010
Octal 133 131 152

Shades and tints

Shades of #5B596A

#5B596A
(91,89,106)
#535161
(83,81,97)
#4B4958
(75,73,88)
#43414F
(67,65,79)
#3B3946
(59,57,70)
#33313D
(51,49,61)
#2B2934
(43,41,52)
#23212B
(35,33,43)
#1B1922
(27,25,34)
#131119
(19,17,25)
#0B0910
(11,9,16)
#000000
(0,0,0)

Tints of #5B596A

#5B596A
(91,89,106)
#696877
(105,104,119)
#777784
(119,119,132)
#858691
(133,134,145)
#93959E
(147,149,158)
#A1A4AB
(161,164,171)
#AFB3B8
(175,179,184)
#BDC2C5
(189,194,197)
#CBD1D2
(203,209,210)
#D9E0DF
(217,224,223)
#E7EFEC
(231,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B596A color. Also use rgb(91,89,106) instead hex code.

Text Font Color

.myTextColor { color: #5B596A; }

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

This text font color is #5B596A.

Background Color

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

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

This div background color is #5B596A.

Border color

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

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

This div border color is #5B596A.

Opacity

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

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

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

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

This text has shadow with #5B596A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B596A.

Preview

Color preview on black background

This text has color #5B596A on black background.


Color preview on white background

This text has color #5B596A on white background.


Black color preview on #5B596A background

This text has black color on #5B596A background.


White color preview on #5B596A background

This text has white color on #5B596A background.


Related colors

Complementary color

Complementary color for #hex is #A4A695.


I love getcolorcode.com

Triadic colors

1 #6A5B59 and #596A5B with #5B596A are triadic colors.

2 #6A595B and #595B6A with #5B596A are triadic colors.