COLOR #568EB6

HEX: #568EB6
RGB: (86,142,182)

Color info

#568EB6 contains mainly green and blue colors. Web safe color of #568EB6 is #6699CC (or #69C).

RGB color model

#568EB6 color RGB value is (86,142,182).

  • red value is 86;
  • green value is 142;
  • blue value is 182.
RGB:
(86,142,182)
(34%,56%,71%)

RGB channels and saturation

R 86 of 255 = 34%
G 142 of 255 = 56%
B 182 of 255 = 71%

86
142
182

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

Portions of RGB colors in percentages

R + G + B =
86 + 142 + 182 = 410 (100%)
R 86 of 410 ~ 20.98%
G 142 of 410 ~ 34.63%
B 182 of 410 ~ 44.39%

%20.98
%34.63
%44.39

CMYK color model

#568EB6 color CMYK value is (53,22,0,29).

  • cyan value is 52.75%
  • magenta value is 21.98%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(53,22,0,29)
C53M22Y0K29 
(53%,22%,0%,29%)
(0.53/0.22/0.00/0.29)	

CMYK percentages

%52.75
%21.98
%0
%28.63

Codes

Color #568EB6 in popluar color models

568EB6
RGB86142182
HSL205°39.67%52.55%
HSB/HSV205°52.75%71.37%
CMYK52.75%21.98%0.00%
28.63%

Color #568EB6 in popluar number systems.

HEX568EB6
Decimal86142182
Binary10101101000111010110110
Octal126216266

Shades and tints

Shades of #568EB6

#568EB6
(86,142,182)
#4F82A6
(79,130,166)
#487696
(72,118,150)
#416A86
(65,106,134)
#3A5E76
(58,94,118)
#335266
(51,82,102)
#2C4656
(44,70,86)
#253A46
(37,58,70)
#1E2E36
(30,46,54)
#172226
(23,34,38)
#101616
(16,22,22)
#000000
(0,0,0)

Tints of #568EB6

#568EB6
(86,142,182)
#6598BC
(101,152,188)
#74A2C2
(116,162,194)
#83ACC8
(131,172,200)
#92B6CE
(146,182,206)
#A1C0D4
(161,192,212)
#B0CADA
(176,202,218)
#BFD4E0
(191,212,224)
#CEDEE6
(206,222,230)
#DDE8EC
(221,232,236)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #568EB6 color. Also use rgb(86,142,182) instead hex code.

Text Font Color

.myTextColor { color: #568EB6; }

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

This text font color is #568EB6.


Background Color

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

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

This div background color is #568EB6.


Border color

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

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

This div border color is #568EB6.


Opacity

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

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

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

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

This text has shadow with #568EB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #568EB6 on black background.


Color preview on white background

This text has color #568EB6 on white background.



Black color preview on #568EB6 background

This text has black color on #568EB6 background.


White color preview on #568EB6 background

This text has white color on #568EB6 background.