COLOR #5D69AA

HEX: #5D69AA RGB: (93,105,170)

Color info

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

RGB color model

#5D69AA color RGB value is (93,105,170).

RGB: (93,105,170) (36%, 41%, 67%)

RGB channels and saturation

R 93 of 255 = 36%
G 105 of 255 = 41%
B 170 of 255 = 67%

93
105
170

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

Portions of RGB colors in percentages

R + G + B = 93 + 105 + 170 = 368 (100%)
R 93 of 368 ~ 25.27%
G 105 of 368 ~ 28.53%
B 170 of 368 ~ 46.2'%

%25.27
%28.53
%46.2

CMYK color model

#5D69AA color CMYK value is (45,38,0,33).

  • cyan value is 45.29%
  • magenta value is 38.24%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (45,38,0,33)
C45M38Y0K33 (45%, 38%, 0%, 33%)
(0.45 / 0.38 / 0.00 / 0.33)

CMYK percentages

%45.29
%38.24
%0
%33.33

Codes

Color #5D69AA in popluar color models

5D 69 AA
RGB 93 105 170
HSL 231° 31.17% 51.57%
HSB/HSV 231° 45.29% 66.67%
CMYK 45.29% 38.24% 0.00%
33.33%

Color #5D69AA in popluar number systems.

HEX 5D 69 AA
Decimal 93 105 170
Binary 1011101 1101001 10101010
Octal 135 151 252

Shades and tints

Shades of #5D69AA

#5D69AA
(93,105,170)
#55609B
(85,96,155)
#4D578C
(77,87,140)
#454E7D
(69,78,125)
#3D456E
(61,69,110)
#353C5F
(53,60,95)
#2D3350
(45,51,80)
#252A41
(37,42,65)
#1D2132
(29,33,50)
#151823
(21,24,35)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #5D69AA

#5D69AA
(93,105,170)
#6B76B1
(107,118,177)
#7983B8
(121,131,184)
#8790BF
(135,144,191)
#959DC6
(149,157,198)
#A3AACD
(163,170,205)
#B1B7D4
(177,183,212)
#BFC4DB
(191,196,219)
#CDD1E2
(205,209,226)
#DBDEE9
(219,222,233)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D69AA color. Also use rgb(93,105,170) instead hex code.

Text Font Color

.myTextColor { color: #5D69AA; }

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

This text font color is #5D69AA.

Background Color

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

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

This div background color is #5D69AA.

Border color

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

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

This div border color is #5D69AA.

Opacity

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

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

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

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

This text has shadow with #5D69AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D69AA.

Preview

Color preview on black background

This text has color #5D69AA on black background.


Color preview on white background

This text has color #5D69AA on white background.


Black color preview on #5D69AA background

This text has black color on #5D69AA background.


White color preview on #5D69AA background

This text has white color on #5D69AA background.


Related colors

Complementary color

Complementary color for #hex is #A29655.


I love getcolorcode.com

Triadic colors

1 #AA5D69 and #69AA5D with #5D69AA are triadic colors.

2 #AA695D and #695DAA with #5D69AA are triadic colors.