COLOR #5D639A

HEX: #5D639A
RGB: (93,99,154)

Color info

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

RGB color model

#5D639A color RGB value is (93,99,154).

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

RGB channels and saturation

R 93 of 255 = 36%
G 99 of 255 = 39%
B 154 of 255 = 60%

93
99
154

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

Portions of RGB colors in percentages

R + G + B =
93 + 99 + 154 = 346 (100%)
R 93 of 346 ~ 26.88%
G 99 of 346 ~ 28.61%
B 154 of 346 ~ 44.51%

%26.88
%28.61
%44.51

CMYK color model

#5D639A color CMYK value is (40,36,0,40).

  • cyan value is 39.61%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(40,36,0,40)
C40M36Y0K40 
(40%,36%,0%,40%)
(0.40/0.36/0.00/0.40)	

CMYK percentages

%39.61
%35.71
%0
%39.61

Codes

Color #5D639A in popluar color models

5D639A
RGB9399154
HSL234°24.70%48.43%
HSB/HSV234°39.61%60.39%
CMYK39.61%35.71%0.00%
39.61%

Color #5D639A in popluar number systems.

HEX5D639A
Decimal9399154
Binary1011101110001110011010
Octal135143232

Shades and tints

Shades of #5D639A

#5D639A
(93,99,154)
#555A8C
(85,90,140)
#4D517E
(77,81,126)
#454870
(69,72,112)
#3D3F62
(61,63,98)
#353654
(53,54,84)
#2D2D46
(45,45,70)
#252438
(37,36,56)
#1D1B2A
(29,27,42)
#15121C
(21,18,28)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #5D639A

#5D639A
(93,99,154)
#6B71A3
(107,113,163)
#797FAC
(121,127,172)
#878DB5
(135,141,181)
#959BBE
(149,155,190)
#A3A9C7
(163,169,199)
#B1B7D0
(177,183,208)
#BFC5D9
(191,197,217)
#CDD3E2
(205,211,226)
#DBE1EB
(219,225,235)
#E9EFF4
(233,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D639A; }

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

This text font color is #5D639A.


Background Color

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

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

This div background color is #5D639A.


Border color

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

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

This div border color is #5D639A.


Opacity

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

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

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

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

This text has shadow with #5D639A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D639A on black background.


Color preview on white background

This text has color #5D639A on white background.



Black color preview on #5D639A background

This text has black color on #5D639A background.


White color preview on #5D639A background

This text has white color on #5D639A background.