COLOR #566060

HEX: #566060
RGB: (86,96,96)

Color info

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

RGB color model

#566060 color RGB value is (86,96,96).

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

RGB channels and saturation

R 86 of 255 = 34%
G 96 of 255 = 38%
B 96 of 255 = 38%

86
96
96

R + G + B ~ 37%. #566060 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 96 + 96 = 278 (100%)
R 86 of 278 ~ 30.94%
G 96 of 278 ~ 34.53%
B 96 of 278 ~ 34.53%

%30.94
%34.53
%34.53

CMYK color model

#566060 color CMYK value is (10,0,0,62).

  • cyan value is 10.42%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(10,0,0,62)
C10M0Y0K62 
(10%,0%,0%,62%)
(0.10/0.00/0.00/0.62)	

CMYK percentages

%10.42
%0
%0
%62.35

Codes

Color #566060 in popluar color models

566060
RGB869696
HSL180°5.49%35.69%
HSB/HSV180°10.42%37.65%
CMYK10.42%0.00%0.00%
62.35%

Color #566060 in popluar number systems.

HEX566060
Decimal869696
Binary101011011000001100000
Octal126140140

Shades and tints

Shades of #566060

#566060
(86,96,96)
#4F5858
(79,88,88)
#485050
(72,80,80)
#414848
(65,72,72)
#3A4040
(58,64,64)
#333838
(51,56,56)
#2C3030
(44,48,48)
#252828
(37,40,40)
#1E2020
(30,32,32)
#171818
(23,24,24)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #566060

#566060
(86,96,96)
#656E6E
(101,110,110)
#747C7C
(116,124,124)
#838A8A
(131,138,138)
#929898
(146,152,152)
#A1A6A6
(161,166,166)
#B0B4B4
(176,180,180)
#BFC2C2
(191,194,194)
#CED0D0
(206,208,208)
#DDDEDE
(221,222,222)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566060; }

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

This text font color is #566060.


Background Color

.myBgColor { background-color: #566060; }

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

This div background color is #566060.


Border color

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

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

This div border color is #566060.


Opacity

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

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

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

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

This text has shadow with #566060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566060 on black background.


Color preview on white background

This text has color #566060 on white background.



Black color preview on #566060 background

This text has black color on #566060 background.


White color preview on #566060 background

This text has white color on #566060 background.