#564B63

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

Shades of Mulled Wine #564B63

Tints of Mulled Wine #564B63

Color information

#564B63 (or 0x564B63) is unknown color: approx Mulled Wine. HEX triplet: 56, 4B and 63. RGB value is (86,75,99). Sum of RGB (Red+Green+Blue) = 86+75+99=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 99 - color contains mainly: blue. Hex color #564B63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564B63 is #A9B49C. Grayscale: #505050. Windows color (decimal): -11121821 or 6507350. OLE color: 6507350.

HSL color Cylindrical-coordinate representation of color #564B63: hue angle of 267.5º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #564B63 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB867599-
CMYK0.130.2400.61
HSL267.5º13.79%34.12%-
HSV(B)267.5º24.24%38.82%-
XYZ8.617.9112.88-
YUV81.03138.14131.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.08%
GREEN value IS 75 (29.69% from 255) = 28.85%
BLUE value IS 99 (39.06% from 255) = 38.08%
R=33.08%
G=28.85%
B=38.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8675990.130.2400.61267.513.7934.12
Hex564B63D1803D10ce22
Octal12611314315300754141642
Binary10101101001011110001111011100001111011000011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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