COLOR #568687

HEX: #568687
RGB: (86,134,135)

Color info

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

RGB color model

#568687 color RGB value is (86,134,135).

  • red value is 86;
  • green value is 134;
  • blue value is 135.
RGB:
(86,134,135)
(34%,53%,53%)

RGB channels and saturation

R 86 of 255 = 34%
G 134 of 255 = 53%
B 135 of 255 = 53%

86
134
135

R + G + B ~ 47%. #568687 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 134 + 135 = 355 (100%)
R 86 of 355 ~ 24.23%
G 134 of 355 ~ 37.75%
B 135 of 355 ~ 38.03%

%24.23
%37.75
%38.03

CMYK color model

#568687 color CMYK value is (36,1,0,47).

  • cyan value is 36.30%
  • magenta value is 0.74%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(36,1,0,47)
C36M1Y0K47 
(36%,1%,0%,47%)
(0.36/0.01/0.00/0.47)	

CMYK percentages

%36.3
%0.74
%0
%47.06

Codes

Color #568687 in popluar color models

568687
RGB86134135
HSL181°22.17%43.33%
HSB/HSV181°36.30%52.94%
CMYK36.30%0.74%0.00%
47.06%

Color #568687 in popluar number systems.

HEX568687
Decimal86134135
Binary10101101000011010000111
Octal126206207

Shades and tints

Shades of #568687

#568687
(86,134,135)
#4F7A7B
(79,122,123)
#486E6F
(72,110,111)
#416263
(65,98,99)
#3A5657
(58,86,87)
#334A4B
(51,74,75)
#2C3E3F
(44,62,63)
#253233
(37,50,51)
#1E2627
(30,38,39)
#171A1B
(23,26,27)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #568687

#568687
(86,134,135)
#659191
(101,145,145)
#749C9B
(116,156,155)
#83A7A5
(131,167,165)
#92B2AF
(146,178,175)
#A1BDB9
(161,189,185)
#B0C8C3
(176,200,195)
#BFD3CD
(191,211,205)
#CEDED7
(206,222,215)
#DDE9E1
(221,233,225)
#ECF4EB
(236,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #568687 color. Also use rgb(86,134,135) instead hex code.

Text Font Color

.myTextColor { color: #568687; }

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

This text font color is #568687.


Background Color

.myBgColor { background-color: #568687; }

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

This div background color is #568687.


Border color

.myBorderColor { border: 1px solid #568687; }

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

This div border color is #568687.


Opacity

.myOpacity80 { color: #568687; opacity: 0.8; }

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

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

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

This text has shadow with #568687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #568687 on black background.


Color preview on white background

This text has color #568687 on white background.



Black color preview on #568687 background

This text has black color on #568687 background.


White color preview on #568687 background

This text has white color on #568687 background.