COLOR #5B7588

HEX: #5B7588
RGB: (91,117,136)

Color info

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

RGB color model

#5B7588 color RGB value is (91,117,136).

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

RGB channels and saturation

R 91 of 255 = 36%
G 117 of 255 = 46%
B 136 of 255 = 53%

91
117
136

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

Portions of RGB colors in percentages

R + G + B =
91 + 117 + 136 = 344 (100%)
R 91 of 344 ~ 26.45%
G 117 of 344 ~ 34.01%
B 136 of 344 ~ 39.53%

%26.45
%34.01
%39.53

CMYK color model

#5B7588 color CMYK value is (33,14,0,47).

  • cyan value is 33.09%
  • magenta value is 13.97%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(33,14,0,47)
C33M14Y0K47 
(33%,14%,0%,47%)
(0.33/0.14/0.00/0.47)	

CMYK percentages

%33.09
%13.97
%0
%46.67

Codes

Color #5B7588 in popluar color models

5B7588
RGB91117136
HSL205°19.82%44.51%
HSB/HSV205°33.09%53.33%
CMYK33.09%13.97%0.00%
46.67%

Color #5B7588 in popluar number systems.

HEX5B7588
Decimal91117136
Binary1011011111010110001000
Octal133165210

Shades and tints

Shades of #5B7588

#5B7588
(91,117,136)
#536B7C
(83,107,124)
#4B6170
(75,97,112)
#435764
(67,87,100)
#3B4D58
(59,77,88)
#33434C
(51,67,76)
#2B3940
(43,57,64)
#232F34
(35,47,52)
#1B2528
(27,37,40)
#131B1C
(19,27,28)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #5B7588

#5B7588
(91,117,136)
#698192
(105,129,146)
#778D9C
(119,141,156)
#8599A6
(133,153,166)
#93A5B0
(147,165,176)
#A1B1BA
(161,177,186)
#AFBDC4
(175,189,196)
#BDC9CE
(189,201,206)
#CBD5D8
(203,213,216)
#D9E1E2
(217,225,226)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7588; }

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

This text font color is #5B7588.


Background Color

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

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

This div background color is #5B7588.


Border color

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

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

This div border color is #5B7588.


Opacity

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

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

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

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

This text has shadow with #5B7588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7588 on black background.


Color preview on white background

This text has color #5B7588 on white background.



Black color preview on #5B7588 background

This text has black color on #5B7588 background.


White color preview on #5B7588 background

This text has white color on #5B7588 background.