COLOR #5D69AB

HEX: #5D69AB RGB: (93,105,171)

Color info

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

RGB color model

#5D69AB color RGB value is (93,105,171).

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

RGB channels and saturation

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

93
105
171

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

Portions of RGB colors in percentages

R + G + B = 93 + 105 + 171 = 369 (100%)
R 93 of 369 ~ 25.2%
G 105 of 369 ~ 28.46%
B 171 of 369 ~ 46.34'%

%25.2
%28.46
%46.34

CMYK color model

#5D69AB color CMYK value is (46,39,0,33).

  • cyan value is 45.61%
  • magenta value is 38.60%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (46,39,0,33)
C46M39Y0K33 (46%, 39%, 0%, 33%)
(0.46 / 0.39 / 0.00 / 0.33)

CMYK percentages

%45.61
%38.6
%0
%32.94

Codes

Color #5D69AB in popluar color models

5D 69 AB
RGB 93 105 171
HSL 231° 31.71% 51.76%
HSB/HSV 231° 45.61% 67.06%
CMYK 45.61% 38.60% 0.00%
32.94%

Color #5D69AB in popluar number systems.

HEX 5D 69 AB
Decimal 93 105 171
Binary 1011101 1101001 10101011
Octal 135 151 253

Shades and tints

Shades of #5D69AB

#5D69AB
(93,105,171)
#55609C
(85,96,156)
#4D578D
(77,87,141)
#454E7E
(69,78,126)
#3D456F
(61,69,111)
#353C60
(53,60,96)
#2D3351
(45,51,81)
#252A42
(37,42,66)
#1D2133
(29,33,51)
#151824
(21,24,36)
#0D0F15
(13,15,21)
#000000
(0,0,0)

Tints of #5D69AB

#5D69AB
(93,105,171)
#6B76B2
(107,118,178)
#7983B9
(121,131,185)
#8790C0
(135,144,192)
#959DC7
(149,157,199)
#A3AACE
(163,170,206)
#B1B7D5
(177,183,213)
#BFC4DC
(191,196,220)
#CDD1E3
(205,209,227)
#DBDEEA
(219,222,234)
#E9EBF1
(233,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D69AB; }

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

This text font color is #5D69AB.

Background Color

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

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

This div background color is #5D69AB.

Border color

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

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

This div border color is #5D69AB.

Opacity

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

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

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

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

This text has shadow with #5D69AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D69AB.

Preview

Color preview on black background

This text has color #5D69AB on black background.


Color preview on white background

This text has color #5D69AB on white background.


Black color preview on #5D69AB background

This text has black color on #5D69AB background.


White color preview on #5D69AB background

This text has white color on #5D69AB background.


Related colors

Complementary color

Complementary color for #hex is #A29654.


I love getcolorcode.com

Triadic colors

1 #AB5D69 and #69AB5D with #5D69AB are triadic colors.

2 #AB695D and #695DAB with #5D69AB are triadic colors.