COLOR #5D699A

HEX: #5D699A RGB: (93,105,154)

Color info

#5D699A contains mainly green and blue colors. Web safe color of #5D699A is #666699 (or #669).

RGB color model

#5D699A color RGB value is (93,105,154).

RGB: (93,105,154) (36%, 41%, 60%)

RGB channels and saturation

R 93 of 255 = 36%
G 105 of 255 = 41%
B 154 of 255 = 60%

93
105
154

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

Portions of RGB colors in percentages

R + G + B = 93 + 105 + 154 = 352 (100%)
R 93 of 352 ~ 26.42%
G 105 of 352 ~ 29.83%
B 154 of 352 ~ 43.75'%

%26.42
%29.83
%43.75

CMYK color model

#5D699A color CMYK value is (40,32,0,40).

  • cyan value is 39.61%
  • magenta value is 31.82%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (40,32,0,40)
C40M32Y0K40 (40%, 32%, 0%, 40%)
(0.40 / 0.32 / 0.00 / 0.40)

CMYK percentages

%39.61
%31.82
%0
%39.61

Codes

Color #5D699A in popluar color models

5D 69 9A
RGB 93 105 154
HSL 228° 24.70% 48.43%
HSB/HSV 228° 39.61% 60.39%
CMYK 39.61% 31.82% 0.00%
39.61%

Color #5D699A in popluar number systems.

HEX 5D 69 9A
Decimal 93 105 154
Binary 1011101 1101001 10011010
Octal 135 151 232

Shades and tints

Shades of #5D699A

#5D699A
(93,105,154)
#55608C
(85,96,140)
#4D577E
(77,87,126)
#454E70
(69,78,112)
#3D4562
(61,69,98)
#353C54
(53,60,84)
#2D3346
(45,51,70)
#252A38
(37,42,56)
#1D212A
(29,33,42)
#15181C
(21,24,28)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #5D699A

#5D699A
(93,105,154)
#6B76A3
(107,118,163)
#7983AC
(121,131,172)
#8790B5
(135,144,181)
#959DBE
(149,157,190)
#A3AAC7
(163,170,199)
#B1B7D0
(177,183,208)
#BFC4D9
(191,196,217)
#CDD1E2
(205,209,226)
#DBDEEB
(219,222,235)
#E9EBF4
(233,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D699A; }

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

This text font color is #5D699A.

Background Color

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

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

This div background color is #5D699A.

Border color

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

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

This div border color is #5D699A.

Opacity

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

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

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

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

This text has shadow with #5D699A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D699A.

Preview

Color preview on black background

This text has color #5D699A on black background.


Color preview on white background

This text has color #5D699A on white background.


Black color preview on #5D699A background

This text has black color on #5D699A background.


White color preview on #5D699A background

This text has white color on #5D699A background.


Related colors

Complementary color

Complementary color for #hex is #A29665.


I love getcolorcode.com

Triadic colors

1 #9A5D69 and #699A5D with #5D699A are triadic colors.

2 #9A695D and #695D9A with #5D699A are triadic colors.