#564B60

Color #564B60 Mulled Wine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulled Wine #564B60

Tints of Mulled Wine #564B60

Color information

#564B60 (or 0x564B60) is unknown color: approx Mulled Wine. HEX triplet: 56, 4B and 60. RGB value is (86,75,96). Sum of RGB (Red+Green+Blue) = 86+75+96=257 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.46% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 96 - color contains mainly: blue. Hex color #564B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564B60 is #A9B49F. Grayscale: #505050. Windows color (decimal): -11121824 or 6310742. OLE color: 6310742.

HSL color Cylindrical-coordinate representation of color #564B60: hue angle of 271.43º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #564B60 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB867596-
CMYK0.100.2200.62
HSL271.43º12.28%33.53%-
HSV(B)271.43º21.88%37.65%-
XYZ8.477.8612.14-
YUV80.68136.64131.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 33.46%
GREEN value IS 75 (29.69% from 255) = 29.18%
BLUE value IS 96 (37.89% from 255) = 37.35%
R=33.46%
G=29.18%
B=37.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8675960.100.2200.62271.4312.2833.53
Hex564B60A1603E10fc22
Octal12611314012260764171442
Binary10101101001011110000010101011001111101000011111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564B60; }

 p { color: rgb(86,75,96); }

 H1.HeaderClassName
 {
   color: #564B60;
 }
 .AnyTagClassName
 {
   color: #564B60;
 }
</style>
background-color css

<style>
 a { background-color: #564B60; }

 a { background-color: rgb(86,75,96); }

 div.DivClassName
 {
   background-color: #564B60;
 }
 .BgClassName
 {
   background-color: #564B60;
 }
</style>
border-color css

<style>
 span { border-color: #564B60; }

 span { border-color: rgb(86,75,96); }

 td.TdClassName
 {
   border-color: #564B60;
 }
 .TagClassName
 {
   border-color: #564B60;
 }
</style>