COLOR #5965EE

HEX: #5965EE
RGB: (89,101,238)

Color info

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

RGB color model

#5965EE color RGB value is (89,101,238).

  • red value is 89;
  • green value is 101;
  • blue value is 238.
RGB:
(89,101,238)
(35%,40%,93%)

RGB channels and saturation

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

89
101
238

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

Portions of RGB colors in percentages

R + G + B =
89 + 101 + 238 = 428 (100%)
R 89 of 428 ~ 20.79%
G 101 of 428 ~ 23.6%
B 238 of 428 ~ 55.61%

%20.79
%23.6
%55.61

CMYK color model

#5965EE color CMYK value is (63,58,0,7).

  • cyan value is 62.61%
  • magenta value is 57.56%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(63,58,0,7)
C63M58Y0K7 
(63%,58%,0%,7%)
(0.63/0.58/0.00/0.07)	

CMYK percentages

%62.61
%57.56
%0
%6.67

Codes

Color #5965EE in popluar color models

5965EE
RGB89101238
HSL235°81.42%64.12%
HSB/HSV235°62.61%93.33%
CMYK62.61%57.56%0.00%
6.67%

Color #5965EE in popluar number systems.

HEX5965EE
Decimal89101238
Binary1011001110010111101110
Octal131145356

Shades and tints

Shades of #5965EE

#5965EE
(89,101,238)
#515CD9
(81,92,217)
#4953C4
(73,83,196)
#414AAF
(65,74,175)
#39419A
(57,65,154)
#313885
(49,56,133)
#292F70
(41,47,112)
#21265B
(33,38,91)
#191D46
(25,29,70)
#111431
(17,20,49)
#090B1C
(9,11,28)
#000000
(0,0,0)

Tints of #5965EE

#5965EE
(89,101,238)
#6873EF
(104,115,239)
#7781F0
(119,129,240)
#868FF1
(134,143,241)
#959DF2
(149,157,242)
#A4ABF3
(164,171,243)
#B3B9F4
(179,185,244)
#C2C7F5
(194,199,245)
#D1D5F6
(209,213,246)
#E0E3F7
(224,227,247)
#EFF1F8
(239,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5965EE; }

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

This text font color is #5965EE.


Background Color

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

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

This div background color is #5965EE.


Border color

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

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

This div border color is #5965EE.


Opacity

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

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

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

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

This text has shadow with #5965EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5965EE on black background.


Color preview on white background

This text has color #5965EE on white background.



Black color preview on #5965EE background

This text has black color on #5965EE background.


White color preview on #5965EE background

This text has white color on #5965EE background.