COLOR #5B8798

HEX: #5B8798
RGB: (91,135,152)

Color info

#5B8798 contains mainly green and blue colors. Web safe color of #5B8798 is #669999 (or #699).

RGB color model

#5B8798 color RGB value is (91,135,152).

  • red value is 91;
  • green value is 135;
  • blue value is 152.
RGB:
(91,135,152)
(36%,53%,60%)

RGB channels and saturation

R 91 of 255 = 36%
G 135 of 255 = 53%
B 152 of 255 = 60%

91
135
152

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

Portions of RGB colors in percentages

R + G + B =
91 + 135 + 152 = 378 (100%)
R 91 of 378 ~ 24.07%
G 135 of 378 ~ 35.71%
B 152 of 378 ~ 40.21%

%24.07
%35.71
%40.21

CMYK color model

#5B8798 color CMYK value is (40,11,0,40).

  • cyan value is 40.13%
  • magenta value is 11.18%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(40,11,0,40)
C40M11Y0K40 
(40%,11%,0%,40%)
(0.40/0.11/0.00/0.40)	

CMYK percentages

%40.13
%11.18
%0
%40.39

Codes

Color #5B8798 in popluar color models

5B8798
RGB91135152
HSL197°25.10%47.65%
HSB/HSV197°40.13%59.61%
CMYK40.13%11.18%0.00%
40.39%

Color #5B8798 in popluar number systems.

HEX5B8798
Decimal91135152
Binary10110111000011110011000
Octal133207230

Shades and tints

Shades of #5B8798

#5B8798
(91,135,152)
#537B8B
(83,123,139)
#4B6F7E
(75,111,126)
#436371
(67,99,113)
#3B5764
(59,87,100)
#334B57
(51,75,87)
#2B3F4A
(43,63,74)
#23333D
(35,51,61)
#1B2730
(27,39,48)
#131B23
(19,27,35)
#0B0F16
(11,15,22)
#000000
(0,0,0)

Tints of #5B8798

#5B8798
(91,135,152)
#6991A1
(105,145,161)
#779BAA
(119,155,170)
#85A5B3
(133,165,179)
#93AFBC
(147,175,188)
#A1B9C5
(161,185,197)
#AFC3CE
(175,195,206)
#BDCDD7
(189,205,215)
#CBD7E0
(203,215,224)
#D9E1E9
(217,225,233)
#E7EBF2
(231,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B8798 color. Also use rgb(91,135,152) instead hex code.

Text Font Color

.myTextColor { color: #5B8798; }

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

This text font color is #5B8798.


Background Color

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

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

This div background color is #5B8798.


Border color

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

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

This div border color is #5B8798.


Opacity

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

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

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

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

This text has shadow with #5B8798 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8798 on black background.


Color preview on white background

This text has color #5B8798 on white background.



Black color preview on #5B8798 background

This text has black color on #5B8798 background.


White color preview on #5B8798 background

This text has white color on #5B8798 background.