COLOR #5678A4

HEX: #5678A4
RGB: (86,120,164)

Color info

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

RGB color model

#5678A4 color RGB value is (86,120,164).

  • red value is 86;
  • green value is 120;
  • blue value is 164.
RGB:
(86,120,164)
(34%,47%,64%)

RGB channels and saturation

R 86 of 255 = 34%
G 120 of 255 = 47%
B 164 of 255 = 64%

86
120
164

R + G + B ~ 48%. #5678A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 120 + 164 = 370 (100%)
R 86 of 370 ~ 23.24%
G 120 of 370 ~ 32.43%
B 164 of 370 ~ 44.32%

%23.24
%32.43
%44.32

CMYK color model

#5678A4 color CMYK value is (48,27,0,36).

  • cyan value is 47.56%
  • magenta value is 26.83%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(48,27,0,36)
C48M27Y0K36 
(48%,27%,0%,36%)
(0.48/0.27/0.00/0.36)	

CMYK percentages

%47.56
%26.83
%0
%35.69

Codes

Color #5678A4 in popluar color models

5678A4
RGB86120164
HSL214°31.20%49.02%
HSB/HSV214°47.56%64.31%
CMYK47.56%26.83%0.00%
35.69%

Color #5678A4 in popluar number systems.

HEX5678A4
Decimal86120164
Binary1010110111100010100100
Octal126170244

Shades and tints

Shades of #5678A4

#5678A4
(86,120,164)
#4F6E96
(79,110,150)
#486488
(72,100,136)
#415A7A
(65,90,122)
#3A506C
(58,80,108)
#33465E
(51,70,94)
#2C3C50
(44,60,80)
#253242
(37,50,66)
#1E2834
(30,40,52)
#171E26
(23,30,38)
#101418
(16,20,24)
#000000
(0,0,0)

Tints of #5678A4

#5678A4
(86,120,164)
#6584AC
(101,132,172)
#7490B4
(116,144,180)
#839CBC
(131,156,188)
#92A8C4
(146,168,196)
#A1B4CC
(161,180,204)
#B0C0D4
(176,192,212)
#BFCCDC
(191,204,220)
#CED8E4
(206,216,228)
#DDE4EC
(221,228,236)
#ECF0F4
(236,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5678A4 color. Also use rgb(86,120,164) instead hex code.

Text Font Color

.myTextColor { color: #5678A4; }

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

This text font color is #5678A4.


Background Color

.myBgColor { background-color: #5678A4; }

<div style="background-color:#5678A4">Inner text</div>

This div background color is #5678A4.


Border color

.myBorderColor { border: 1px solid #5678A4; }

<div style="border:3px solid #5678A4">Div</div>

This div border color is #5678A4.


Opacity

.myOpacity80 { color: #5678A4; opacity: 0.8; }

<p style="color:#5678A4;opacity:0.8;">80%</p>

Text with #5678A4 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 #5678A4;}

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

This text has shadow with #5678A4 color.

.textShadow {text-shadow: 3px 3px 1px #5678A4, 3px 3px 1px red;}

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

This text has shadow with #5678A4 primary color and red secondary color.


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

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

This text has shadow with #5678A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5678A4 on black background.


Color preview on white background

This text has color #5678A4 on white background.



Black color preview on #5678A4 background

This text has black color on #5678A4 background.


White color preview on #5678A4 background

This text has white color on #5678A4 background.