COLOR #5D6C98

HEX: #5D6C98
RGB: (93,108,152)

Color info

#5D6C98 contains red, green and blue colors in about the same proportion. Web safe color of #5D6C98 is #666699 (or #669).

RGB color model

#5D6C98 color RGB value is (93,108,152).

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

RGB channels and saturation

R 93 of 255 = 36%
G 108 of 255 = 42%
B 152 of 255 = 60%

93
108
152

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

Portions of RGB colors in percentages

R + G + B =
93 + 108 + 152 = 353 (100%)
R 93 of 353 ~ 26.35%
G 108 of 353 ~ 30.59%
B 152 of 353 ~ 43.06%

%26.35
%30.59
%43.06

CMYK color model

#5D6C98 color CMYK value is (39,29,0,40).

  • cyan value is 38.82%
  • magenta value is 28.95%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(39,29,0,40)
C39M29Y0K40 
(39%,29%,0%,40%)
(0.39/0.29/0.00/0.40)	

CMYK percentages

%38.82
%28.95
%0
%40.39

Codes

Color #5D6C98 in popluar color models

5D6C98
RGB93108152
HSL225°24.08%48.04%
HSB/HSV225°38.82%59.61%
CMYK38.82%28.95%0.00%
40.39%

Color #5D6C98 in popluar number systems.

HEX5D6C98
Decimal93108152
Binary1011101110110010011000
Octal135154230

Shades and tints

Shades of #5D6C98

#5D6C98
(93,108,152)
#55638B
(85,99,139)
#4D5A7E
(77,90,126)
#455171
(69,81,113)
#3D4864
(61,72,100)
#353F57
(53,63,87)
#2D364A
(45,54,74)
#252D3D
(37,45,61)
#1D2430
(29,36,48)
#151B23
(21,27,35)
#0D1216
(13,18,22)
#000000
(0,0,0)

Tints of #5D6C98

#5D6C98
(93,108,152)
#6B79A1
(107,121,161)
#7986AA
(121,134,170)
#8793B3
(135,147,179)
#95A0BC
(149,160,188)
#A3ADC5
(163,173,197)
#B1BACE
(177,186,206)
#BFC7D7
(191,199,215)
#CDD4E0
(205,212,224)
#DBE1E9
(219,225,233)
#E9EEF2
(233,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6C98; }

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

This text font color is #5D6C98.


Background Color

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

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

This div background color is #5D6C98.


Border color

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

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

This div border color is #5D6C98.


Opacity

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

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

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

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

This text has shadow with #5D6C98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6C98 on black background.


Color preview on white background

This text has color #5D6C98 on white background.



Black color preview on #5D6C98 background

This text has black color on #5D6C98 background.


White color preview on #5D6C98 background

This text has white color on #5D6C98 background.