COLOR #5D6B83

HEX: #5D6B83
RGB: (93,107,131)

Color info

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

RGB color model

#5D6B83 color RGB value is (93,107,131).

  • red value is 93;
  • green value is 107;
  • blue value is 131.
RGB:
(93,107,131)
(36%,42%,51%)

RGB channels and saturation

R 93 of 255 = 36%
G 107 of 255 = 42%
B 131 of 255 = 51%

93
107
131

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

Portions of RGB colors in percentages

R + G + B =
93 + 107 + 131 = 331 (100%)
R 93 of 331 ~ 28.1%
G 107 of 331 ~ 32.33%
B 131 of 331 ~ 39.58%

%28.1
%32.33
%39.58

CMYK color model

#5D6B83 color CMYK value is (29,18,0,49).

  • cyan value is 29.01%
  • magenta value is 18.32%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(29,18,0,49)
C29M18Y0K49 
(29%,18%,0%,49%)
(0.29/0.18/0.00/0.49)	

CMYK percentages

%29.01
%18.32
%0
%48.63

Codes

Color #5D6B83 in popluar color models

5D6B83
RGB93107131
HSL218°16.96%43.92%
HSB/HSV218°29.01%51.37%
CMYK29.01%18.32%0.00%
48.63%

Color #5D6B83 in popluar number systems.

HEX5D6B83
Decimal93107131
Binary1011101110101110000011
Octal135153203

Shades and tints

Shades of #5D6B83

#5D6B83
(93,107,131)
#556278
(85,98,120)
#4D596D
(77,89,109)
#455062
(69,80,98)
#3D4757
(61,71,87)
#353E4C
(53,62,76)
#2D3541
(45,53,65)
#252C36
(37,44,54)
#1D232B
(29,35,43)
#151A20
(21,26,32)
#0D1115
(13,17,21)
#000000
(0,0,0)

Tints of #5D6B83

#5D6B83
(93,107,131)
#6B788E
(107,120,142)
#798599
(121,133,153)
#8792A4
(135,146,164)
#959FAF
(149,159,175)
#A3ACBA
(163,172,186)
#B1B9C5
(177,185,197)
#BFC6D0
(191,198,208)
#CDD3DB
(205,211,219)
#DBE0E6
(219,224,230)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D6B83 color. Also use rgb(93,107,131) instead hex code.

Text Font Color

.myTextColor { color: #5D6B83; }

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

This text font color is #5D6B83.


Background Color

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

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

This div background color is #5D6B83.


Border color

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

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

This div border color is #5D6B83.


Opacity

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

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

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

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

This text has shadow with #5D6B83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6B83 on black background.


Color preview on white background

This text has color #5D6B83 on white background.



Black color preview on #5D6B83 background

This text has black color on #5D6B83 background.


White color preview on #5D6B83 background

This text has white color on #5D6B83 background.