COLOR #5D6D8A

HEX: #5D6D8A
RGB: (93,109,138)

Color info

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

RGB color model

#5D6D8A color RGB value is (93,109,138).

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

RGB channels and saturation

R 93 of 255 = 36%
G 109 of 255 = 43%
B 138 of 255 = 54%

93
109
138

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

Portions of RGB colors in percentages

R + G + B =
93 + 109 + 138 = 340 (100%)
R 93 of 340 ~ 27.35%
G 109 of 340 ~ 32.06%
B 138 of 340 ~ 40.59%

%27.35
%32.06
%40.59

CMYK color model

#5D6D8A color CMYK value is (33,21,0,46).

  • cyan value is 32.61%
  • magenta value is 21.01%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(33,21,0,46)
C33M21Y0K46 
(33%,21%,0%,46%)
(0.33/0.21/0.00/0.46)	

CMYK percentages

%32.61
%21.01
%0
%45.88

Codes

Color #5D6D8A in popluar color models

5D6D8A
RGB93109138
HSL219°19.48%45.29%
HSB/HSV219°32.61%54.12%
CMYK32.61%21.01%0.00%
45.88%

Color #5D6D8A in popluar number systems.

HEX5D6D8A
Decimal93109138
Binary1011101110110110001010
Octal135155212

Shades and tints

Shades of #5D6D8A

#5D6D8A
(93,109,138)
#55647E
(85,100,126)
#4D5B72
(77,91,114)
#455266
(69,82,102)
#3D495A
(61,73,90)
#35404E
(53,64,78)
#2D3742
(45,55,66)
#252E36
(37,46,54)
#1D252A
(29,37,42)
#151C1E
(21,28,30)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #5D6D8A

#5D6D8A
(93,109,138)
#6B7A94
(107,122,148)
#79879E
(121,135,158)
#8794A8
(135,148,168)
#95A1B2
(149,161,178)
#A3AEBC
(163,174,188)
#B1BBC6
(177,187,198)
#BFC8D0
(191,200,208)
#CDD5DA
(205,213,218)
#DBE2E4
(219,226,228)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6D8A; }

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

This text font color is #5D6D8A.


Background Color

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

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

This div background color is #5D6D8A.


Border color

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

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

This div border color is #5D6D8A.


Opacity

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

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

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

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

This text has shadow with #5D6D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6D8A on black background.


Color preview on white background

This text has color #5D6D8A on white background.



Black color preview on #5D6D8A background

This text has black color on #5D6D8A background.


White color preview on #5D6D8A background

This text has white color on #5D6D8A background.