COLOR #5B65B1

HEX: #5B65B1
RGB: (91,101,177)

Color info

#5B65B1 contains mainly blue color. Web safe color of #5B65B1 is #666699 (or #669).

RGB color model

#5B65B1 color RGB value is (91,101,177).

  • red value is 91;
  • green value is 101;
  • blue value is 177.
RGB:
(91,101,177)
(36%,40%,69%)

RGB channels and saturation

R 91 of 255 = 36%
G 101 of 255 = 40%
B 177 of 255 = 69%

91
101
177

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

Portions of RGB colors in percentages

R + G + B =
91 + 101 + 177 = 369 (100%)
R 91 of 369 ~ 24.66%
G 101 of 369 ~ 27.37%
B 177 of 369 ~ 47.97%

%24.66
%27.37
%47.97

CMYK color model

#5B65B1 color CMYK value is (49,43,0,31).

  • cyan value is 48.59%
  • magenta value is 42.94%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(49,43,0,31)
C49M43Y0K31 
(49%,43%,0%,31%)
(0.49/0.43/0.00/0.31)	

CMYK percentages

%48.59
%42.94
%0
%30.59

Codes

Color #5B65B1 in popluar color models

5B65B1
RGB91101177
HSL233°35.54%52.55%
HSB/HSV233°48.59%69.41%
CMYK48.59%42.94%0.00%
30.59%

Color #5B65B1 in popluar number systems.

HEX5B65B1
Decimal91101177
Binary1011011110010110110001
Octal133145261

Shades and tints

Shades of #5B65B1

#5B65B1
(91,101,177)
#535CA1
(83,92,161)
#4B5391
(75,83,145)
#434A81
(67,74,129)
#3B4171
(59,65,113)
#333861
(51,56,97)
#2B2F51
(43,47,81)
#232641
(35,38,65)
#1B1D31
(27,29,49)
#131421
(19,20,33)
#0B0B11
(11,11,17)
#000000
(0,0,0)

Tints of #5B65B1

#5B65B1
(91,101,177)
#6973B8
(105,115,184)
#7781BF
(119,129,191)
#858FC6
(133,143,198)
#939DCD
(147,157,205)
#A1ABD4
(161,171,212)
#AFB9DB
(175,185,219)
#BDC7E2
(189,199,226)
#CBD5E9
(203,213,233)
#D9E3F0
(217,227,240)
#E7F1F7
(231,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B65B1 color. Also use rgb(91,101,177) instead hex code.

Text Font Color

.myTextColor { color: #5B65B1; }

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

This text font color is #5B65B1.


Background Color

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

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

This div background color is #5B65B1.


Border color

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

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

This div border color is #5B65B1.


Opacity

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

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

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

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

This text has shadow with #5B65B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B65B1 on black background.


Color preview on white background

This text has color #5B65B1 on white background.



Black color preview on #5B65B1 background

This text has black color on #5B65B1 background.


White color preview on #5B65B1 background

This text has white color on #5B65B1 background.