COLOR #5B7488

HEX: #5B7488
RGB: (91,116,136)

Color info

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

RGB color model

#5B7488 color RGB value is (91,116,136).

  • red value is 91;
  • green value is 116;
  • blue value is 136.
RGB:
(91,116,136)
(36%,45%,53%)

RGB channels and saturation

R 91 of 255 = 36%
G 116 of 255 = 45%
B 136 of 255 = 53%

91
116
136

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

Portions of RGB colors in percentages

R + G + B =
91 + 116 + 136 = 343 (100%)
R 91 of 343 ~ 26.53%
G 116 of 343 ~ 33.82%
B 136 of 343 ~ 39.65%

%26.53
%33.82
%39.65

CMYK color model

#5B7488 color CMYK value is (33,15,0,47).

  • cyan value is 33.09%
  • magenta value is 14.71%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(33,15,0,47)
C33M15Y0K47 
(33%,15%,0%,47%)
(0.33/0.15/0.00/0.47)	

CMYK percentages

%33.09
%14.71
%0
%46.67

Codes

Color #5B7488 in popluar color models

5B7488
RGB91116136
HSL207°19.82%44.51%
HSB/HSV207°33.09%53.33%
CMYK33.09%14.71%0.00%
46.67%

Color #5B7488 in popluar number systems.

HEX5B7488
Decimal91116136
Binary1011011111010010001000
Octal133164210

Shades and tints

Shades of #5B7488

#5B7488
(91,116,136)
#536A7C
(83,106,124)
#4B6070
(75,96,112)
#435664
(67,86,100)
#3B4C58
(59,76,88)
#33424C
(51,66,76)
#2B3840
(43,56,64)
#232E34
(35,46,52)
#1B2428
(27,36,40)
#131A1C
(19,26,28)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #5B7488

#5B7488
(91,116,136)
#698092
(105,128,146)
#778C9C
(119,140,156)
#8598A6
(133,152,166)
#93A4B0
(147,164,176)
#A1B0BA
(161,176,186)
#AFBCC4
(175,188,196)
#BDC8CE
(189,200,206)
#CBD4D8
(203,212,216)
#D9E0E2
(217,224,226)
#E7ECEC
(231,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7488 color. Also use rgb(91,116,136) instead hex code.

Text Font Color

.myTextColor { color: #5B7488; }

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

This text font color is #5B7488.


Background Color

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

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

This div background color is #5B7488.


Border color

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

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

This div border color is #5B7488.


Opacity

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

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

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

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

This text has shadow with #5B7488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7488 on black background.


Color preview on white background

This text has color #5B7488 on white background.



Black color preview on #5B7488 background

This text has black color on #5B7488 background.


White color preview on #5B7488 background

This text has white color on #5B7488 background.