COLOR #5D78A1

HEX: #5D78A1
RGB: (93,120,161)

Color info

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

RGB color model

#5D78A1 color RGB value is (93,120,161).

  • red value is 93;
  • green value is 120;
  • blue value is 161.
RGB:
(93,120,161)
(36%,47%,63%)

RGB channels and saturation

R 93 of 255 = 36%
G 120 of 255 = 47%
B 161 of 255 = 63%

93
120
161

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

Portions of RGB colors in percentages

R + G + B =
93 + 120 + 161 = 374 (100%)
R 93 of 374 ~ 24.87%
G 120 of 374 ~ 32.09%
B 161 of 374 ~ 43.05%

%24.87
%32.09
%43.05

CMYK color model

#5D78A1 color CMYK value is (42,25,0,37).

  • cyan value is 42.24%
  • magenta value is 25.47%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(42,25,0,37)
C42M25Y0K37 
(42%,25%,0%,37%)
(0.42/0.25/0.00/0.37)	

CMYK percentages

%42.24
%25.47
%0
%36.86

Codes

Color #5D78A1 in popluar color models

5D78A1
RGB93120161
HSL216°26.77%49.80%
HSB/HSV216°42.24%63.14%
CMYK42.24%25.47%0.00%
36.86%

Color #5D78A1 in popluar number systems.

HEX5D78A1
Decimal93120161
Binary1011101111100010100001
Octal135170241

Shades and tints

Shades of #5D78A1

#5D78A1
(93,120,161)
#556E93
(85,110,147)
#4D6485
(77,100,133)
#455A77
(69,90,119)
#3D5069
(61,80,105)
#35465B
(53,70,91)
#2D3C4D
(45,60,77)
#25323F
(37,50,63)
#1D2831
(29,40,49)
#151E23
(21,30,35)
#0D1415
(13,20,21)
#000000
(0,0,0)

Tints of #5D78A1

#5D78A1
(93,120,161)
#6B84A9
(107,132,169)
#7990B1
(121,144,177)
#879CB9
(135,156,185)
#95A8C1
(149,168,193)
#A3B4C9
(163,180,201)
#B1C0D1
(177,192,209)
#BFCCD9
(191,204,217)
#CDD8E1
(205,216,225)
#DBE4E9
(219,228,233)
#E9F0F1
(233,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D78A1 color. Also use rgb(93,120,161) instead hex code.

Text Font Color

.myTextColor { color: #5D78A1; }

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

This text font color is #5D78A1.


Background Color

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

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

This div background color is #5D78A1.


Border color

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

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

This div border color is #5D78A1.


Opacity

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

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

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

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

This text has shadow with #5D78A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D78A1 on black background.


Color preview on white background

This text has color #5D78A1 on white background.



Black color preview on #5D78A1 background

This text has black color on #5D78A1 background.


White color preview on #5D78A1 background

This text has white color on #5D78A1 background.