#564E5C

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

Shades of Mulled Wine #564E5C

Tints of Mulled Wine #564E5C

Color information

#564E5C (or 0x564E5C) is unknown color: approx Mulled Wine. HEX triplet: 56, 4E and 5C. RGB value is (86,78,92). Sum of RGB (Red+Green+Blue) = 86+78+92=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 92 - color contains mainly: blue. Hex color #564E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564E5C is #A9B1A3. Grayscale: #515151. Windows color (decimal): -11121060 or 6049366. OLE color: 6049366.

HSL color Cylindrical-coordinate representation of color #564E5C: hue angle of 274.29º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #564E5C is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB867892-
CMYK0.070.1500.64
HSL274.29º8.24%33.33%-
HSV(B)274.29º15.22%36.08%-
XYZ8.498.211.26-
YUV81.99133.65130.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.59%
GREEN value IS 78 (30.86% from 255) = 30.47%
BLUE value IS 92 (36.33% from 255) = 35.94%
R=33.59%
G=30.47%
B=35.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8678920.070.1500.64274.298.2433.33
Hex564E5C7F040112821
Octal12611613471701004221041
Binary1010110100111010111001111111010000001000100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,78,92); }

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

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

 a { background-color: rgb(86,78,92); }

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

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

 span { border-color: rgb(86,78,92); }

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