#544668

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

Shades of Mulled Wine #544668

Tints of Mulled Wine #544668

Color information

#544668 (or 0x544668) is unknown color: approx Mulled Wine. HEX triplet: 54, 46 and 68. RGB value is (84,70,104). Sum of RGB (Red+Green+Blue) = 84+70+104=258 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.56% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 104 - color contains mainly: blue. Hex color #544668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544668 is #ABB997. Grayscale: #4D4D4D. Windows color (decimal): -11254168 or 6833748. OLE color: 6833748.

HSL color Cylindrical-coordinate representation of color #544668: hue angle of 264.71º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #544668 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8470104-
CMYK0.190.3300.59
HSL264.71º19.54%34.12%-
HSV(B)264.71º32.69%40.78%-
XYZ8.357.2614.06-
YUV78.06142.64132.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.56%
GREEN value IS 70 (27.73% from 255) = 27.13%
BLUE value IS 104 (41.02% from 255) = 40.31%
R=32.56%
G=27.13%
B=40.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84701040.190.3300.59264.7119.5434.12
Hex544668132103B1091422
Octal12410615023410734112442
Binary10101001000110110100010011100001011101110000100110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544668; }

 p { color: rgb(84,70,104); }

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

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

 a { background-color: rgb(84,70,104); }

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

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

 span { border-color: rgb(84,70,104); }

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