COLOR #5B738E

HEX: #5B738E RGB: (91,115,142)

Color info

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

RGB color model

#5B738E color RGB value is (91,115,142).

RGB: (91,115,142) (36%, 45%, 56%)

RGB channels and saturation

R 91 of 255 = 36%
G 115 of 255 = 45%
B 142 of 255 = 56%

91
115
142

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

Portions of RGB colors in percentages

R + G + B = 91 + 115 + 142 = 348 (100%)
R 91 of 348 ~ 26.15%
G 115 of 348 ~ 33.05%
B 142 of 348 ~ 40.8'%

%26.15
%33.05
%40.8

CMYK color model

#5B738E color CMYK value is (36,19,0,44).

  • cyan value is 35.92%
  • magenta value is 19.01%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (36,19,0,44)
C36M19Y0K44 (36%, 19%, 0%, 44%)
(0.36 / 0.19 / 0.00 / 0.44)

CMYK percentages

%35.92
%19.01
%0
%44.31

Codes

Color #5B738E in popluar color models

5B 73 8E
RGB 91 115 142
HSL 212° 21.89% 45.69%
HSB/HSV 212° 35.92% 55.69%
CMYK 35.92% 19.01% 0.00%
44.31%

Color #5B738E in popluar number systems.

HEX 5B 73 8E
Decimal 91 115 142
Binary 1011011 1110011 10001110
Octal 133 163 216

Shades and tints

Shades of #5B738E

#5B738E
(91,115,142)
#536982
(83,105,130)
#4B5F76
(75,95,118)
#43556A
(67,85,106)
#3B4B5E
(59,75,94)
#334152
(51,65,82)
#2B3746
(43,55,70)
#232D3A
(35,45,58)
#1B232E
(27,35,46)
#131922
(19,25,34)
#0B0F16
(11,15,22)
#000000
(0,0,0)

Tints of #5B738E

#5B738E
(91,115,142)
#697F98
(105,127,152)
#778BA2
(119,139,162)
#8597AC
(133,151,172)
#93A3B6
(147,163,182)
#A1AFC0
(161,175,192)
#AFBBCA
(175,187,202)
#BDC7D4
(189,199,212)
#CBD3DE
(203,211,222)
#D9DFE8
(217,223,232)
#E7EBF2
(231,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B738E; }

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

This text font color is #5B738E.

Background Color

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

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

This div background color is #5B738E.

Border color

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

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

This div border color is #5B738E.

Opacity

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

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

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

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

This text has shadow with #5B738E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B738E.

Preview

Color preview on black background

This text has color #5B738E on black background.


Color preview on white background

This text has color #5B738E on white background.


Black color preview on #5B738E background

This text has black color on #5B738E background.


White color preview on #5B738E background

This text has white color on #5B738E background.


Related colors

Complementary color

Complementary color for #hex is #A48C71.


I love getcolorcode.com

Triadic colors

1 #8E5B73 and #738E5B with #5B738E are triadic colors.

2 #8E735B and #735B8E with #5B738E are triadic colors.