COLOR #568E99

HEX: #568E99
RGB: (86,142,153)

Color info

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

RGB color model

#568E99 color RGB value is (86,142,153).

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

RGB channels and saturation

R 86 of 255 = 34%
G 142 of 255 = 56%
B 153 of 255 = 60%

86
142
153

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

Portions of RGB colors in percentages

R + G + B =
86 + 142 + 153 = 381 (100%)
R 86 of 381 ~ 22.57%
G 142 of 381 ~ 37.27%
B 153 of 381 ~ 40.16%

%22.57
%37.27
%40.16

CMYK color model

#568E99 color CMYK value is (44,7,0,40).

  • cyan value is 43.79%
  • magenta value is 7.19%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(44,7,0,40)
C44M7Y0K40 
(44%,7%,0%,40%)
(0.44/0.07/0.00/0.40)	

CMYK percentages

%43.79
%7.19
%0
%40

Codes

Color #568E99 in popluar color models

568E99
RGB86142153
HSL190°28.03%46.86%
HSB/HSV190°43.79%60.00%
CMYK43.79%7.19%0.00%
40.00%

Color #568E99 in popluar number systems.

HEX568E99
Decimal86142153
Binary10101101000111010011001
Octal126216231

Shades and tints

Shades of #568E99

#568E99
(86,142,153)
#4F828C
(79,130,140)
#48767F
(72,118,127)
#416A72
(65,106,114)
#3A5E65
(58,94,101)
#335258
(51,82,88)
#2C464B
(44,70,75)
#253A3E
(37,58,62)
#1E2E31
(30,46,49)
#172224
(23,34,36)
#101617
(16,22,23)
#000000
(0,0,0)

Tints of #568E99

#568E99
(86,142,153)
#6598A2
(101,152,162)
#74A2AB
(116,162,171)
#83ACB4
(131,172,180)
#92B6BD
(146,182,189)
#A1C0C6
(161,192,198)
#B0CACF
(176,202,207)
#BFD4D8
(191,212,216)
#CEDEE1
(206,222,225)
#DDE8EA
(221,232,234)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #568E99; }

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

This text font color is #568E99.


Background Color

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

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

This div background color is #568E99.


Border color

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

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

This div border color is #568E99.


Opacity

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

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

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

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

This text has shadow with #568E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #568E99 on black background.


Color preview on white background

This text has color #568E99 on white background.



Black color preview on #568E99 background

This text has black color on #568E99 background.


White color preview on #568E99 background

This text has white color on #568E99 background.