COLOR #5D638A

HEX: #5D638A
RGB: (93,99,138)

Color info

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

RGB color model

#5D638A color RGB value is (93,99,138).

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

RGB channels and saturation

R 93 of 255 = 36%
G 99 of 255 = 39%
B 138 of 255 = 54%

93
99
138

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

Portions of RGB colors in percentages

R + G + B =
93 + 99 + 138 = 330 (100%)
R 93 of 330 ~ 28.18%
G 99 of 330 ~ 30%
B 138 of 330 ~ 41.82%

%28.18
%30
%41.82

CMYK color model

#5D638A color CMYK value is (33,28,0,46).

  • cyan value is 32.61%
  • magenta value is 28.26%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(33,28,0,46)
C33M28Y0K46 
(33%,28%,0%,46%)
(0.33/0.28/0.00/0.46)	

CMYK percentages

%32.61
%28.26
%0
%45.88

Codes

Color #5D638A in popluar color models

5D638A
RGB9399138
HSL232°19.48%45.29%
HSB/HSV232°32.61%54.12%
CMYK32.61%28.26%0.00%
45.88%

Color #5D638A in popluar number systems.

HEX5D638A
Decimal9399138
Binary1011101110001110001010
Octal135143212

Shades and tints

Shades of #5D638A

#5D638A
(93,99,138)
#555A7E
(85,90,126)
#4D5172
(77,81,114)
#454866
(69,72,102)
#3D3F5A
(61,63,90)
#35364E
(53,54,78)
#2D2D42
(45,45,66)
#252436
(37,36,54)
#1D1B2A
(29,27,42)
#15121E
(21,18,30)
#0D0912
(13,9,18)
#000000
(0,0,0)

Tints of #5D638A

#5D638A
(93,99,138)
#6B7194
(107,113,148)
#797F9E
(121,127,158)
#878DA8
(135,141,168)
#959BB2
(149,155,178)
#A3A9BC
(163,169,188)
#B1B7C6
(177,183,198)
#BFC5D0
(191,197,208)
#CDD3DA
(205,211,218)
#DBE1E4
(219,225,228)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D638A; }

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

This text font color is #5D638A.


Background Color

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

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

This div background color is #5D638A.


Border color

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

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

This div border color is #5D638A.


Opacity

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

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

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

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

This text has shadow with #5D638A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D638A on black background.


Color preview on white background

This text has color #5D638A on white background.



Black color preview on #5D638A background

This text has black color on #5D638A background.


White color preview on #5D638A background

This text has white color on #5D638A background.