COLOR #5B838E

HEX: #5B838E RGB: (91,131,142)

Color info

#5B838E contains red, green and blue colors in about the same proportion. Web safe color of #5B838E is #669999 (or #699).

RGB color model

#5B838E color RGB value is (91,131,142).

RGB: (91,131,142) (36%, 51%, 56%)

RGB channels and saturation

R 91 of 255 = 36%
G 131 of 255 = 51%
B 142 of 255 = 56%

91
131
142

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

Portions of RGB colors in percentages

R + G + B = 91 + 131 + 142 = 364 (100%)
R 91 of 364 ~ 25%
G 131 of 364 ~ 35.99%
B 142 of 364 ~ 39.01'%

%25
%35.99
%39.01

CMYK color model

#5B838E color CMYK value is (36,8,0,44).

  • cyan value is 35.92%
  • magenta value is 7.75%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (36,8,0,44)
C36M8Y0K44 (36%, 8%, 0%, 44%)
(0.36 / 0.08 / 0.00 / 0.44)

CMYK percentages

%35.92
%7.75
%0
%44.31

Codes

Color #5B838E in popluar color models

5B 83 8E
RGB 91 131 142
HSL 193° 21.89% 45.69%
HSB/HSV 193° 35.92% 55.69%
CMYK 35.92% 7.75% 0.00%
44.31%

Color #5B838E in popluar number systems.

HEX 5B 83 8E
Decimal 91 131 142
Binary 1011011 10000011 10001110
Octal 133 203 216

Shades and tints

Shades of #5B838E

#5B838E
(91,131,142)
#537882
(83,120,130)
#4B6D76
(75,109,118)
#43626A
(67,98,106)
#3B575E
(59,87,94)
#334C52
(51,76,82)
#2B4146
(43,65,70)
#23363A
(35,54,58)
#1B2B2E
(27,43,46)
#132022
(19,32,34)
#0B1516
(11,21,22)
#000000
(0,0,0)

Tints of #5B838E

#5B838E
(91,131,142)
#698E98
(105,142,152)
#7799A2
(119,153,162)
#85A4AC
(133,164,172)
#93AFB6
(147,175,182)
#A1BAC0
(161,186,192)
#AFC5CA
(175,197,202)
#BDD0D4
(189,208,212)
#CBDBDE
(203,219,222)
#D9E6E8
(217,230,232)
#E7F1F2
(231,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B838E color. Also use rgb(91,131,142) instead hex code.

Text Font Color

.myTextColor { color: #5B838E; }

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

This text font color is #5B838E.

Background Color

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

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

This div background color is #5B838E.

Border color

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

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

This div border color is #5B838E.

Opacity

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

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

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

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

This text has shadow with #5B838E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B838E.

Preview

Color preview on black background

This text has color #5B838E on black background.


Color preview on white background

This text has color #5B838E on white background.


Black color preview on #5B838E background

This text has black color on #5B838E background.


White color preview on #5B838E background

This text has white color on #5B838E background.


Related colors

Complementary color

Complementary color for #hex is #A47C71.


I love getcolorcode.com

Triadic colors

1 #8E5B83 and #838E5B with #5B838E are triadic colors.

2 #8E835B and #835B8E with #5B838E are triadic colors.