COLOR #5B6675

HEX: #5B6675
RGB: (91,102,117)

Color info

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

RGB color model

#5B6675 color RGB value is (91,102,117).

  • red value is 91;
  • green value is 102;
  • blue value is 117.
RGB:
(91,102,117)
(36%,40%,46%)

RGB channels and saturation

R 91 of 255 = 36%
G 102 of 255 = 40%
B 117 of 255 = 46%

91
102
117

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

Portions of RGB colors in percentages

R + G + B =
91 + 102 + 117 = 310 (100%)
R 91 of 310 ~ 29.35%
G 102 of 310 ~ 32.9%
B 117 of 310 ~ 37.74%

%29.35
%32.9
%37.74

CMYK color model

#5B6675 color CMYK value is (22,13,0,54).

  • cyan value is 22.22%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(22,13,0,54)
C22M13Y0K54 
(22%,13%,0%,54%)
(0.22/0.13/0.00/0.54)	

CMYK percentages

%22.22
%12.82
%0
%54.12

Codes

Color #5B6675 in popluar color models

5B6675
RGB91102117
HSL215°12.50%40.78%
HSB/HSV215°22.22%45.88%
CMYK22.22%12.82%0.00%
54.12%

Color #5B6675 in popluar number systems.

HEX5B6675
Decimal91102117
Binary101101111001101110101
Octal133146165

Shades and tints

Shades of #5B6675

#5B6675
(91,102,117)
#535D6B
(83,93,107)
#4B5461
(75,84,97)
#434B57
(67,75,87)
#3B424D
(59,66,77)
#333943
(51,57,67)
#2B3039
(43,48,57)
#23272F
(35,39,47)
#1B1E25
(27,30,37)
#13151B
(19,21,27)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #5B6675

#5B6675
(91,102,117)
#697381
(105,115,129)
#77808D
(119,128,141)
#858D99
(133,141,153)
#939AA5
(147,154,165)
#A1A7B1
(161,167,177)
#AFB4BD
(175,180,189)
#BDC1C9
(189,193,201)
#CBCED5
(203,206,213)
#D9DBE1
(217,219,225)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6675; }

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

This text font color is #5B6675.


Background Color

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

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

This div background color is #5B6675.


Border color

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

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

This div border color is #5B6675.


Opacity

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

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

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

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

This text has shadow with #5B6675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6675 on black background.


Color preview on white background

This text has color #5B6675 on white background.



Black color preview on #5B6675 background

This text has black color on #5B6675 background.


White color preview on #5B6675 background

This text has white color on #5B6675 background.