COLOR #5B6C7E

HEX: #5B6C7E RGB: (91,108,126)

Color info

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

RGB color model

#5B6C7E color RGB value is (91,108,126).

RGB: (91,108,126) (36%, 42%, 49%)

RGB channels and saturation

R 91 of 255 = 36%
G 108 of 255 = 42%
B 126 of 255 = 49%

91
108
126

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

Portions of RGB colors in percentages

R + G + B = 91 + 108 + 126 = 325 (100%)
R 91 of 325 ~ 28%
G 108 of 325 ~ 33.23%
B 126 of 325 ~ 38.77'%

%28
%33.23
%38.77

CMYK color model

#5B6C7E color CMYK value is (28,14,0,51).

  • cyan value is 27.78%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (28,14,0,51)
C28M14Y0K51 (28%, 14%, 0%, 51%)
(0.28 / 0.14 / 0.00 / 0.51)

CMYK percentages

%27.78
%14.29
%0
%50.59

Codes

Color #5B6C7E in popluar color models

5B 6C 7E
RGB 91 108 126
HSL 211° 16.13% 42.55%
HSB/HSV 211° 27.78% 49.41%
CMYK 27.78% 14.29% 0.00%
50.59%

Color #5B6C7E in popluar number systems.

HEX 5B 6C 7E
Decimal 91 108 126
Binary 1011011 1101100 1111110
Octal 133 154 176

Shades and tints

Shades of #5B6C7E

#5B6C7E
(91,108,126)
#536373
(83,99,115)
#4B5A68
(75,90,104)
#43515D
(67,81,93)
#3B4852
(59,72,82)
#333F47
(51,63,71)
#2B363C
(43,54,60)
#232D31
(35,45,49)
#1B2426
(27,36,38)
#131B1B
(19,27,27)
#0B1210
(11,18,16)
#000000
(0,0,0)

Tints of #5B6C7E

#5B6C7E
(91,108,126)
#697989
(105,121,137)
#778694
(119,134,148)
#85939F
(133,147,159)
#93A0AA
(147,160,170)
#A1ADB5
(161,173,181)
#AFBAC0
(175,186,192)
#BDC7CB
(189,199,203)
#CBD4D6
(203,212,214)
#D9E1E1
(217,225,225)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6C7E; }

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

This text font color is #5B6C7E.

Background Color

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

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

This div background color is #5B6C7E.

Border color

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

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

This div border color is #5B6C7E.

Opacity

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

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

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

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

This text has shadow with #5B6C7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B6C7E.

Preview

Color preview on black background

This text has color #5B6C7E on black background.


Color preview on white background

This text has color #5B6C7E on white background.


Black color preview on #5B6C7E background

This text has black color on #5B6C7E background.


White color preview on #5B6C7E background

This text has white color on #5B6C7E background.


Related colors

Complementary color

Complementary color for #hex is #A49381.


I love getcolorcode.com

Triadic colors

1 #7E5B6C and #6C7E5B with #5B6C7E are triadic colors.

2 #7E6C5B and #6C5B7E with #5B6C7E are triadic colors.