COLOR #565B62

HEX: #565B62
RGB: (86,91,98)

Color info

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

RGB color model

#565B62 color RGB value is (86,91,98).

  • red value is 86;
  • green value is 91;
  • blue value is 98.
RGB:
(86,91,98)
(34%,36%,38%)

RGB channels and saturation

R 86 of 255 = 34%
G 91 of 255 = 36%
B 98 of 255 = 38%

86
91
98

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

Portions of RGB colors in percentages

R + G + B =
86 + 91 + 98 = 275 (100%)
R 86 of 275 ~ 31.27%
G 91 of 275 ~ 33.09%
B 98 of 275 ~ 35.64%

%31.27
%33.09
%35.64

CMYK color model

#565B62 color CMYK value is (12,7,0,62).

  • cyan value is 12.24%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(12,7,0,62)
C12M7Y0K62 
(12%,7%,0%,62%)
(0.12/0.07/0.00/0.62)	

CMYK percentages

%12.24
%7.14
%0
%61.57

Codes

Color #565B62 in popluar color models

565B62
RGB869198
HSL215°6.52%36.08%
HSB/HSV215°12.24%38.43%
CMYK12.24%7.14%0.00%
61.57%

Color #565B62 in popluar number systems.

HEX565B62
Decimal869198
Binary101011010110111100010
Octal126133142

Shades and tints

Shades of #565B62

#565B62
(86,91,98)
#4F535A
(79,83,90)
#484B52
(72,75,82)
#41434A
(65,67,74)
#3A3B42
(58,59,66)
#33333A
(51,51,58)
#2C2B32
(44,43,50)
#25232A
(37,35,42)
#1E1B22
(30,27,34)
#17131A
(23,19,26)
#100B12
(16,11,18)
#000000
(0,0,0)

Tints of #565B62

#565B62
(86,91,98)
#656970
(101,105,112)
#74777E
(116,119,126)
#83858C
(131,133,140)
#92939A
(146,147,154)
#A1A1A8
(161,161,168)
#B0AFB6
(176,175,182)
#BFBDC4
(191,189,196)
#CECBD2
(206,203,210)
#DDD9E0
(221,217,224)
#ECE7EE
(236,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565B62 color. Also use rgb(86,91,98) instead hex code.

Text Font Color

.myTextColor { color: #565B62; }

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

This text font color is #565B62.


Background Color

.myBgColor { background-color: #565B62; }

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

This div background color is #565B62.


Border color

.myBorderColor { border: 1px solid #565B62; }

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

This div border color is #565B62.


Opacity

.myOpacity80 { color: #565B62; opacity: 0.8; }

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

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

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

This text has shadow with #565B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565B62 on black background.


Color preview on white background

This text has color #565B62 on white background.



Black color preview on #565B62 background

This text has black color on #565B62 background.


White color preview on #565B62 background

This text has white color on #565B62 background.