COLOR #5B657C

HEX: #5B657C
RGB: (91,101,124)

Color info

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

RGB color model

#5B657C color RGB value is (91,101,124).

  • red value is 91;
  • green value is 101;
  • blue value is 124.
RGB:
(91,101,124)
(36%,40%,49%)

RGB channels and saturation

R 91 of 255 = 36%
G 101 of 255 = 40%
B 124 of 255 = 49%

91
101
124

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

Portions of RGB colors in percentages

R + G + B =
91 + 101 + 124 = 316 (100%)
R 91 of 316 ~ 28.8%
G 101 of 316 ~ 31.96%
B 124 of 316 ~ 39.24%

%28.8
%31.96
%39.24

CMYK color model

#5B657C color CMYK value is (27,19,0,51).

  • cyan value is 26.61%
  • magenta value is 18.55%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(27,19,0,51)
C27M19Y0K51 
(27%,19%,0%,51%)
(0.27/0.19/0.00/0.51)	

CMYK percentages

%26.61
%18.55
%0
%51.37

Codes

Color #5B657C in popluar color models

5B657C
RGB91101124
HSL222°15.35%42.16%
HSB/HSV222°26.61%48.63%
CMYK26.61%18.55%0.00%
51.37%

Color #5B657C in popluar number systems.

HEX5B657C
Decimal91101124
Binary101101111001011111100
Octal133145174

Shades and tints

Shades of #5B657C

#5B657C
(91,101,124)
#535C71
(83,92,113)
#4B5366
(75,83,102)
#434A5B
(67,74,91)
#3B4150
(59,65,80)
#333845
(51,56,69)
#2B2F3A
(43,47,58)
#23262F
(35,38,47)
#1B1D24
(27,29,36)
#131419
(19,20,25)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #5B657C

#5B657C
(91,101,124)
#697387
(105,115,135)
#778192
(119,129,146)
#858F9D
(133,143,157)
#939DA8
(147,157,168)
#A1ABB3
(161,171,179)
#AFB9BE
(175,185,190)
#BDC7C9
(189,199,201)
#CBD5D4
(203,213,212)
#D9E3DF
(217,227,223)
#E7F1EA
(231,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B657C; }

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

This text font color is #5B657C.


Background Color

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

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

This div background color is #5B657C.


Border color

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

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

This div border color is #5B657C.


Opacity

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

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

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

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

This text has shadow with #5B657C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B657C on black background.


Color preview on white background

This text has color #5B657C on white background.



Black color preview on #5B657C background

This text has black color on #5B657C background.


White color preview on #5B657C background

This text has white color on #5B657C background.