#564960

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

Shades of Mulled Wine #564960

Tints of Mulled Wine #564960

Color information

#564960 (or 0x564960) is unknown color: approx Mulled Wine. HEX triplet: 56, 49 and 60. RGB value is (86,73,96). Sum of RGB (Red+Green+Blue) = 86+73+96=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 96 - color contains mainly: blue. Hex color #564960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564960 is #A9B69F. Grayscale: #4F4F4F. Windows color (decimal): -11122336 or 6310230. OLE color: 6310230.

HSL color Cylindrical-coordinate representation of color #564960: hue angle of 273.91º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #564960 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB867396-
CMYK0.100.2400.62
HSL273.91º13.61%33.14%-
HSV(B)273.91º23.96%37.65%-
XYZ8.337.5912.09-
YUV79.51137.31132.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.73%
GREEN value IS 73 (28.91% from 255) = 28.63%
BLUE value IS 96 (37.89% from 255) = 37.65%
R=33.73%
G=28.63%
B=37.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8673960.100.2400.62273.9113.6133.14
Hex564960A1803E112e21
Octal12611114012300764221641
Binary10101101001001110000010101100001111101000100101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564960; }

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

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

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

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

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

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

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

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