COLOR #5960C6

HEX: #5960C6 RGB: (89,96,198)

Color info

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

RGB color model

#5960C6 color RGB value is (89,96,198).

RGB: (89,96,198) (35%, 38%, 78%)

RGB channels and saturation

R 89 of 255 = 35%
G 96 of 255 = 38%
B 198 of 255 = 78%

89
96
198

R + G + B ~ 50%. #5960C6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 89 + 96 + 198 = 383 (100%)
R 89 of 383 ~ 23.24%
G 96 of 383 ~ 25.07%
B 198 of 383 ~ 51.7'%

%23.24
%25.07
%51.7

CMYK color model

#5960C6 color CMYK value is (55,52,0,22).

  • cyan value is 55.05%
  • magenta value is 51.52%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (55,52,0,22)
C55M52Y0K22 (55%, 52%, 0%, 22%)
(0.55 / 0.52 / 0.00 / 0.22)

CMYK percentages

%55.05
%51.52
%0
%22.35

Codes

Color #5960C6 in popluar color models

59 60 C6
RGB 89 96 198
HSL 236° 48.88% 56.27%
HSB/HSV 236° 55.05% 77.65%
CMYK 55.05% 51.52% 0.00%
22.35%

Color #5960C6 in popluar number systems.

HEX 59 60 C6
Decimal 89 96 198
Binary 1011001 1100000 11000110
Octal 131 140 306

Shades and tints

Shades of #5960C6

#5960C6
(89,96,198)
#5158B4
(81,88,180)
#4950A2
(73,80,162)
#414890
(65,72,144)
#39407E
(57,64,126)
#31386C
(49,56,108)
#29305A
(41,48,90)
#212848
(33,40,72)
#192036
(25,32,54)
#111824
(17,24,36)
#091012
(9,16,18)
#000000
(0,0,0)

Tints of #5960C6

#5960C6
(89,96,198)
#686ECB
(104,110,203)
#777CD0
(119,124,208)
#868AD5
(134,138,213)
#9598DA
(149,152,218)
#A4A6DF
(164,166,223)
#B3B4E4
(179,180,228)
#C2C2E9
(194,194,233)
#D1D0EE
(209,208,238)
#E0DEF3
(224,222,243)
#EFECF8
(239,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5960C6 color. Also use rgb(89,96,198) instead hex code.

Text Font Color

.myTextColor { color: #5960C6; }

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

This text font color is #5960C6.

Background Color

.myBgColor { background-color: #5960C6; }

<div style="background-color:#5960C6">Inner text</div>

This div background color is #5960C6.

Border color

.myBorderColor { border: 1px solid #5960C6; }

<div style="border:3px solid #5960C6">Div</div>

This div border color is #5960C6.

Opacity

.myOpacity80 { color: #5960C6; opacity: 0.8; }

<p style="color:#5960C6;opacity:0.8;">80%</p>

Text with #5960C6 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 #5960C6;}

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

This text has shadow with #5960C6 color.


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

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

This text has shadow with #5960C6 primary color and red secondary color.


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

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

This text has shadow with #5960C6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5960C6.

Preview

Color preview on black background

This text has color #5960C6 on black background.


Color preview on white background

This text has color #5960C6 on white background.


Black color preview on #5960C6 background

This text has black color on #5960C6 background.


White color preview on #5960C6 background

This text has white color on #5960C6 background.


Related colors

Complementary color

Complementary color for #hex is #A69F39.


I love getcolorcode.com

Triadic colors

1 #C65960 and #60C659 with #5960C6 are triadic colors.

2 #C66059 and #6059C6 with #5960C6 are triadic colors.