COLOR #5966BA

HEX: #5966BA
RGB: (89,102,186)

Color info

#5966BA contains mainly blue color. Web safe color of #5966BA is #6666CC (or #66C).

RGB color model

#5966BA color RGB value is (89,102,186).

  • red value is 89;
  • green value is 102;
  • blue value is 186.
RGB:
(89,102,186)
(35%,40%,73%)

RGB channels and saturation

R 89 of 255 = 35%
G 102 of 255 = 40%
B 186 of 255 = 73%

89
102
186

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

Portions of RGB colors in percentages

R + G + B =
89 + 102 + 186 = 377 (100%)
R 89 of 377 ~ 23.61%
G 102 of 377 ~ 27.06%
B 186 of 377 ~ 49.34%

%23.61
%27.06
%49.34

CMYK color model

#5966BA color CMYK value is (52,45,0,27).

  • cyan value is 52.15%
  • magenta value is 45.16%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(52,45,0,27)
C52M45Y0K27 
(52%,45%,0%,27%)
(0.52/0.45/0.00/0.27)	

CMYK percentages

%52.15
%45.16
%0
%27.06

Codes

Color #5966BA in popluar color models

5966BA
RGB89102186
HSL232°41.28%53.92%
HSB/HSV232°52.15%72.94%
CMYK52.15%45.16%0.00%
27.06%

Color #5966BA in popluar number systems.

HEX5966BA
Decimal89102186
Binary1011001110011010111010
Octal131146272

Shades and tints

Shades of #5966BA

#5966BA
(89,102,186)
#515DAA
(81,93,170)
#49549A
(73,84,154)
#414B8A
(65,75,138)
#39427A
(57,66,122)
#31396A
(49,57,106)
#29305A
(41,48,90)
#21274A
(33,39,74)
#191E3A
(25,30,58)
#11152A
(17,21,42)
#090C1A
(9,12,26)
#000000
(0,0,0)

Tints of #5966BA

#5966BA
(89,102,186)
#6873C0
(104,115,192)
#7780C6
(119,128,198)
#868DCC
(134,141,204)
#959AD2
(149,154,210)
#A4A7D8
(164,167,216)
#B3B4DE
(179,180,222)
#C2C1E4
(194,193,228)
#D1CEEA
(209,206,234)
#E0DBF0
(224,219,240)
#EFE8F6
(239,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5966BA color. Also use rgb(89,102,186) instead hex code.

Text Font Color

.myTextColor { color: #5966BA; }

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

This text font color is #5966BA.


Background Color

.myBgColor { background-color: #5966BA; }

<div style="background-color:#5966BA">Inner text</div>

This div background color is #5966BA.


Border color

.myBorderColor { border: 1px solid #5966BA; }

<div style="border:3px solid #5966BA">Div</div>

This div border color is #5966BA.


Opacity

.myOpacity80 { color: #5966BA; opacity: 0.8; }

<p style="color:#5966BA;opacity:0.8;">80%</p>

Text with #5966BA 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 #5966BA;}

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

This text has shadow with #5966BA color.

.textShadow {text-shadow: 3px 3px 1px #5966BA, 3px 3px 1px red;}

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

This text has shadow with #5966BA primary color and red secondary color.


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

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

This text has shadow with #5966BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5966BA on black background.


Color preview on white background

This text has color #5966BA on white background.



Black color preview on #5966BA background

This text has black color on #5966BA background.


White color preview on #5966BA background

This text has white color on #5966BA background.