COLOR #568E8F

HEX: #568E8F
RGB: (86,142,143)

Color info

#568E8F contains red, green and blue colors in about the same proportion. Web safe color of #568E8F is #669999 (or #699).

RGB color model

#568E8F color RGB value is (86,142,143).

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

RGB channels and saturation

R 86 of 255 = 34%
G 142 of 255 = 56%
B 143 of 255 = 56%

86
142
143

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

Portions of RGB colors in percentages

R + G + B =
86 + 142 + 143 = 371 (100%)
R 86 of 371 ~ 23.18%
G 142 of 371 ~ 38.27%
B 143 of 371 ~ 38.54%

%23.18
%38.27
%38.54

CMYK color model

#568E8F color CMYK value is (40,1,0,44).

  • cyan value is 39.86%
  • magenta value is 0.70%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(40,1,0,44)
C40M1Y0K44 
(40%,1%,0%,44%)
(0.40/0.01/0.00/0.44)	

CMYK percentages

%39.86
%0.7
%0
%43.92

Codes

Color #568E8F in popluar color models

568E8F
RGB86142143
HSL181°24.89%44.90%
HSB/HSV181°39.86%56.08%
CMYK39.86%0.70%0.00%
43.92%

Color #568E8F in popluar number systems.

HEX568E8F
Decimal86142143
Binary10101101000111010001111
Octal126216217

Shades and tints

Shades of #568E8F

#568E8F
(86,142,143)
#4F8282
(79,130,130)
#487675
(72,118,117)
#416A68
(65,106,104)
#3A5E5B
(58,94,91)
#33524E
(51,82,78)
#2C4641
(44,70,65)
#253A34
(37,58,52)
#1E2E27
(30,46,39)
#17221A
(23,34,26)
#10160D
(16,22,13)
#000000
(0,0,0)

Tints of #568E8F

#568E8F
(86,142,143)
#659899
(101,152,153)
#74A2A3
(116,162,163)
#83ACAD
(131,172,173)
#92B6B7
(146,182,183)
#A1C0C1
(161,192,193)
#B0CACB
(176,202,203)
#BFD4D5
(191,212,213)
#CEDEDF
(206,222,223)
#DDE8E9
(221,232,233)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #568E8F; }

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

This text font color is #568E8F.


Background Color

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

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

This div background color is #568E8F.


Border color

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

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

This div border color is #568E8F.


Opacity

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

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

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

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

This text has shadow with #568E8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #568E8F on black background.


Color preview on white background

This text has color #568E8F on white background.



Black color preview on #568E8F background

This text has black color on #568E8F background.


White color preview on #568E8F background

This text has white color on #568E8F background.