COLOR #5D6CA5

HEX: #5D6CA5
RGB: (93,108,165)

Color info

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

RGB color model

#5D6CA5 color RGB value is (93,108,165).

  • red value is 93;
  • green value is 108;
  • blue value is 165.
RGB:
(93,108,165)
(36%,42%,65%)

RGB channels and saturation

R 93 of 255 = 36%
G 108 of 255 = 42%
B 165 of 255 = 65%

93
108
165

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

Portions of RGB colors in percentages

R + G + B =
93 + 108 + 165 = 366 (100%)
R 93 of 366 ~ 25.41%
G 108 of 366 ~ 29.51%
B 165 of 366 ~ 45.08%

%25.41
%29.51
%45.08

CMYK color model

#5D6CA5 color CMYK value is (44,35,0,35).

  • cyan value is 43.64%
  • magenta value is 34.55%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(44,35,0,35)
C44M35Y0K35 
(44%,35%,0%,35%)
(0.44/0.35/0.00/0.35)	

CMYK percentages

%43.64
%34.55
%0
%35.29

Codes

Color #5D6CA5 in popluar color models

5D6CA5
RGB93108165
HSL228°28.57%50.59%
HSB/HSV228°43.64%64.71%
CMYK43.64%34.55%0.00%
35.29%

Color #5D6CA5 in popluar number systems.

HEX5D6CA5
Decimal93108165
Binary1011101110110010100101
Octal135154245

Shades and tints

Shades of #5D6CA5

#5D6CA5
(93,108,165)
#556396
(85,99,150)
#4D5A87
(77,90,135)
#455178
(69,81,120)
#3D4869
(61,72,105)
#353F5A
(53,63,90)
#2D364B
(45,54,75)
#252D3C
(37,45,60)
#1D242D
(29,36,45)
#151B1E
(21,27,30)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #5D6CA5

#5D6CA5
(93,108,165)
#6B79AD
(107,121,173)
#7986B5
(121,134,181)
#8793BD
(135,147,189)
#95A0C5
(149,160,197)
#A3ADCD
(163,173,205)
#B1BAD5
(177,186,213)
#BFC7DD
(191,199,221)
#CDD4E5
(205,212,229)
#DBE1ED
(219,225,237)
#E9EEF5
(233,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D6CA5 color. Also use rgb(93,108,165) instead hex code.

Text Font Color

.myTextColor { color: #5D6CA5; }

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

This text font color is #5D6CA5.


Background Color

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

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

This div background color is #5D6CA5.


Border color

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

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

This div border color is #5D6CA5.


Opacity

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

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

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

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

This text has shadow with #5D6CA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6CA5 on black background.


Color preview on white background

This text has color #5D6CA5 on white background.



Black color preview on #5D6CA5 background

This text has black color on #5D6CA5 background.


White color preview on #5D6CA5 background

This text has white color on #5D6CA5 background.