COLOR #5B66AC

HEX: #5B66AC
RGB: (91,102,172)

Color info

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

RGB color model

#5B66AC color RGB value is (91,102,172).

  • red value is 91;
  • green value is 102;
  • blue value is 172.
RGB:
(91,102,172)
(36%,40%,67%)

RGB channels and saturation

R 91 of 255 = 36%
G 102 of 255 = 40%
B 172 of 255 = 67%

91
102
172

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

Portions of RGB colors in percentages

R + G + B =
91 + 102 + 172 = 365 (100%)
R 91 of 365 ~ 24.93%
G 102 of 365 ~ 27.95%
B 172 of 365 ~ 47.12%

%24.93
%27.95
%47.12

CMYK color model

#5B66AC color CMYK value is (47,41,0,33).

  • cyan value is 47.09%
  • magenta value is 40.70%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(47,41,0,33)
C47M41Y0K33 
(47%,41%,0%,33%)
(0.47/0.41/0.00/0.33)	

CMYK percentages

%47.09
%40.7
%0
%32.55

Codes

Color #5B66AC in popluar color models

5B66AC
RGB91102172
HSL232°32.79%51.57%
HSB/HSV232°47.09%67.45%
CMYK47.09%40.70%0.00%
32.55%

Color #5B66AC in popluar number systems.

HEX5B66AC
Decimal91102172
Binary1011011110011010101100
Octal133146254

Shades and tints

Shades of #5B66AC

#5B66AC
(91,102,172)
#535D9D
(83,93,157)
#4B548E
(75,84,142)
#434B7F
(67,75,127)
#3B4270
(59,66,112)
#333961
(51,57,97)
#2B3052
(43,48,82)
#232743
(35,39,67)
#1B1E34
(27,30,52)
#131525
(19,21,37)
#0B0C16
(11,12,22)
#000000
(0,0,0)

Tints of #5B66AC

#5B66AC
(91,102,172)
#6973B3
(105,115,179)
#7780BA
(119,128,186)
#858DC1
(133,141,193)
#939AC8
(147,154,200)
#A1A7CF
(161,167,207)
#AFB4D6
(175,180,214)
#BDC1DD
(189,193,221)
#CBCEE4
(203,206,228)
#D9DBEB
(217,219,235)
#E7E8F2
(231,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B66AC; }

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

This text font color is #5B66AC.


Background Color

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

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

This div background color is #5B66AC.


Border color

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

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

This div border color is #5B66AC.


Opacity

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

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

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

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

This text has shadow with #5B66AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B66AC on black background.


Color preview on white background

This text has color #5B66AC on white background.



Black color preview on #5B66AC background

This text has black color on #5B66AC background.


White color preview on #5B66AC background

This text has white color on #5B66AC background.