COLOR #567E99

HEX: #567E99 RGB: (86,126,153)

Color info

#567E99 contains mainly green and blue colors. Web safe color of #567E99 is #666699 (or #669).

RGB color model

#567E99 color RGB value is (86,126,153).

RGB: (86,126,153) (34%, 49%, 60%)

RGB channels and saturation

R 86 of 255 = 34%
G 126 of 255 = 49%
B 153 of 255 = 60%

86
126
153

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

Portions of RGB colors in percentages

R + G + B = 86 + 126 + 153 = 365 (100%)
R 86 of 365 ~ 23.56%
G 126 of 365 ~ 34.52%
B 153 of 365 ~ 41.92'%

%23.56
%34.52
%41.92

CMYK color model

#567E99 color CMYK value is (44,18,0,40).

  • cyan value is 43.79%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (44,18,0,40)
C44M18Y0K40 (44%, 18%, 0%, 40%)
(0.44 / 0.18 / 0.00 / 0.40)

CMYK percentages

%43.79
%17.65
%0
%40

Codes

Color #567E99 in popluar color models

56 7E 99
RGB 86 126 153
HSL 204° 28.03% 46.86%
HSB/HSV 204° 43.79% 60.00%
CMYK 43.79% 17.65% 0.00%
40.00%

Color #567E99 in popluar number systems.

HEX 56 7E 99
Decimal 86 126 153
Binary 1010110 1111110 10011001
Octal 126 176 231

Shades and tints

Shades of #567E99

#567E99
(86,126,153)
#4F738C
(79,115,140)
#48687F
(72,104,127)
#415D72
(65,93,114)
#3A5265
(58,82,101)
#334758
(51,71,88)
#2C3C4B
(44,60,75)
#25313E
(37,49,62)
#1E2631
(30,38,49)
#171B24
(23,27,36)
#101017
(16,16,23)
#000000
(0,0,0)

Tints of #567E99

#567E99
(86,126,153)
#6589A2
(101,137,162)
#7494AB
(116,148,171)
#839FB4
(131,159,180)
#92AABD
(146,170,189)
#A1B5C6
(161,181,198)
#B0C0CF
(176,192,207)
#BFCBD8
(191,203,216)
#CED6E1
(206,214,225)
#DDE1EA
(221,225,234)
#ECECF3
(236,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #567E99; }

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

This text font color is #567E99.

Background Color

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

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

This div background color is #567E99.

Border color

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

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

This div border color is #567E99.

Opacity

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

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

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

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

This text has shadow with #567E99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #567E99.

Preview

Color preview on black background

This text has color #567E99 on black background.


Color preview on white background

This text has color #567E99 on white background.


Black color preview on #567E99 background

This text has black color on #567E99 background.


White color preview on #567E99 background

This text has white color on #567E99 background.


Related colors

Complementary color

Complementary color for #hex is #A98166.


I love getcolorcode.com

Triadic colors

1 #99567E and #7E9956 with #567E99 are triadic colors.

2 #997E56 and #7E5699 with #567E99 are triadic colors.