COLOR #567C9D

HEX: #567C9D RGB: (86,124,157)

Color info

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

RGB color model

#567C9D color RGB value is (86,124,157).

RGB: (86,124,157) (34%, 49%, 62%)

RGB channels and saturation

R 86 of 255 = 34%
G 124 of 255 = 49%
B 157 of 255 = 62%

86
124
157

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

Portions of RGB colors in percentages

R + G + B = 86 + 124 + 157 = 367 (100%)
R 86 of 367 ~ 23.43%
G 124 of 367 ~ 33.79%
B 157 of 367 ~ 42.78'%

%23.43
%33.79
%42.78

CMYK color model

#567C9D color CMYK value is (45,21,0,38).

  • cyan value is 45.22%
  • magenta value is 21.02%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (45,21,0,38)
C45M21Y0K38 (45%, 21%, 0%, 38%)
(0.45 / 0.21 / 0.00 / 0.38)

CMYK percentages

%45.22
%21.02
%0
%38.43

Codes

Color #567C9D in popluar color models

56 7C 9D
RGB 86 124 157
HSL 208° 29.22% 47.65%
HSB/HSV 208° 45.22% 61.57%
CMYK 45.22% 21.02% 0.00%
38.43%

Color #567C9D in popluar number systems.

HEX 56 7C 9D
Decimal 86 124 157
Binary 1010110 1111100 10011101
Octal 126 174 235

Shades and tints

Shades of #567C9D

#567C9D
(86,124,157)
#4F718F
(79,113,143)
#486681
(72,102,129)
#415B73
(65,91,115)
#3A5065
(58,80,101)
#334557
(51,69,87)
#2C3A49
(44,58,73)
#252F3B
(37,47,59)
#1E242D
(30,36,45)
#17191F
(23,25,31)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #567C9D

#567C9D
(86,124,157)
#6587A5
(101,135,165)
#7492AD
(116,146,173)
#839DB5
(131,157,181)
#92A8BD
(146,168,189)
#A1B3C5
(161,179,197)
#B0BECD
(176,190,205)
#BFC9D5
(191,201,213)
#CED4DD
(206,212,221)
#DDDFE5
(221,223,229)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #567C9D color. Also use rgb(86,124,157) instead hex code.

Text Font Color

.myTextColor { color: #567C9D; }

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

This text font color is #567C9D.

Background Color

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

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

This div background color is #567C9D.

Border color

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

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

This div border color is #567C9D.

Opacity

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

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

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

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

This text has shadow with #567C9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #567C9D.

Preview

Color preview on black background

This text has color #567C9D on black background.


Color preview on white background

This text has color #567C9D on white background.


Black color preview on #567C9D background

This text has black color on #567C9D background.


White color preview on #567C9D background

This text has white color on #567C9D background.


Related colors

Complementary color

Complementary color for #hex is #A98362.


I love getcolorcode.com

Triadic colors

1 #9D567C and #7C9D56 with #567C9D are triadic colors.

2 #9D7C56 and #7C569D with #567C9D are triadic colors.