COLOR #568DB8

HEX: #568DB8
RGB: (86,141,184)

Color info

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

RGB color model

#568DB8 color RGB value is (86,141,184).

  • red value is 86;
  • green value is 141;
  • blue value is 184.
RGB:
(86,141,184)
(34%,55%,72%)

RGB channels and saturation

R 86 of 255 = 34%
G 141 of 255 = 55%
B 184 of 255 = 72%

86
141
184

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

Portions of RGB colors in percentages

R + G + B =
86 + 141 + 184 = 411 (100%)
R 86 of 411 ~ 20.92%
G 141 of 411 ~ 34.31%
B 184 of 411 ~ 44.77%

%20.92
%34.31
%44.77

CMYK color model

#568DB8 color CMYK value is (53,23,0,28).

  • cyan value is 53.26%
  • magenta value is 23.37%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(53,23,0,28)
C53M23Y0K28 
(53%,23%,0%,28%)
(0.53/0.23/0.00/0.28)	

CMYK percentages

%53.26
%23.37
%0
%27.84

Codes

Color #568DB8 in popluar color models

568DB8
RGB86141184
HSL206°40.83%52.94%
HSB/HSV206°53.26%72.16%
CMYK53.26%23.37%0.00%
27.84%

Color #568DB8 in popluar number systems.

HEX568DB8
Decimal86141184
Binary10101101000110110111000
Octal126215270

Shades and tints

Shades of #568DB8

#568DB8
(86,141,184)
#4F81A8
(79,129,168)
#487598
(72,117,152)
#416988
(65,105,136)
#3A5D78
(58,93,120)
#335168
(51,81,104)
#2C4558
(44,69,88)
#253948
(37,57,72)
#1E2D38
(30,45,56)
#172128
(23,33,40)
#101518
(16,21,24)
#000000
(0,0,0)

Tints of #568DB8

#568DB8
(86,141,184)
#6597BE
(101,151,190)
#74A1C4
(116,161,196)
#83ABCA
(131,171,202)
#92B5D0
(146,181,208)
#A1BFD6
(161,191,214)
#B0C9DC
(176,201,220)
#BFD3E2
(191,211,226)
#CEDDE8
(206,221,232)
#DDE7EE
(221,231,238)
#ECF1F4
(236,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #568DB8 color. Also use rgb(86,141,184) instead hex code.

Text Font Color

.myTextColor { color: #568DB8; }

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

This text font color is #568DB8.


Background Color

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

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

This div background color is #568DB8.


Border color

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

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

This div border color is #568DB8.


Opacity

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

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

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

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

This text has shadow with #568DB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #568DB8 on black background.


Color preview on white background

This text has color #568DB8 on white background.



Black color preview on #568DB8 background

This text has black color on #568DB8 background.


White color preview on #568DB8 background

This text has white color on #568DB8 background.