#564B67

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

Shades of Mulled Wine #564B67

Tints of Mulled Wine #564B67

Color information

#564B67 (or 0x564B67) is unknown color: approx Mulled Wine. HEX triplet: 56, 4B and 67. RGB value is (86,75,103). Sum of RGB (Red+Green+Blue) = 86+75+103=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 103 - color contains mainly: blue. Hex color #564B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564B67 is #A9B498. Grayscale: #515151. Windows color (decimal): -11121817 or 6769494. OLE color: 6769494.

HSL color Cylindrical-coordinate representation of color #564B67: hue angle of 263.57º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #564B67 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8675103-
CMYK0.170.2700.60
HSL263.57º15.73%34.9%-
HSV(B)263.57º27.18%40.39%-
XYZ8.87.9913.91-
YUV81.48140.14131.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.58%
GREEN value IS 75 (29.69% from 255) = 28.41%
BLUE value IS 103 (40.62% from 255) = 39.02%
R=32.58%
G=28.41%
B=39.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86751030.170.2700.60263.5715.7334.9
Hex564B67111B03C1081023
Octal12611314721330744102043
Binary1010110100101111001111000111011011110010000100010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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