COLOR #5D6DA2

HEX: #5D6DA2
RGB: (93,109,162)

Color info

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

RGB color model

#5D6DA2 color RGB value is (93,109,162).

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

RGB channels and saturation

R 93 of 255 = 36%
G 109 of 255 = 43%
B 162 of 255 = 64%

93
109
162

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

Portions of RGB colors in percentages

R + G + B =
93 + 109 + 162 = 364 (100%)
R 93 of 364 ~ 25.55%
G 109 of 364 ~ 29.95%
B 162 of 364 ~ 44.51%

%25.55
%29.95
%44.51

CMYK color model

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

  • cyan value is 42.59%
  • magenta value is 32.72%
  • 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
%32.72
%0
%36.47

Codes

Color #5D6DA2 in popluar color models

5D6DA2
RGB93109162
HSL226°27.06%50.00%
HSB/HSV226°42.59%63.53%
CMYK42.59%32.72%0.00%
36.47%

Color #5D6DA2 in popluar number systems.

HEX5D6DA2
Decimal93109162
Binary1011101110110110100010
Octal135155242

Shades and tints

Shades of #5D6DA2

#5D6DA2
(93,109,162)
#556494
(85,100,148)
#4D5B86
(77,91,134)
#455278
(69,82,120)
#3D496A
(61,73,106)
#35405C
(53,64,92)
#2D374E
(45,55,78)
#252E40
(37,46,64)
#1D2532
(29,37,50)
#151C24
(21,28,36)
#0D1316
(13,19,22)
#000000
(0,0,0)

Tints of #5D6DA2

#5D6DA2
(93,109,162)
#6B7AAA
(107,122,170)
#7987B2
(121,135,178)
#8794BA
(135,148,186)
#95A1C2
(149,161,194)
#A3AECA
(163,174,202)
#B1BBD2
(177,187,210)
#BFC8DA
(191,200,218)
#CDD5E2
(205,213,226)
#DBE2EA
(219,226,234)
#E9EFF2
(233,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6DA2; }

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

This text font color is #5D6DA2.


Background Color

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

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

This div background color is #5D6DA2.


Border color

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

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

This div border color is #5D6DA2.


Opacity

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

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

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

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

This text has shadow with #5D6DA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6DA2 on black background.


Color preview on white background

This text has color #5D6DA2 on white background.



Black color preview on #5D6DA2 background

This text has black color on #5D6DA2 background.


White color preview on #5D6DA2 background

This text has white color on #5D6DA2 background.