COLOR #5B959B

HEX: #5B959B RGB: (91,149,155)

Color info

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

RGB color model

#5B959B color RGB value is (91,149,155).

RGB: (91,149,155) (36%, 58%, 61%)

RGB channels and saturation

R 91 of 255 = 36%
G 149 of 255 = 58%
B 155 of 255 = 61%

91
149
155

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

Portions of RGB colors in percentages

R + G + B = 91 + 149 + 155 = 395 (100%)
R 91 of 395 ~ 23.04%
G 149 of 395 ~ 37.72%
B 155 of 395 ~ 39.24'%

%23.04
%37.72
%39.24

CMYK color model

#5B959B color CMYK value is (41,4,0,39).

  • cyan value is 41.29%
  • magenta value is 3.87%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (41,4,0,39)
C41M4Y0K39 (41%, 4%, 0%, 39%)
(0.41 / 0.04 / 0.00 / 0.39)

CMYK percentages

%41.29
%3.87
%0
%39.22

Codes

Color #5B959B in popluar color models

5B 95 9B
RGB 91 149 155
HSL 186° 26.02% 48.24%
HSB/HSV 186° 41.29% 60.78%
CMYK 41.29% 3.87% 0.00%
39.22%

Color #5B959B in popluar number systems.

HEX 5B 95 9B
Decimal 91 149 155
Binary 1011011 10010101 10011011
Octal 133 225 233

Shades and tints

Shades of #5B959B

#5B959B
(91,149,155)
#53888D
(83,136,141)
#4B7B7F
(75,123,127)
#436E71
(67,110,113)
#3B6163
(59,97,99)
#335455
(51,84,85)
#2B4747
(43,71,71)
#233A39
(35,58,57)
#1B2D2B
(27,45,43)
#13201D
(19,32,29)
#0B130F
(11,19,15)
#000000
(0,0,0)

Tints of #5B959B

#5B959B
(91,149,155)
#699EA4
(105,158,164)
#77A7AD
(119,167,173)
#85B0B6
(133,176,182)
#93B9BF
(147,185,191)
#A1C2C8
(161,194,200)
#AFCBD1
(175,203,209)
#BDD4DA
(189,212,218)
#CBDDE3
(203,221,227)
#D9E6EC
(217,230,236)
#E7EFF5
(231,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B959B color. Also use rgb(91,149,155) instead hex code.

Text Font Color

.myTextColor { color: #5B959B; }

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

This text font color is #5B959B.

Background Color

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

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

This div background color is #5B959B.

Border color

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

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

This div border color is #5B959B.

Opacity

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

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

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

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

This text has shadow with #5B959B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B959B.

Preview

Color preview on black background

This text has color #5B959B on black background.


Color preview on white background

This text has color #5B959B on white background.


Black color preview on #5B959B background

This text has black color on #5B959B background.


White color preview on #5B959B background

This text has white color on #5B959B background.


Related colors

Complementary color

Complementary color for #hex is #A46A64.


I love getcolorcode.com

Triadic colors

1 #9B5B95 and #959B5B with #5B959B are triadic colors.

2 #9B955B and #955B9B with #5B959B are triadic colors.