COLOR #5D6FAD

HEX: #5D6FAD RGB: (93,111,173)

Color info

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

RGB color model

#5D6FAD color RGB value is (93,111,173).

RGB: (93,111,173) (36%, 44%, 68%)

RGB channels and saturation

R 93 of 255 = 36%
G 111 of 255 = 44%
B 173 of 255 = 68%

93
111
173

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

Portions of RGB colors in percentages

R + G + B = 93 + 111 + 173 = 377 (100%)
R 93 of 377 ~ 24.67%
G 111 of 377 ~ 29.44%
B 173 of 377 ~ 45.89'%

%24.67
%29.44
%45.89

CMYK color model

#5D6FAD color CMYK value is (46,36,0,32).

  • cyan value is 46.24%
  • magenta value is 35.84%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (46,36,0,32)
C46M36Y0K32 (46%, 36%, 0%, 32%)
(0.46 / 0.36 / 0.00 / 0.32)

CMYK percentages

%46.24
%35.84
%0
%32.16

Codes

Color #5D6FAD in popluar color models

5D 6F AD
RGB 93 111 173
HSL 227° 32.79% 52.16%
HSB/HSV 227° 46.24% 67.84%
CMYK 46.24% 35.84% 0.00%
32.16%

Color #5D6FAD in popluar number systems.

HEX 5D 6F AD
Decimal 93 111 173
Binary 1011101 1101111 10101101
Octal 135 157 255

Shades and tints

Shades of #5D6FAD

#5D6FAD
(93,111,173)
#55659E
(85,101,158)
#4D5B8F
(77,91,143)
#455180
(69,81,128)
#3D4771
(61,71,113)
#353D62
(53,61,98)
#2D3353
(45,51,83)
#252944
(37,41,68)
#1D1F35
(29,31,53)
#151526
(21,21,38)
#0D0B17
(13,11,23)
#000000
(0,0,0)

Tints of #5D6FAD

#5D6FAD
(93,111,173)
#6B7CB4
(107,124,180)
#7989BB
(121,137,187)
#8796C2
(135,150,194)
#95A3C9
(149,163,201)
#A3B0D0
(163,176,208)
#B1BDD7
(177,189,215)
#BFCADE
(191,202,222)
#CDD7E5
(205,215,229)
#DBE4EC
(219,228,236)
#E9F1F3
(233,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D6FAD color. Also use rgb(93,111,173) instead hex code.

Text Font Color

.myTextColor { color: #5D6FAD; }

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

This text font color is #5D6FAD.

Background Color

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

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

This div background color is #5D6FAD.

Border color

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

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

This div border color is #5D6FAD.

Opacity

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

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

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

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

This text has shadow with #5D6FAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D6FAD.

Preview

Color preview on black background

This text has color #5D6FAD on black background.


Color preview on white background

This text has color #5D6FAD on white background.


Black color preview on #5D6FAD background

This text has black color on #5D6FAD background.


White color preview on #5D6FAD background

This text has white color on #5D6FAD background.


Related colors

Complementary color

Complementary color for #hex is #A29052.


I love getcolorcode.com

Triadic colors

1 #AD5D6F and #6FAD5D with #5D6FAD are triadic colors.

2 #AD6F5D and #6F5DAD with #5D6FAD are triadic colors.