COLOR #5B7885

HEX: #5B7885
RGB: (91,120,133)

Color info

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

RGB color model

#5B7885 color RGB value is (91,120,133).

  • red value is 91;
  • green value is 120;
  • blue value is 133.
RGB:
(91,120,133)
(36%,47%,52%)

RGB channels and saturation

R 91 of 255 = 36%
G 120 of 255 = 47%
B 133 of 255 = 52%

91
120
133

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

Portions of RGB colors in percentages

R + G + B =
91 + 120 + 133 = 344 (100%)
R 91 of 344 ~ 26.45%
G 120 of 344 ~ 34.88%
B 133 of 344 ~ 38.66%

%26.45
%34.88
%38.66

CMYK color model

#5B7885 color CMYK value is (32,10,0,48).

  • cyan value is 31.58%
  • magenta value is 9.77%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(32,10,0,48)
C32M10Y0K48 
(32%,10%,0%,48%)
(0.32/0.10/0.00/0.48)	

CMYK percentages

%31.58
%9.77
%0
%47.84

Codes

Color #5B7885 in popluar color models

5B7885
RGB91120133
HSL199°18.75%43.92%
HSB/HSV199°31.58%52.16%
CMYK31.58%9.77%0.00%
47.84%

Color #5B7885 in popluar number systems.

HEX5B7885
Decimal91120133
Binary1011011111100010000101
Octal133170205

Shades and tints

Shades of #5B7885

#5B7885
(91,120,133)
#536E79
(83,110,121)
#4B646D
(75,100,109)
#435A61
(67,90,97)
#3B5055
(59,80,85)
#334649
(51,70,73)
#2B3C3D
(43,60,61)
#233231
(35,50,49)
#1B2825
(27,40,37)
#131E19
(19,30,25)
#0B140D
(11,20,13)
#000000
(0,0,0)

Tints of #5B7885

#5B7885
(91,120,133)
#698490
(105,132,144)
#77909B
(119,144,155)
#859CA6
(133,156,166)
#93A8B1
(147,168,177)
#A1B4BC
(161,180,188)
#AFC0C7
(175,192,199)
#BDCCD2
(189,204,210)
#CBD8DD
(203,216,221)
#D9E4E8
(217,228,232)
#E7F0F3
(231,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7885 color. Also use rgb(91,120,133) instead hex code.

Text Font Color

.myTextColor { color: #5B7885; }

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

This text font color is #5B7885.


Background Color

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

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

This div background color is #5B7885.


Border color

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

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

This div border color is #5B7885.


Opacity

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

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

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

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

This text has shadow with #5B7885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7885 on black background.


Color preview on white background

This text has color #5B7885 on white background.



Black color preview on #5B7885 background

This text has black color on #5B7885 background.


White color preview on #5B7885 background

This text has white color on #5B7885 background.