COLOR #568AAD

HEX: #568AAD
RGB: (86,138,173)

Color info

#568AAD contains mainly green and blue colors. Web safe color of #568AAD is #669999 (or #699).

RGB color model

#568AAD color RGB value is (86,138,173).

  • red value is 86;
  • green value is 138;
  • blue value is 173.
RGB:
(86,138,173)
(34%,54%,68%)

RGB channels and saturation

R 86 of 255 = 34%
G 138 of 255 = 54%
B 173 of 255 = 68%

86
138
173

R + G + B ~ 52%. #568AAD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 138 + 173 = 397 (100%)
R 86 of 397 ~ 21.66%
G 138 of 397 ~ 34.76%
B 173 of 397 ~ 43.58%

%21.66
%34.76
%43.58

CMYK color model

#568AAD color CMYK value is (50,20,0,32).

  • cyan value is 50.29%
  • magenta value is 20.23%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(50,20,0,32)
C50M20Y0K32 
(50%,20%,0%,32%)
(0.50/0.20/0.00/0.32)	

CMYK percentages

%50.29
%20.23
%0
%32.16

Codes

Color #568AAD in popluar color models

568AAD
RGB86138173
HSL204°34.66%50.78%
HSB/HSV204°50.29%67.84%
CMYK50.29%20.23%0.00%
32.16%

Color #568AAD in popluar number systems.

HEX568AAD
Decimal86138173
Binary10101101000101010101101
Octal126212255

Shades and tints

Shades of #568AAD

#568AAD
(86,138,173)
#4F7E9E
(79,126,158)
#48728F
(72,114,143)
#416680
(65,102,128)
#3A5A71
(58,90,113)
#334E62
(51,78,98)
#2C4253
(44,66,83)
#253644
(37,54,68)
#1E2A35
(30,42,53)
#171E26
(23,30,38)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #568AAD

#568AAD
(86,138,173)
#6594B4
(101,148,180)
#749EBB
(116,158,187)
#83A8C2
(131,168,194)
#92B2C9
(146,178,201)
#A1BCD0
(161,188,208)
#B0C6D7
(176,198,215)
#BFD0DE
(191,208,222)
#CEDAE5
(206,218,229)
#DDE4EC
(221,228,236)
#ECEEF3
(236,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #568AAD color. Also use rgb(86,138,173) instead hex code.

Text Font Color

.myTextColor { color: #568AAD; }

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

This text font color is #568AAD.


Background Color

.myBgColor { background-color: #568AAD; }

<div style="background-color:#568AAD">Inner text</div>

This div background color is #568AAD.


Border color

.myBorderColor { border: 1px solid #568AAD; }

<div style="border:3px solid #568AAD">Div</div>

This div border color is #568AAD.


Opacity

.myOpacity80 { color: #568AAD; opacity: 0.8; }

<p style="color:#568AAD;opacity:0.8;">80%</p>

Text with #568AAD 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 #568AAD;}

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

This text has shadow with #568AAD color.

.textShadow {text-shadow: 3px 3px 1px #568AAD, 3px 3px 1px red;}

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

This text has shadow with #568AAD primary color and red secondary color.


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

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

This text has shadow with #568AAD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #568AAD on black background.


Color preview on white background

This text has color #568AAD on white background.



Black color preview on #568AAD background

This text has black color on #568AAD background.


White color preview on #568AAD background

This text has white color on #568AAD background.