COLOR #5B7498

HEX: #5B7498 RGB: (91,116,152)

Color info

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

RGB color model

#5B7498 color RGB value is (91,116,152).

RGB: (91,116,152) (36%, 45%, 60%)

RGB channels and saturation

R 91 of 255 = 36%
G 116 of 255 = 45%
B 152 of 255 = 60%

91
116
152

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

Portions of RGB colors in percentages

R + G + B = 91 + 116 + 152 = 359 (100%)
R 91 of 359 ~ 25.35%
G 116 of 359 ~ 32.31%
B 152 of 359 ~ 42.34'%

%25.35
%32.31
%42.34

CMYK color model

#5B7498 color CMYK value is (40,24,0,40).

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

CMYK: (40,24,0,40)
C40M24Y0K40 (40%, 24%, 0%, 40%)
(0.40 / 0.24 / 0.00 / 0.40)

CMYK percentages

%40.13
%23.68
%0
%40.39

Codes

Color #5B7498 in popluar color models

5B 74 98
RGB 91 116 152
HSL 215° 25.10% 47.65%
HSB/HSV 215° 40.13% 59.61%
CMYK 40.13% 23.68% 0.00%
40.39%

Color #5B7498 in popluar number systems.

HEX 5B 74 98
Decimal 91 116 152
Binary 1011011 1110100 10011000
Octal 133 164 230

Shades and tints

Shades of #5B7498

#5B7498
(91,116,152)
#536A8B
(83,106,139)
#4B607E
(75,96,126)
#435671
(67,86,113)
#3B4C64
(59,76,100)
#334257
(51,66,87)
#2B384A
(43,56,74)
#232E3D
(35,46,61)
#1B2430
(27,36,48)
#131A23
(19,26,35)
#0B1016
(11,16,22)
#000000
(0,0,0)

Tints of #5B7498

#5B7498
(91,116,152)
#6980A1
(105,128,161)
#778CAA
(119,140,170)
#8598B3
(133,152,179)
#93A4BC
(147,164,188)
#A1B0C5
(161,176,197)
#AFBCCE
(175,188,206)
#BDC8D7
(189,200,215)
#CBD4E0
(203,212,224)
#D9E0E9
(217,224,233)
#E7ECF2
(231,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7498; }

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

This text font color is #5B7498.

Background Color

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

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

This div background color is #5B7498.

Border color

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

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

This div border color is #5B7498.

Opacity

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

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

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

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

This text has shadow with #5B7498 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B7498.

Preview

Color preview on black background

This text has color #5B7498 on black background.


Color preview on white background

This text has color #5B7498 on white background.


Black color preview on #5B7498 background

This text has black color on #5B7498 background.


White color preview on #5B7498 background

This text has white color on #5B7498 background.


Related colors

Complementary color

Complementary color for #hex is #A48B67.


I love getcolorcode.com

Triadic colors

1 #985B74 and #74985B with #5B7498 are triadic colors.

2 #98745B and #745B98 with #5B7498 are triadic colors.