COLOR #5B758E

HEX: #5B758E RGB: (91,117,142)

Color info

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

RGB color model

#5B758E color RGB value is (91,117,142).

RGB: (91,117,142) (36%, 46%, 56%)

RGB channels and saturation

R 91 of 255 = 36%
G 117 of 255 = 46%
B 142 of 255 = 56%

91
117
142

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

Portions of RGB colors in percentages

R + G + B = 91 + 117 + 142 = 350 (100%)
R 91 of 350 ~ 26%
G 117 of 350 ~ 33.43%
B 142 of 350 ~ 40.57'%

%26
%33.43
%40.57

CMYK color model

#5B758E color CMYK value is (36,18,0,44).

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

CMYK: (36,18,0,44)
C36M18Y0K44 (36%, 18%, 0%, 44%)
(0.36 / 0.18 / 0.00 / 0.44)

CMYK percentages

%35.92
%17.61
%0
%44.31

Codes

Color #5B758E in popluar color models

5B 75 8E
RGB 91 117 142
HSL 209° 21.89% 45.69%
HSB/HSV 209° 35.92% 55.69%
CMYK 35.92% 17.61% 0.00%
44.31%

Color #5B758E in popluar number systems.

HEX 5B 75 8E
Decimal 91 117 142
Binary 1011011 1110101 10001110
Octal 133 165 216

Shades and tints

Shades of #5B758E

#5B758E
(91,117,142)
#536B82
(83,107,130)
#4B6176
(75,97,118)
#43576A
(67,87,106)
#3B4D5E
(59,77,94)
#334352
(51,67,82)
#2B3946
(43,57,70)
#232F3A
(35,47,58)
#1B252E
(27,37,46)
#131B22
(19,27,34)
#0B1116
(11,17,22)
#000000
(0,0,0)

Tints of #5B758E

#5B758E
(91,117,142)
#698198
(105,129,152)
#778DA2
(119,141,162)
#8599AC
(133,153,172)
#93A5B6
(147,165,182)
#A1B1C0
(161,177,192)
#AFBDCA
(175,189,202)
#BDC9D4
(189,201,212)
#CBD5DE
(203,213,222)
#D9E1E8
(217,225,232)
#E7EDF2
(231,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B758E; }

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

This text font color is #5B758E.

Background Color

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

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

This div background color is #5B758E.

Border color

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

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

This div border color is #5B758E.

Opacity

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

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

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

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

This text has shadow with #5B758E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B758E.

Preview

Color preview on black background

This text has color #5B758E on black background.


Color preview on white background

This text has color #5B758E on white background.


Black color preview on #5B758E background

This text has black color on #5B758E background.


White color preview on #5B758E background

This text has white color on #5B758E background.


Related colors

Complementary color

Complementary color for #hex is #A48A71.


I love getcolorcode.com

Triadic colors

1 #8E5B75 and #758E5B with #5B758E are triadic colors.

2 #8E755B and #755B8E with #5B758E are triadic colors.