COLOR #567E8B

HEX: #567E8B
RGB: (86,126,139)

Color info

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

RGB color model

#567E8B color RGB value is (86,126,139).

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

RGB channels and saturation

R 86 of 255 = 34%
G 126 of 255 = 49%
B 139 of 255 = 55%

86
126
139

R + G + B ~ 46%. #567E8B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 126 + 139 = 351 (100%)
R 86 of 351 ~ 24.5%
G 126 of 351 ~ 35.9%
B 139 of 351 ~ 39.6%

%24.5
%35.9
%39.6

CMYK color model

#567E8B color CMYK value is (38,9,0,45).

  • cyan value is 38.13%
  • magenta value is 9.35%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(38,9,0,45)
C38M9Y0K45 
(38%,9%,0%,45%)
(0.38/0.09/0.00/0.45)	

CMYK percentages

%38.13
%9.35
%0
%45.49

Codes

Color #567E8B in popluar color models

567E8B
RGB86126139
HSL195°23.56%44.12%
HSB/HSV195°38.13%54.51%
CMYK38.13%9.35%0.00%
45.49%

Color #567E8B in popluar number systems.

HEX567E8B
Decimal86126139
Binary1010110111111010001011
Octal126176213

Shades and tints

Shades of #567E8B

#567E8B
(86,126,139)
#4F737F
(79,115,127)
#486873
(72,104,115)
#415D67
(65,93,103)
#3A525B
(58,82,91)
#33474F
(51,71,79)
#2C3C43
(44,60,67)
#253137
(37,49,55)
#1E262B
(30,38,43)
#171B1F
(23,27,31)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #567E8B

#567E8B
(86,126,139)
#658995
(101,137,149)
#74949F
(116,148,159)
#839FA9
(131,159,169)
#92AAB3
(146,170,179)
#A1B5BD
(161,181,189)
#B0C0C7
(176,192,199)
#BFCBD1
(191,203,209)
#CED6DB
(206,214,219)
#DDE1E5
(221,225,229)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #567E8B color. Also use rgb(86,126,139) instead hex code.

Text Font Color

.myTextColor { color: #567E8B; }

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

This text font color is #567E8B.


Background Color

.myBgColor { background-color: #567E8B; }

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

This div background color is #567E8B.


Border color

.myBorderColor { border: 1px solid #567E8B; }

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

This div border color is #567E8B.


Opacity

.myOpacity80 { color: #567E8B; opacity: 0.8; }

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

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

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

This text has shadow with #567E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #567E8B on black background.


Color preview on white background

This text has color #567E8B on white background.



Black color preview on #567E8B background

This text has black color on #567E8B background.


White color preview on #567E8B background

This text has white color on #567E8B background.