COLOR #568091

HEX: #568091
RGB: (86,128,145)

Color info

#568091 contains red, green and blue colors in about the same proportion. Web safe color of #568091 is #666699 (or #669).

RGB color model

#568091 color RGB value is (86,128,145).

  • red value is 86;
  • green value is 128;
  • blue value is 145.
RGB:
(86,128,145)
(34%,50%,57%)

RGB channels and saturation

R 86 of 255 = 34%
G 128 of 255 = 50%
B 145 of 255 = 57%

86
128
145

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

Portions of RGB colors in percentages

R + G + B =
86 + 128 + 145 = 359 (100%)
R 86 of 359 ~ 23.96%
G 128 of 359 ~ 35.65%
B 145 of 359 ~ 40.39%

%23.96
%35.65
%40.39

CMYK color model

#568091 color CMYK value is (41,12,0,43).

  • cyan value is 40.69%
  • magenta value is 11.72%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(41,12,0,43)
C41M12Y0K43 
(41%,12%,0%,43%)
(0.41/0.12/0.00/0.43)	

CMYK percentages

%40.69
%11.72
%0
%43.14

Codes

Color #568091 in popluar color models

568091
RGB86128145
HSL197°25.54%45.29%
HSB/HSV197°40.69%56.86%
CMYK40.69%11.72%0.00%
43.14%

Color #568091 in popluar number systems.

HEX568091
Decimal86128145
Binary10101101000000010010001
Octal126200221

Shades and tints

Shades of #568091

#568091
(86,128,145)
#4F7584
(79,117,132)
#486A77
(72,106,119)
#415F6A
(65,95,106)
#3A545D
(58,84,93)
#334950
(51,73,80)
#2C3E43
(44,62,67)
#253336
(37,51,54)
#1E2829
(30,40,41)
#171D1C
(23,29,28)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #568091

#568091
(86,128,145)
#658B9B
(101,139,155)
#7496A5
(116,150,165)
#83A1AF
(131,161,175)
#92ACB9
(146,172,185)
#A1B7C3
(161,183,195)
#B0C2CD
(176,194,205)
#BFCDD7
(191,205,215)
#CED8E1
(206,216,225)
#DDE3EB
(221,227,235)
#ECEEF5
(236,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #568091 color. Also use rgb(86,128,145) instead hex code.

Text Font Color

.myTextColor { color: #568091; }

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

This text font color is #568091.


Background Color

.myBgColor { background-color: #568091; }

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

This div background color is #568091.


Border color

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

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

This div border color is #568091.


Opacity

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

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

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

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

This text has shadow with #568091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #568091 on black background.


Color preview on white background

This text has color #568091 on white background.



Black color preview on #568091 background

This text has black color on #568091 background.


White color preview on #568091 background

This text has white color on #568091 background.