COLOR #5B6694

HEX: #5B6694 RGB: (91,102,148)

Color info

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

RGB color model

#5B6694 color RGB value is (91,102,148).

RGB: (91,102,148) (36%, 40%, 58%)

RGB channels and saturation

R 91 of 255 = 36%
G 102 of 255 = 40%
B 148 of 255 = 58%

91
102
148

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

Portions of RGB colors in percentages

R + G + B = 91 + 102 + 148 = 341 (100%)
R 91 of 341 ~ 26.69%
G 102 of 341 ~ 29.91%
B 148 of 341 ~ 43.4'%

%26.69
%29.91
%43.4

CMYK color model

#5B6694 color CMYK value is (39,31,0,42).

  • cyan value is 38.51%
  • magenta value is 31.08%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (39,31,0,42)
C39M31Y0K42 (39%, 31%, 0%, 42%)
(0.39 / 0.31 / 0.00 / 0.42)

CMYK percentages

%38.51
%31.08
%0
%41.96

Codes

Color #5B6694 in popluar color models

5B 66 94
RGB 91 102 148
HSL 228° 23.85% 46.86%
HSB/HSV 228° 38.51% 58.04%
CMYK 38.51% 31.08% 0.00%
41.96%

Color #5B6694 in popluar number systems.

HEX 5B 66 94
Decimal 91 102 148
Binary 1011011 1100110 10010100
Octal 133 146 224

Shades and tints

Shades of #5B6694

#5B6694
(91,102,148)
#535D87
(83,93,135)
#4B547A
(75,84,122)
#434B6D
(67,75,109)
#3B4260
(59,66,96)
#333953
(51,57,83)
#2B3046
(43,48,70)
#232739
(35,39,57)
#1B1E2C
(27,30,44)
#13151F
(19,21,31)
#0B0C12
(11,12,18)
#000000
(0,0,0)

Tints of #5B6694

#5B6694
(91,102,148)
#69739D
(105,115,157)
#7780A6
(119,128,166)
#858DAF
(133,141,175)
#939AB8
(147,154,184)
#A1A7C1
(161,167,193)
#AFB4CA
(175,180,202)
#BDC1D3
(189,193,211)
#CBCEDC
(203,206,220)
#D9DBE5
(217,219,229)
#E7E8EE
(231,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6694 color. Also use rgb(91,102,148) instead hex code.

Text Font Color

.myTextColor { color: #5B6694; }

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

This text font color is #5B6694.

Background Color

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

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

This div background color is #5B6694.

Border color

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

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

This div border color is #5B6694.

Opacity

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

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

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

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

This text has shadow with #5B6694 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B6694.

Preview

Color preview on black background

This text has color #5B6694 on black background.


Color preview on white background

This text has color #5B6694 on white background.


Black color preview on #5B6694 background

This text has black color on #5B6694 background.


White color preview on #5B6694 background

This text has white color on #5B6694 background.


Related colors

Complementary color

Complementary color for #hex is #A4996B.


I love getcolorcode.com

Triadic colors

1 #945B66 and #66945B with #5B6694 are triadic colors.

2 #94665B and #665B94 with #5B6694 are triadic colors.