COLOR #5B6CAF

HEX: #5B6CAF
RGB: (91,108,175)

Color info

#5B6CAF contains mainly blue color. Web safe color of #5B6CAF is #666699 (or #669).

RGB color model

#5B6CAF color RGB value is (91,108,175).

  • red value is 91;
  • green value is 108;
  • blue value is 175.
RGB:
(91,108,175)
(36%,42%,69%)

RGB channels and saturation

R 91 of 255 = 36%
G 108 of 255 = 42%
B 175 of 255 = 69%

91
108
175

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

Portions of RGB colors in percentages

R + G + B =
91 + 108 + 175 = 374 (100%)
R 91 of 374 ~ 24.33%
G 108 of 374 ~ 28.88%
B 175 of 374 ~ 46.79%

%24.33
%28.88
%46.79

CMYK color model

#5B6CAF color CMYK value is (48,38,0,31).

  • cyan value is 48.00%
  • magenta value is 38.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(48,38,0,31)
C48M38Y0K31 
(48%,38%,0%,31%)
(0.48/0.38/0.00/0.31)	

CMYK percentages

%48
%38.29
%0
%31.37

Codes

Color #5B6CAF in popluar color models

5B6CAF
RGB91108175
HSL228°34.43%52.16%
HSB/HSV228°48.00%68.63%
CMYK48.00%38.29%0.00%
31.37%

Color #5B6CAF in popluar number systems.

HEX5B6CAF
Decimal91108175
Binary1011011110110010101111
Octal133154257

Shades and tints

Shades of #5B6CAF

#5B6CAF
(91,108,175)
#5363A0
(83,99,160)
#4B5A91
(75,90,145)
#435182
(67,81,130)
#3B4873
(59,72,115)
#333F64
(51,63,100)
#2B3655
(43,54,85)
#232D46
(35,45,70)
#1B2437
(27,36,55)
#131B28
(19,27,40)
#0B1219
(11,18,25)
#000000
(0,0,0)

Tints of #5B6CAF

#5B6CAF
(91,108,175)
#6979B6
(105,121,182)
#7786BD
(119,134,189)
#8593C4
(133,147,196)
#93A0CB
(147,160,203)
#A1ADD2
(161,173,210)
#AFBAD9
(175,186,217)
#BDC7E0
(189,199,224)
#CBD4E7
(203,212,231)
#D9E1EE
(217,225,238)
#E7EEF5
(231,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6CAF color. Also use rgb(91,108,175) instead hex code.

Text Font Color

.myTextColor { color: #5B6CAF; }

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

This text font color is #5B6CAF.


Background Color

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

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

This div background color is #5B6CAF.


Border color

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

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

This div border color is #5B6CAF.


Opacity

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

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

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

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

This text has shadow with #5B6CAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6CAF on black background.


Color preview on white background

This text has color #5B6CAF on white background.



Black color preview on #5B6CAF background

This text has black color on #5B6CAF background.


White color preview on #5B6CAF background

This text has white color on #5B6CAF background.