COLOR #5965EC

HEX: #5965EC RGB: (89,101,236)

Color info

#5965EC contains mainly blue color. Web safe color of #5965EC is #6666FF (or #66F).

RGB color model

#5965EC color RGB value is (89,101,236).

RGB: (89,101,236) (35%, 40%, 93%)

RGB channels and saturation

R 89 of 255 = 35%
G 101 of 255 = 40%
B 236 of 255 = 93%

89
101
236

R + G + B ~ 56%. #5965EC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 89 + 101 + 236 = 426 (100%)
R 89 of 426 ~ 20.89%
G 101 of 426 ~ 23.71%
B 236 of 426 ~ 55.4'%

%20.89
%23.71
%55.4

CMYK color model

#5965EC color CMYK value is (62,57,0,7).

  • cyan value is 62.29%
  • magenta value is 57.20%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (62,57,0,7)
C62M57Y0K7 (62%, 57%, 0%, 7%)
(0.62 / 0.57 / 0.00 / 0.07)

CMYK percentages

%62.29
%57.2
%0
%7.45

Codes

Color #5965EC in popluar color models

59 65 EC
RGB 89 101 236
HSL 235° 79.46% 63.73%
HSB/HSV 235° 62.29% 92.55%
CMYK 62.29% 57.20% 0.00%
7.45%

Color #5965EC in popluar number systems.

HEX 59 65 EC
Decimal 89 101 236
Binary 1011001 1100101 11101100
Octal 131 145 354

Shades and tints

Shades of #5965EC

#5965EC
(89,101,236)
#515CD7
(81,92,215)
#4953C2
(73,83,194)
#414AAD
(65,74,173)
#394198
(57,65,152)
#313883
(49,56,131)
#292F6E
(41,47,110)
#212659
(33,38,89)
#191D44
(25,29,68)
#11142F
(17,20,47)
#090B1A
(9,11,26)
#000000
(0,0,0)

Tints of #5965EC

#5965EC
(89,101,236)
#6873ED
(104,115,237)
#7781EE
(119,129,238)
#868FEF
(134,143,239)
#959DF0
(149,157,240)
#A4ABF1
(164,171,241)
#B3B9F2
(179,185,242)
#C2C7F3
(194,199,243)
#D1D5F4
(209,213,244)
#E0E3F5
(224,227,245)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5965EC color. Also use rgb(89,101,236) instead hex code.

Text Font Color

.myTextColor { color: #5965EC; }

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

This text font color is #5965EC.

Background Color

.myBgColor { background-color: #5965EC; }

<div style="background-color:#5965EC">Inner text</div>

This div background color is #5965EC.

Border color

.myBorderColor { border: 1px solid #5965EC; }

<div style="border:3px solid #5965EC">Div</div>

This div border color is #5965EC.

Opacity

.myOpacity80 { color: #5965EC; opacity: 0.8; }

<p style="color:#5965EC;opacity:0.8;">80%</p>

Text with #5965EC 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 #5965EC;}

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

This text has shadow with #5965EC color.


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

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

This text has shadow with #5965EC primary color and red secondary color.


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

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

This text has shadow with #5965EC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5965EC.

Preview

Color preview on black background

This text has color #5965EC on black background.


Color preview on white background

This text has color #5965EC on white background.


Black color preview on #5965EC background

This text has black color on #5965EC background.


White color preview on #5965EC background

This text has white color on #5965EC background.


Related colors

Complementary color

Complementary color for #hex is #A69A13.


I love getcolorcode.com

Triadic colors

1 #EC5965 and #65EC59 with #5965EC are triadic colors.

2 #EC6559 and #6559EC with #5965EC are triadic colors.