COLOR #567A87

HEX: #567A87 RGB: (86,122,135)

Color info

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

RGB color model

#567A87 color RGB value is (86,122,135).

RGB: (86,122,135) (34%, 48%, 53%)

RGB channels and saturation

R 86 of 255 = 34%
G 122 of 255 = 48%
B 135 of 255 = 53%

86
122
135

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

Portions of RGB colors in percentages

R + G + B = 86 + 122 + 135 = 343 (100%)
R 86 of 343 ~ 25.07%
G 122 of 343 ~ 35.57%
B 135 of 343 ~ 39.36'%

%25.07
%35.57
%39.36

CMYK color model

#567A87 color CMYK value is (36,10,0,47).

  • cyan value is 36.30%
  • magenta value is 9.63%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (36,10,0,47)
C36M10Y0K47 (36%, 10%, 0%, 47%)
(0.36 / 0.10 / 0.00 / 0.47)

CMYK percentages

%36.3
%9.63
%0
%47.06

Codes

Color #567A87 in popluar color models

56 7A 87
RGB 86 122 135
HSL 196° 22.17% 43.33%
HSB/HSV 196° 36.30% 52.94%
CMYK 36.30% 9.63% 0.00%
47.06%

Color #567A87 in popluar number systems.

HEX 56 7A 87
Decimal 86 122 135
Binary 1010110 1111010 10000111
Octal 126 172 207

Shades and tints

Shades of #567A87

#567A87
(86,122,135)
#4F6F7B
(79,111,123)
#48646F
(72,100,111)
#415963
(65,89,99)
#3A4E57
(58,78,87)
#33434B
(51,67,75)
#2C383F
(44,56,63)
#252D33
(37,45,51)
#1E2227
(30,34,39)
#17171B
(23,23,27)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #567A87

#567A87
(86,122,135)
#658691
(101,134,145)
#74929B
(116,146,155)
#839EA5
(131,158,165)
#92AAAF
(146,170,175)
#A1B6B9
(161,182,185)
#B0C2C3
(176,194,195)
#BFCECD
(191,206,205)
#CEDAD7
(206,218,215)
#DDE6E1
(221,230,225)
#ECF2EB
(236,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #567A87; }

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

This text font color is #567A87.

Background Color

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

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

This div background color is #567A87.

Border color

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

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

This div border color is #567A87.

Opacity

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

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

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

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

This text has shadow with #567A87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #567A87.

Preview

Color preview on black background

This text has color #567A87 on black background.


Color preview on white background

This text has color #567A87 on white background.


Black color preview on #567A87 background

This text has black color on #567A87 background.


White color preview on #567A87 background

This text has white color on #567A87 background.


Related colors

Complementary color

Complementary color for #hex is #A98578.


I love getcolorcode.com

Triadic colors

1 #87567A and #7A8756 with #567A87 are triadic colors.

2 #877A56 and #7A5687 with #567A87 are triadic colors.