COLOR #5B7598

HEX: #5B7598 RGB: (91,117,152)

Color info

#5B7598 contains mainly green and blue colors. Web safe color of #5B7598 is #666699 (or #669).

RGB color model

#5B7598 color RGB value is (91,117,152).

RGB: (91,117,152) (36%, 46%, 60%)

RGB channels and saturation

R 91 of 255 = 36%
G 117 of 255 = 46%
B 152 of 255 = 60%

91
117
152

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

Portions of RGB colors in percentages

R + G + B = 91 + 117 + 152 = 360 (100%)
R 91 of 360 ~ 25.28%
G 117 of 360 ~ 32.5%
B 152 of 360 ~ 42.22'%

%25.28
%32.5
%42.22

CMYK color model

#5B7598 color CMYK value is (40,23,0,40).

  • cyan value is 40.13%
  • magenta value is 23.03%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (40,23,0,40)
C40M23Y0K40 (40%, 23%, 0%, 40%)
(0.40 / 0.23 / 0.00 / 0.40)

CMYK percentages

%40.13
%23.03
%0
%40.39

Codes

Color #5B7598 in popluar color models

5B 75 98
RGB 91 117 152
HSL 214° 25.10% 47.65%
HSB/HSV 214° 40.13% 59.61%
CMYK 40.13% 23.03% 0.00%
40.39%

Color #5B7598 in popluar number systems.

HEX 5B 75 98
Decimal 91 117 152
Binary 1011011 1110101 10011000
Octal 133 165 230

Shades and tints

Shades of #5B7598

#5B7598
(91,117,152)
#536B8B
(83,107,139)
#4B617E
(75,97,126)
#435771
(67,87,113)
#3B4D64
(59,77,100)
#334357
(51,67,87)
#2B394A
(43,57,74)
#232F3D
(35,47,61)
#1B2530
(27,37,48)
#131B23
(19,27,35)
#0B1116
(11,17,22)
#000000
(0,0,0)

Tints of #5B7598

#5B7598
(91,117,152)
#6981A1
(105,129,161)
#778DAA
(119,141,170)
#8599B3
(133,153,179)
#93A5BC
(147,165,188)
#A1B1C5
(161,177,197)
#AFBDCE
(175,189,206)
#BDC9D7
(189,201,215)
#CBD5E0
(203,213,224)
#D9E1E9
(217,225,233)
#E7EDF2
(231,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7598; }

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

This text font color is #5B7598.

Background Color

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

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

This div background color is #5B7598.

Border color

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

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

This div border color is #5B7598.

Opacity

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

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

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

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

This text has shadow with #5B7598 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B7598.

Preview

Color preview on black background

This text has color #5B7598 on black background.


Color preview on white background

This text has color #5B7598 on white background.


Black color preview on #5B7598 background

This text has black color on #5B7598 background.


White color preview on #5B7598 background

This text has white color on #5B7598 background.


Related colors

Complementary color

Complementary color for #hex is #A48A67.


I love getcolorcode.com

Triadic colors

1 #985B75 and #75985B with #5B7598 are triadic colors.

2 #98755B and #755B98 with #5B7598 are triadic colors.