COLOR #5D6CA2

HEX: #5D6CA2
RGB: (93,108,162)

Color info

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

RGB color model

#5D6CA2 color RGB value is (93,108,162).

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

RGB channels and saturation

R 93 of 255 = 36%
G 108 of 255 = 42%
B 162 of 255 = 64%

93
108
162

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

Portions of RGB colors in percentages

R + G + B =
93 + 108 + 162 = 363 (100%)
R 93 of 363 ~ 25.62%
G 108 of 363 ~ 29.75%
B 162 of 363 ~ 44.63%

%25.62
%29.75
%44.63

CMYK color model

#5D6CA2 color CMYK value is (43,33,0,36).

  • cyan value is 42.59%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(43,33,0,36)
C43M33Y0K36 
(43%,33%,0%,36%)
(0.43/0.33/0.00/0.36)	

CMYK percentages

%42.59
%33.33
%0
%36.47

Codes

Color #5D6CA2 in popluar color models

5D6CA2
RGB93108162
HSL227°27.06%50.00%
HSB/HSV227°42.59%63.53%
CMYK42.59%33.33%0.00%
36.47%

Color #5D6CA2 in popluar number systems.

HEX5D6CA2
Decimal93108162
Binary1011101110110010100010
Octal135154242

Shades and tints

Shades of #5D6CA2

#5D6CA2
(93,108,162)
#556394
(85,99,148)
#4D5A86
(77,90,134)
#455178
(69,81,120)
#3D486A
(61,72,106)
#353F5C
(53,63,92)
#2D364E
(45,54,78)
#252D40
(37,45,64)
#1D2432
(29,36,50)
#151B24
(21,27,36)
#0D1216
(13,18,22)
#000000
(0,0,0)

Tints of #5D6CA2

#5D6CA2
(93,108,162)
#6B79AA
(107,121,170)
#7986B2
(121,134,178)
#8793BA
(135,147,186)
#95A0C2
(149,160,194)
#A3ADCA
(163,173,202)
#B1BAD2
(177,186,210)
#BFC7DA
(191,199,218)
#CDD4E2
(205,212,226)
#DBE1EA
(219,225,234)
#E9EEF2
(233,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6CA2; }

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

This text font color is #5D6CA2.


Background Color

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

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

This div background color is #5D6CA2.


Border color

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

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

This div border color is #5D6CA2.


Opacity

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

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

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

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

This text has shadow with #5D6CA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6CA2 on black background.


Color preview on white background

This text has color #5D6CA2 on white background.



Black color preview on #5D6CA2 background

This text has black color on #5D6CA2 background.


White color preview on #5D6CA2 background

This text has white color on #5D6CA2 background.