COLOR #5B5B7A

HEX: #5B5B7A RGB: (91,91,122)

Color info

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

RGB color model

#5B5B7A color RGB value is (91,91,122).

RGB: (91,91,122) (36%, 36%, 48%)

RGB channels and saturation

R 91 of 255 = 36%
G 91 of 255 = 36%
B 122 of 255 = 48%

91
91
122

R + G + B ~ 40%. #5B5B7A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 91 + 91 + 122 = 304 (100%)
R 91 of 304 ~ 29.93%
G 91 of 304 ~ 29.93%
B 122 of 304 ~ 40.13'%

%29.93
%29.93
%40.13

CMYK color model

#5B5B7A color CMYK value is (25,25,0,52).

  • cyan value is 25.41%
  • magenta value is 25.41%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (25,25,0,52)
C25M25Y0K52 (25%, 25%, 0%, 52%)
(0.25 / 0.25 / 0.00 / 0.52)

CMYK percentages

%25.41
%25.41
%0
%52.16

Codes

Color #5B5B7A in popluar color models

5B 5B 7A
RGB 91 91 122
HSL 240° 14.55% 41.76%
HSB/HSV 240° 25.41% 47.84%
CMYK 25.41% 25.41% 0.00%
52.16%

Color #5B5B7A in popluar number systems.

HEX 5B 5B 7A
Decimal 91 91 122
Binary 1011011 1011011 1111010
Octal 133 133 172

Shades and tints

Shades of #5B5B7A

#5B5B7A
(91,91,122)
#53536F
(83,83,111)
#4B4B64
(75,75,100)
#434359
(67,67,89)
#3B3B4E
(59,59,78)
#333343
(51,51,67)
#2B2B38
(43,43,56)
#23232D
(35,35,45)
#1B1B22
(27,27,34)
#131317
(19,19,23)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #5B5B7A

#5B5B7A
(91,91,122)
#696986
(105,105,134)
#777792
(119,119,146)
#85859E
(133,133,158)
#9393AA
(147,147,170)
#A1A1B6
(161,161,182)
#AFAFC2
(175,175,194)
#BDBDCE
(189,189,206)
#CBCBDA
(203,203,218)
#D9D9E6
(217,217,230)
#E7E7F2
(231,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5B7A; }

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

This text font color is #5B5B7A.

Background Color

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

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

This div background color is #5B5B7A.

Border color

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

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

This div border color is #5B5B7A.

Opacity

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

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

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

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

This text has shadow with #5B5B7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B5B7A.

Preview

Color preview on black background

This text has color #5B5B7A on black background.


Color preview on white background

This text has color #5B5B7A on white background.


Black color preview on #5B5B7A background

This text has black color on #5B5B7A background.


White color preview on #5B5B7A background

This text has white color on #5B5B7A background.


Related colors

Complementary color

Complementary color for #hex is #A4A485.


I love getcolorcode.com