COLOR #5D67A4

HEX: #5D67A4
RGB: (93,103,164)

Color info

#5D67A4 contains mainly blue color. Web safe color of #5D67A4 is #666699 (or #669).

RGB color model

#5D67A4 color RGB value is (93,103,164).

  • red value is 93;
  • green value is 103;
  • blue value is 164.
RGB:
(93,103,164)
(36%,40%,64%)

RGB channels and saturation

R 93 of 255 = 36%
G 103 of 255 = 40%
B 164 of 255 = 64%

93
103
164

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

Portions of RGB colors in percentages

R + G + B =
93 + 103 + 164 = 360 (100%)
R 93 of 360 ~ 25.83%
G 103 of 360 ~ 28.61%
B 164 of 360 ~ 45.56%

%25.83
%28.61
%45.56

CMYK color model

#5D67A4 color CMYK value is (43,37,0,36).

  • cyan value is 43.29%
  • magenta value is 37.20%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(43,37,0,36)
C43M37Y0K36 
(43%,37%,0%,36%)
(0.43/0.37/0.00/0.36)	

CMYK percentages

%43.29
%37.2
%0
%35.69

Codes

Color #5D67A4 in popluar color models

5D67A4
RGB93103164
HSL232°28.06%50.39%
HSB/HSV232°43.29%64.31%
CMYK43.29%37.20%0.00%
35.69%

Color #5D67A4 in popluar number systems.

HEX5D67A4
Decimal93103164
Binary1011101110011110100100
Octal135147244

Shades and tints

Shades of #5D67A4

#5D67A4
(93,103,164)
#555E96
(85,94,150)
#4D5588
(77,85,136)
#454C7A
(69,76,122)
#3D436C
(61,67,108)
#353A5E
(53,58,94)
#2D3150
(45,49,80)
#252842
(37,40,66)
#1D1F34
(29,31,52)
#151626
(21,22,38)
#0D0D18
(13,13,24)
#000000
(0,0,0)

Tints of #5D67A4

#5D67A4
(93,103,164)
#6B74AC
(107,116,172)
#7981B4
(121,129,180)
#878EBC
(135,142,188)
#959BC4
(149,155,196)
#A3A8CC
(163,168,204)
#B1B5D4
(177,181,212)
#BFC2DC
(191,194,220)
#CDCFE4
(205,207,228)
#DBDCEC
(219,220,236)
#E9E9F4
(233,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D67A4 color. Also use rgb(93,103,164) instead hex code.

Text Font Color

.myTextColor { color: #5D67A4; }

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

This text font color is #5D67A4.


Background Color

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

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

This div background color is #5D67A4.


Border color

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

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

This div border color is #5D67A4.


Opacity

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

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

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

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

This text has shadow with #5D67A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D67A4 on black background.


Color preview on white background

This text has color #5D67A4 on white background.



Black color preview on #5D67A4 background

This text has black color on #5D67A4 background.


White color preview on #5D67A4 background

This text has white color on #5D67A4 background.