COLOR #5165CB

HEX: #5165CB
RGB: (81,101,203)

Color info

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

RGB color model

#5165CB color RGB value is (81,101,203).

  • red value is 81;
  • green value is 101;
  • blue value is 203.
RGB:
(81,101,203)
(32%,40%,80%)

RGB channels and saturation

R 81 of 255 = 32%
G 101 of 255 = 40%
B 203 of 255 = 80%

81
101
203

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

Portions of RGB colors in percentages

R + G + B =
81 + 101 + 203 = 385 (100%)
R 81 of 385 ~ 21.04%
G 101 of 385 ~ 26.23%
B 203 of 385 ~ 52.73%

%21.04
%26.23
%52.73

CMYK color model

#5165CB color CMYK value is (60,50,0,20).

  • cyan value is 60.10%
  • magenta value is 50.25%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(60,50,0,20)
C60M50Y0K20 
(60%,50%,0%,20%)
(0.60/0.50/0.00/0.20)	

CMYK percentages

%60.1
%50.25
%0
%20.39

Codes

Color #5165CB in popluar color models

5165CB
RGB81101203
HSL230°53.98%55.69%
HSB/HSV230°60.10%79.61%
CMYK60.10%50.25%0.00%
20.39%

Color #5165CB in popluar number systems.

HEX5165CB
Decimal81101203
Binary1010001110010111001011
Octal121145313

Shades and tints

Shades of #5165CB

#5165CB
(81,101,203)
#4A5CB9
(74,92,185)
#4353A7
(67,83,167)
#3C4A95
(60,74,149)
#354183
(53,65,131)
#2E3871
(46,56,113)
#272F5F
(39,47,95)
#20264D
(32,38,77)
#191D3B
(25,29,59)
#121429
(18,20,41)
#0B0B17
(11,11,23)
#000000
(0,0,0)

Tints of #5165CB

#5165CB
(81,101,203)
#6073CF
(96,115,207)
#6F81D3
(111,129,211)
#7E8FD7
(126,143,215)
#8D9DDB
(141,157,219)
#9CABDF
(156,171,223)
#ABB9E3
(171,185,227)
#BAC7E7
(186,199,231)
#C9D5EB
(201,213,235)
#D8E3EF
(216,227,239)
#E7F1F3
(231,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5165CB color. Also use rgb(81,101,203) instead hex code.

Text Font Color

.myTextColor { color: #5165CB; }

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

This text font color is #5165CB.


Background Color

.myBgColor { background-color: #5165CB; }

<div style="background-color:#5165CB">Inner text</div>

This div background color is #5165CB.


Border color

.myBorderColor { border: 1px solid #5165CB; }

<div style="border:3px solid #5165CB">Div</div>

This div border color is #5165CB.


Opacity

.myOpacity80 { color: #5165CB; opacity: 0.8; }

<p style="color:#5165CB;opacity:0.8;">80%</p>

Text with #5165CB 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 #5165CB;}

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

This text has shadow with #5165CB color.

.textShadow {text-shadow: 3px 3px 1px #5165CB, 3px 3px 1px red;}

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

This text has shadow with #5165CB primary color and red secondary color.


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

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

This text has shadow with #5165CB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5165CB on black background.


Color preview on white background

This text has color #5165CB on white background.



Black color preview on #5165CB background

This text has black color on #5165CB background.


White color preview on #5165CB background

This text has white color on #5165CB background.