COLOR #5B5A6A

HEX: #5B5A6A
RGB: (91,90,106)

Color info

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

RGB color model

#5B5A6A color RGB value is (91,90,106).

  • red value is 91;
  • green value is 90;
  • blue value is 106.
RGB:
(91,90,106)
(36%,35%,42%)

RGB channels and saturation

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

91
90
106

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

Portions of RGB colors in percentages

R + G + B =
91 + 90 + 106 = 287 (100%)
R 91 of 287 ~ 31.71%
G 90 of 287 ~ 31.36%
B 106 of 287 ~ 36.93%

%31.71
%31.36
%36.93

CMYK color model

#5B5A6A color CMYK value is (14,15,0,58).

  • cyan value is 14.15%
  • magenta value is 15.09%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(14,15,0,58)
C14M15Y0K58 
(14%,15%,0%,58%)
(0.14/0.15/0.00/0.58)	

CMYK percentages

%14.15
%15.09
%0
%58.43

Codes

Color #5B5A6A in popluar color models

5B5A6A
RGB9190106
HSL244°8.16%38.43%
HSB/HSV244°15.09%41.57%
CMYK14.15%15.09%0.00%
58.43%

Color #5B5A6A in popluar number systems.

HEX5B5A6A
Decimal9190106
Binary101101110110101101010
Octal133132152

Shades and tints

Shades of #5B5A6A

#5B5A6A
(91,90,106)
#535261
(83,82,97)
#4B4A58
(75,74,88)
#43424F
(67,66,79)
#3B3A46
(59,58,70)
#33323D
(51,50,61)
#2B2A34
(43,42,52)
#23222B
(35,34,43)
#1B1A22
(27,26,34)
#131219
(19,18,25)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #5B5A6A

#5B5A6A
(91,90,106)
#696977
(105,105,119)
#777884
(119,120,132)
#858791
(133,135,145)
#93969E
(147,150,158)
#A1A5AB
(161,165,171)
#AFB4B8
(175,180,184)
#BDC3C5
(189,195,197)
#CBD2D2
(203,210,210)
#D9E1DF
(217,225,223)
#E7F0EC
(231,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5A6A; }

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

This text font color is #5B5A6A.


Background Color

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

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

This div background color is #5B5A6A.


Border color

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

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

This div border color is #5B5A6A.


Opacity

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

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

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

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

This text has shadow with #5B5A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5A6A on black background.


Color preview on white background

This text has color #5B5A6A on white background.



Black color preview on #5B5A6A background

This text has black color on #5B5A6A background.


White color preview on #5B5A6A background

This text has white color on #5B5A6A background.