COLOR #5D65AF

HEX: #5D65AF
RGB: (93,101,175)

Color info

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

RGB color model

#5D65AF color RGB value is (93,101,175).

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

RGB channels and saturation

R 93 of 255 = 36%
G 101 of 255 = 40%
B 175 of 255 = 69%

93
101
175

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

Portions of RGB colors in percentages

R + G + B =
93 + 101 + 175 = 369 (100%)
R 93 of 369 ~ 25.2%
G 101 of 369 ~ 27.37%
B 175 of 369 ~ 47.43%

%25.2
%27.37
%47.43

CMYK color model

#5D65AF color CMYK value is (47,42,0,31).

  • cyan value is 46.86%
  • magenta value is 42.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(47,42,0,31)
C47M42Y0K31 
(47%,42%,0%,31%)
(0.47/0.42/0.00/0.31)	

CMYK percentages

%46.86
%42.29
%0
%31.37

Codes

Color #5D65AF in popluar color models

5D65AF
RGB93101175
HSL234°33.88%52.55%
HSB/HSV234°46.86%68.63%
CMYK46.86%42.29%0.00%
31.37%

Color #5D65AF in popluar number systems.

HEX5D65AF
Decimal93101175
Binary1011101110010110101111
Octal135145257

Shades and tints

Shades of #5D65AF

#5D65AF
(93,101,175)
#555CA0
(85,92,160)
#4D5391
(77,83,145)
#454A82
(69,74,130)
#3D4173
(61,65,115)
#353864
(53,56,100)
#2D2F55
(45,47,85)
#252646
(37,38,70)
#1D1D37
(29,29,55)
#151428
(21,20,40)
#0D0B19
(13,11,25)
#000000
(0,0,0)

Tints of #5D65AF

#5D65AF
(93,101,175)
#6B73B6
(107,115,182)
#7981BD
(121,129,189)
#878FC4
(135,143,196)
#959DCB
(149,157,203)
#A3ABD2
(163,171,210)
#B1B9D9
(177,185,217)
#BFC7E0
(191,199,224)
#CDD5E7
(205,213,231)
#DBE3EE
(219,227,238)
#E9F1F5
(233,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D65AF color. Also use rgb(93,101,175) instead hex code.

Text Font Color

.myTextColor { color: #5D65AF; }

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

This text font color is #5D65AF.


Background Color

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

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

This div background color is #5D65AF.


Border color

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

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

This div border color is #5D65AF.


Opacity

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

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

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

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

This text has shadow with #5D65AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D65AF on black background.


Color preview on white background

This text has color #5D65AF on white background.



Black color preview on #5D65AF background

This text has black color on #5D65AF background.


White color preview on #5D65AF background

This text has white color on #5D65AF background.