#564B6E

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

Shades of Mulled Wine #564B6E

Tints of Mulled Wine #564B6E

Color information

#564B6E (or 0x564B6E) is unknown color: approx Mulled Wine. HEX triplet: 56, 4B and 6E. RGB value is (86,75,110). Sum of RGB (Red+Green+Blue) = 86+75+110=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 110 - color contains mainly: blue. Hex color #564B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564B6E is #A9B491. Grayscale: #525252. Windows color (decimal): -11121810 or 7228246. OLE color: 7228246.

HSL color Cylindrical-coordinate representation of color #564B6E: hue angle of 258.86º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #564B6E is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8675110-
CMYK0.220.3200.57
HSL258.86º18.92%36.27%-
HSV(B)258.86º31.82%43.14%-
XYZ9.178.1415.84-
YUV82.28143.64130.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.73%
GREEN value IS 75 (29.69% from 255) = 27.68%
BLUE value IS 110 (43.36% from 255) = 40.59%
R=31.73%
G=27.68%
B=40.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86751100.220.3200.57258.8618.9236.27
Hex564B6E16200391031324
Octal12611315626400714032344
Binary10101101001011110111010110100000011100110000001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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