#564B6A

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

Shades of Mulled Wine #564B6A

Tints of Mulled Wine #564B6A

Color information

#564B6A (or 0x564B6A) is unknown color: approx Mulled Wine. HEX triplet: 56, 4B and 6A. RGB value is (86,75,106). Sum of RGB (Red+Green+Blue) = 86+75+106=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 106 - color contains mainly: blue. Hex color #564B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564B6A is #A9B495. Grayscale: #515151. Windows color (decimal): -11121814 or 6966102. OLE color: 6966102.

HSL color Cylindrical-coordinate representation of color #564B6A: hue angle of 261.29º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #564B6A is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8675106-
CMYK0.190.2900.58
HSL261.29º17.13%35.49%-
HSV(B)261.29º29.25%41.57%-
XYZ8.968.0514.72-
YUV81.82141.64130.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.21%
GREEN value IS 75 (29.69% from 255) = 28.09%
BLUE value IS 106 (41.80% from 255) = 39.70%
R=32.21%
G=28.09%
B=39.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86751060.190.2900.58261.2917.1335.49
Hex564B6A131D03A1051123
Octal12611315223350724052143
Binary1010110100101111010101001111101011101010000010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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