COLOR #5B7B8C

HEX: #5B7B8C RGB: (91,123,140)

Color info

#5B7B8C contains red, green and blue colors in about the same proportion. Web safe color of #5B7B8C is #666699 (or #669).

RGB color model

#5B7B8C color RGB value is (91,123,140).

RGB: (91,123,140) (36%, 48%, 55%)

RGB channels and saturation

R 91 of 255 = 36%
G 123 of 255 = 48%
B 140 of 255 = 55%

91
123
140

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

Portions of RGB colors in percentages

R + G + B = 91 + 123 + 140 = 354 (100%)
R 91 of 354 ~ 25.71%
G 123 of 354 ~ 34.75%
B 140 of 354 ~ 39.55'%

%25.71
%34.75
%39.55

CMYK color model

#5B7B8C color CMYK value is (35,12,0,45).

  • cyan value is 35.00%
  • magenta value is 12.14%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (35,12,0,45)
C35M12Y0K45 (35%, 12%, 0%, 45%)
(0.35 / 0.12 / 0.00 / 0.45)

CMYK percentages

%35
%12.14
%0
%45.1

Codes

Color #5B7B8C in popluar color models

5B 7B 8C
RGB 91 123 140
HSL 201° 21.21% 45.29%
HSB/HSV 201° 35.00% 54.90%
CMYK 35.00% 12.14% 0.00%
45.10%

Color #5B7B8C in popluar number systems.

HEX 5B 7B 8C
Decimal 91 123 140
Binary 1011011 1111011 10001100
Octal 133 173 214

Shades and tints

Shades of #5B7B8C

#5B7B8C
(91,123,140)
#537080
(83,112,128)
#4B6574
(75,101,116)
#435A68
(67,90,104)
#3B4F5C
(59,79,92)
#334450
(51,68,80)
#2B3944
(43,57,68)
#232E38
(35,46,56)
#1B232C
(27,35,44)
#131820
(19,24,32)
#0B0D14
(11,13,20)
#000000
(0,0,0)

Tints of #5B7B8C

#5B7B8C
(91,123,140)
#698796
(105,135,150)
#7793A0
(119,147,160)
#859FAA
(133,159,170)
#93ABB4
(147,171,180)
#A1B7BE
(161,183,190)
#AFC3C8
(175,195,200)
#BDCFD2
(189,207,210)
#CBDBDC
(203,219,220)
#D9E7E6
(217,231,230)
#E7F3F0
(231,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7B8C; }

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

This text font color is #5B7B8C.

Background Color

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

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

This div background color is #5B7B8C.

Border color

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

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

This div border color is #5B7B8C.

Opacity

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

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

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

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

This text has shadow with #5B7B8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B7B8C.

Preview

Color preview on black background

This text has color #5B7B8C on black background.


Color preview on white background

This text has color #5B7B8C on white background.


Black color preview on #5B7B8C background

This text has black color on #5B7B8C background.


White color preview on #5B7B8C background

This text has white color on #5B7B8C background.


Related colors

Complementary color

Complementary color for #hex is #A48473.


I love getcolorcode.com

Triadic colors

1 #8C5B7B and #7B8C5B with #5B7B8C are triadic colors.

2 #8C7B5B and #7B5B8C with #5B7B8C are triadic colors.