#544F58

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

Shades of Mulled Wine #544F58

Tints of Mulled Wine #544F58

Color information

#544F58 (or 0x544F58) is unknown color: approx Mulled Wine. HEX triplet: 54, 4F and 58. RGB value is (84,79,88). Sum of RGB (Red+Green+Blue) = 84+79+88=251 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.47% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 88 - color contains mainly: blue. Hex color #544F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544F58 is #ABB0A7. Grayscale: #515151. Windows color (decimal): -11251880 or 5787476. OLE color: 5787476.

HSL color Cylindrical-coordinate representation of color #544F58: hue angle of 273.33º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #544F58 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB847988-
CMYK0.050.1000.65
HSL273.33º5.39%32.75%-
HSV(B)273.33º10.23%34.51%-
XYZ8.218.1810.38-
YUV81.52131.66129.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.47%
GREEN value IS 79 (31.25% from 255) = 31.47%
BLUE value IS 88 (34.77% from 255) = 35.06%
R=33.47%
G=31.47%
B=35.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8479880.050.1000.65273.335.3932.75
Hex544F585A041111521
Octal1241171305120101421541
Binary101010010011111011000101101001000001100010001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544F58; }

 p { color: rgb(84,79,88); }

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

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

 a { background-color: rgb(84,79,88); }

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

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

 span { border-color: rgb(84,79,88); }

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