COLOR #568B9D

HEX: #568B9D
RGB: (86,139,157)

Color info

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

RGB color model

#568B9D color RGB value is (86,139,157).

  • red value is 86;
  • green value is 139;
  • blue value is 157.
RGB:
(86,139,157)
(34%,55%,62%)

RGB channels and saturation

R 86 of 255 = 34%
G 139 of 255 = 55%
B 157 of 255 = 62%

86
139
157

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

Portions of RGB colors in percentages

R + G + B =
86 + 139 + 157 = 382 (100%)
R 86 of 382 ~ 22.51%
G 139 of 382 ~ 36.39%
B 157 of 382 ~ 41.1%

%22.51
%36.39
%41.1

CMYK color model

#568B9D color CMYK value is (45,11,0,38).

  • cyan value is 45.22%
  • magenta value is 11.46%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(45,11,0,38)
C45M11Y0K38 
(45%,11%,0%,38%)
(0.45/0.11/0.00/0.38)	

CMYK percentages

%45.22
%11.46
%0
%38.43

Codes

Color #568B9D in popluar color models

568B9D
RGB86139157
HSL195°29.22%47.65%
HSB/HSV195°45.22%61.57%
CMYK45.22%11.46%0.00%
38.43%

Color #568B9D in popluar number systems.

HEX568B9D
Decimal86139157
Binary10101101000101110011101
Octal126213235

Shades and tints

Shades of #568B9D

#568B9D
(86,139,157)
#4F7F8F
(79,127,143)
#487381
(72,115,129)
#416773
(65,103,115)
#3A5B65
(58,91,101)
#334F57
(51,79,87)
#2C4349
(44,67,73)
#25373B
(37,55,59)
#1E2B2D
(30,43,45)
#171F1F
(23,31,31)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #568B9D

#568B9D
(86,139,157)
#6595A5
(101,149,165)
#749FAD
(116,159,173)
#83A9B5
(131,169,181)
#92B3BD
(146,179,189)
#A1BDC5
(161,189,197)
#B0C7CD
(176,199,205)
#BFD1D5
(191,209,213)
#CEDBDD
(206,219,221)
#DDE5E5
(221,229,229)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #568B9D color. Also use rgb(86,139,157) instead hex code.

Text Font Color

.myTextColor { color: #568B9D; }

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

This text font color is #568B9D.


Background Color

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

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

This div background color is #568B9D.


Border color

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

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

This div border color is #568B9D.


Opacity

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

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

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

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

This text has shadow with #568B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #568B9D on black background.


Color preview on white background

This text has color #568B9D on white background.



Black color preview on #568B9D background

This text has black color on #568B9D background.


White color preview on #568B9D background

This text has white color on #568B9D background.