COLOR #565467

HEX: #565467
RGB: (86,84,103)

Color info

#565467 contains red, green and blue colors in about the same proportion. Web safe color of #565467 is #666666 (or #666).

RGB color model

#565467 color RGB value is (86,84,103).

  • red value is 86;
  • green value is 84;
  • blue value is 103.
RGB:
(86,84,103)
(34%,33%,40%)

RGB channels and saturation

R 86 of 255 = 34%
G 84 of 255 = 33%
B 103 of 255 = 40%

86
84
103

R + G + B ~ 36%. #565467 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 84 + 103 = 273 (100%)
R 86 of 273 ~ 31.5%
G 84 of 273 ~ 30.77%
B 103 of 273 ~ 37.73%

%31.5
%30.77
%37.73

CMYK color model

#565467 color CMYK value is (17,18,0,60).

  • cyan value is 16.50%
  • magenta value is 18.45%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(17,18,0,60)
C17M18Y0K60 
(17%,18%,0%,60%)
(0.17/0.18/0.00/0.60)	

CMYK percentages

%16.5
%18.45
%0
%59.61

Codes

Color #565467 in popluar color models

565467
RGB8684103
HSL246°10.16%36.67%
HSB/HSV246°18.45%40.39%
CMYK16.50%18.45%0.00%
59.61%

Color #565467 in popluar number systems.

HEX565467
Decimal8684103
Binary101011010101001100111
Octal126124147

Shades and tints

Shades of #565467

#565467
(86,84,103)
#4F4D5E
(79,77,94)
#484655
(72,70,85)
#413F4C
(65,63,76)
#3A3843
(58,56,67)
#33313A
(51,49,58)
#2C2A31
(44,42,49)
#252328
(37,35,40)
#1E1C1F
(30,28,31)
#171516
(23,21,22)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #565467

#565467
(86,84,103)
#656374
(101,99,116)
#747281
(116,114,129)
#83818E
(131,129,142)
#92909B
(146,144,155)
#A19FA8
(161,159,168)
#B0AEB5
(176,174,181)
#BFBDC2
(191,189,194)
#CECCCF
(206,204,207)
#DDDBDC
(221,219,220)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565467 color. Also use rgb(86,84,103) instead hex code.

Text Font Color

.myTextColor { color: #565467; }

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

This text font color is #565467.


Background Color

.myBgColor { background-color: #565467; }

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

This div background color is #565467.


Border color

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

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

This div border color is #565467.


Opacity

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

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

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

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

This text has shadow with #565467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565467 on black background.


Color preview on white background

This text has color #565467 on white background.



Black color preview on #565467 background

This text has black color on #565467 background.


White color preview on #565467 background

This text has white color on #565467 background.