COLOR #5B5A6C

HEX: #5B5A6C RGB: (91,90,108)

Color info

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

RGB color model

#5B5A6C color RGB value is (91,90,108).

RGB: (91,90,108) (36%, 35%, 42%)

RGB channels and saturation

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

91
90
108

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

Portions of RGB colors in percentages

R + G + B = 91 + 90 + 108 = 289 (100%)
R 91 of 289 ~ 31.49%
G 90 of 289 ~ 31.14%
B 108 of 289 ~ 37.37'%

%31.49
%31.14
%37.37

CMYK color model

#5B5A6C color CMYK value is (16,17,0,58).

  • cyan value is 15.74%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (16,17,0,58)
C16M17Y0K58 (16%, 17%, 0%, 58%)
(0.16 / 0.17 / 0.00 / 0.58)

CMYK percentages

%15.74
%16.67
%0
%57.65

Codes

Color #5B5A6C in popluar color models

5B 5A 6C
RGB 91 90 108
HSL 243° 9.09% 38.82%
HSB/HSV 243° 16.67% 42.35%
CMYK 15.74% 16.67% 0.00%
57.65%

Color #5B5A6C in popluar number systems.

HEX 5B 5A 6C
Decimal 91 90 108
Binary 1011011 1011010 1101100
Octal 133 132 154

Shades and tints

Shades of #5B5A6C

#5B5A6C
(91,90,108)
#535263
(83,82,99)
#4B4A5A
(75,74,90)
#434251
(67,66,81)
#3B3A48
(59,58,72)
#33323F
(51,50,63)
#2B2A36
(43,42,54)
#23222D
(35,34,45)
#1B1A24
(27,26,36)
#13121B
(19,18,27)
#0B0A12
(11,10,18)
#000000
(0,0,0)

Tints of #5B5A6C

#5B5A6C
(91,90,108)
#696979
(105,105,121)
#777886
(119,120,134)
#858793
(133,135,147)
#9396A0
(147,150,160)
#A1A5AD
(161,165,173)
#AFB4BA
(175,180,186)
#BDC3C7
(189,195,199)
#CBD2D4
(203,210,212)
#D9E1E1
(217,225,225)
#E7F0EE
(231,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5A6C; }

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

This text font color is #5B5A6C.

Background Color

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

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

This div background color is #5B5A6C.

Border color

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

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

This div border color is #5B5A6C.

Opacity

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

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

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

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

This text has shadow with #5B5A6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B5A6C.

Preview

Color preview on black background

This text has color #5B5A6C on black background.


Color preview on white background

This text has color #5B5A6C on white background.


Black color preview on #5B5A6C background

This text has black color on #5B5A6C background.


White color preview on #5B5A6C background

This text has white color on #5B5A6C background.


Related colors

Complementary color

Complementary color for #hex is #A4A593.


I love getcolorcode.com

Triadic colors

1 #6C5B5A and #5A6C5B with #5B5A6C are triadic colors.

2 #6C5A5B and #5A5B6C with #5B5A6C are triadic colors.