#574D60

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

Shades of Mulled Wine #574D60

Tints of Mulled Wine #574D60

Color information

#574D60 (or 0x574D60) is unknown color: approx Mulled Wine. HEX triplet: 57, 4D and 60. RGB value is (87,77,96). Sum of RGB (Red+Green+Blue) = 87+77+96=260 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.46% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 96 - color contains mainly: blue. Hex color #574D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574D60 is #A8B29F. Grayscale: #525252. Windows color (decimal): -11055776 or 6311255. OLE color: 6311255.

HSL color Cylindrical-coordinate representation of color #574D60: hue angle of 271.58º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #574D60 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB877796-
CMYK0.090.2000.62
HSL271.58º10.98%33.92%-
HSV(B)271.58º19.79%37.65%-
XYZ8.78.1812.19-
YUV82.16135.81131.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.46%
GREEN value IS 77 (30.47% from 255) = 29.62%
BLUE value IS 96 (37.89% from 255) = 36.92%
R=33.46%
G=29.62%
B=36.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8777960.090.2000.62271.5810.9833.92
Hex574D6091403E110b22
Octal12711514011240764201342
Binary10101111001101110000010011010001111101000100001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574D60; }

 p { color: rgb(87,77,96); }

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

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

 a { background-color: rgb(87,77,96); }

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

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

 span { border-color: rgb(87,77,96); }

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