#575064

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

Shades of Mulled Wine #575064

Tints of Mulled Wine #575064

Color information

#575064 (or 0x575064) is unknown color: approx Mulled Wine. HEX triplet: 57, 50 and 64. RGB value is (87,80,100). Sum of RGB (Red+Green+Blue) = 87+80+100=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 100 - color contains mainly: blue. Hex color #575064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575064 is #A8AF9B. Grayscale: #545454. Windows color (decimal): -11055004 or 6574167. OLE color: 6574167.

HSL color Cylindrical-coordinate representation of color #575064: hue angle of 261º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #575064 is Cyan = 0.13, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8780100-
CMYK0.130.200.61
HSL261º11.11%35.29%-
HSV(B)261º20%39.22%-
XYZ9.18.6813.25-
YUV84.37136.82129.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.58%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 100 (39.45% from 255) = 37.45%
R=32.58%
G=29.96%
B=37.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal87801000.130.200.6126111.1135.29
Hex575064D1403D105b23
Octal12712014415240754051343
Binary10101111010000110010011011010001111011000001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575064; }

 p { color: rgb(87,80,100); }

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

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

 a { background-color: rgb(87,80,100); }

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

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

 span { border-color: rgb(87,80,100); }

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