COLOR #565566

HEX: #565566
RGB: (86,85,102)

Color info

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

RGB color model

#565566 color RGB value is (86,85,102).

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

RGB channels and saturation

R 86 of 255 = 34%
G 85 of 255 = 33%
B 102 of 255 = 40%

86
85
102

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

Portions of RGB colors in percentages

R + G + B =
86 + 85 + 102 = 273 (100%)
R 86 of 273 ~ 31.5%
G 85 of 273 ~ 31.14%
B 102 of 273 ~ 37.36%

%31.5
%31.14
%37.36

CMYK color model

#565566 color CMYK value is (16,17,0,60).

  • cyan value is 15.69%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(16,17,0,60)
C16M17Y0K60 
(16%,17%,0%,60%)
(0.16/0.17/0.00/0.60)	

CMYK percentages

%15.69
%16.67
%0
%60

Codes

Color #565566 in popluar color models

565566
RGB8685102
HSL244°9.09%36.67%
HSB/HSV244°16.67%40.00%
CMYK15.69%16.67%0.00%
60.00%

Color #565566 in popluar number systems.

HEX565566
Decimal8685102
Binary101011010101011100110
Octal126125146

Shades and tints

Shades of #565566

#565566
(86,85,102)
#4F4E5D
(79,78,93)
#484754
(72,71,84)
#41404B
(65,64,75)
#3A3942
(58,57,66)
#333239
(51,50,57)
#2C2B30
(44,43,48)
#252427
(37,36,39)
#1E1D1E
(30,29,30)
#171615
(23,22,21)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #565566

#565566
(86,85,102)
#656473
(101,100,115)
#747380
(116,115,128)
#83828D
(131,130,141)
#92919A
(146,145,154)
#A1A0A7
(161,160,167)
#B0AFB4
(176,175,180)
#BFBEC1
(191,190,193)
#CECDCE
(206,205,206)
#DDDCDB
(221,220,219)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565566 color. Also use rgb(86,85,102) instead hex code.

Text Font Color

.myTextColor { color: #565566; }

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

This text font color is #565566.


Background Color

.myBgColor { background-color: #565566; }

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

This div background color is #565566.


Border color

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

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

This div border color is #565566.


Opacity

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

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

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

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

This text has shadow with #565566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565566 on black background.


Color preview on white background

This text has color #565566 on white background.



Black color preview on #565566 background

This text has black color on #565566 background.


White color preview on #565566 background

This text has white color on #565566 background.