COLOR #5B64C7

HEX: #5B64C7
RGB: (91,100,199)

Color info

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

RGB color model

#5B64C7 color RGB value is (91,100,199).

  • red value is 91;
  • green value is 100;
  • blue value is 199.
RGB:
(91,100,199)
(36%,39%,78%)

RGB channels and saturation

R 91 of 255 = 36%
G 100 of 255 = 39%
B 199 of 255 = 78%

91
100
199

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

Portions of RGB colors in percentages

R + G + B =
91 + 100 + 199 = 390 (100%)
R 91 of 390 ~ 23.33%
G 100 of 390 ~ 25.64%
B 199 of 390 ~ 51.03%

%23.33
%25.64
%51.03

CMYK color model

#5B64C7 color CMYK value is (54,50,0,22).

  • cyan value is 54.27%
  • magenta value is 49.75%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(54,50,0,22)
C54M50Y0K22 
(54%,50%,0%,22%)
(0.54/0.50/0.00/0.22)	

CMYK percentages

%54.27
%49.75
%0
%21.96

Codes

Color #5B64C7 in popluar color models

5B64C7
RGB91100199
HSL235°49.09%56.86%
HSB/HSV235°54.27%78.04%
CMYK54.27%49.75%0.00%
21.96%

Color #5B64C7 in popluar number systems.

HEX5B64C7
Decimal91100199
Binary1011011110010011000111
Octal133144307

Shades and tints

Shades of #5B64C7

#5B64C7
(91,100,199)
#535BB5
(83,91,181)
#4B52A3
(75,82,163)
#434991
(67,73,145)
#3B407F
(59,64,127)
#33376D
(51,55,109)
#2B2E5B
(43,46,91)
#232549
(35,37,73)
#1B1C37
(27,28,55)
#131325
(19,19,37)
#0B0A13
(11,10,19)
#000000
(0,0,0)

Tints of #5B64C7

#5B64C7
(91,100,199)
#6972CC
(105,114,204)
#7780D1
(119,128,209)
#858ED6
(133,142,214)
#939CDB
(147,156,219)
#A1AAE0
(161,170,224)
#AFB8E5
(175,184,229)
#BDC6EA
(189,198,234)
#CBD4EF
(203,212,239)
#D9E2F4
(217,226,244)
#E7F0F9
(231,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B64C7 color. Also use rgb(91,100,199) instead hex code.

Text Font Color

.myTextColor { color: #5B64C7; }

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

This text font color is #5B64C7.


Background Color

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

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

This div background color is #5B64C7.


Border color

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

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

This div border color is #5B64C7.


Opacity

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

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

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

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

This text has shadow with #5B64C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B64C7 on black background.


Color preview on white background

This text has color #5B64C7 on white background.



Black color preview on #5B64C7 background

This text has black color on #5B64C7 background.


White color preview on #5B64C7 background

This text has white color on #5B64C7 background.