#574E5F

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

Shades of Mulled Wine #574E5F

Tints of Mulled Wine #574E5F

Color information

#574E5F (or 0x574E5F) is unknown color: approx Mulled Wine. HEX triplet: 57, 4E and 5F. RGB value is (87,78,95). Sum of RGB (Red+Green+Blue) = 87+78+95=260 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.46% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 95 - color contains mainly: blue. Hex color #574E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574E5F is #A8B1A0. Grayscale: #525252. Windows color (decimal): -11055521 or 6245975. OLE color: 6245975.

HSL color Cylindrical-coordinate representation of color #574E5F: hue angle of 271.76º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #574E5F is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB877895-
CMYK0.080.1800.63
HSL271.76º9.83%33.92%-
HSV(B)271.76º17.89%37.25%-
XYZ8.728.311.97-
YUV82.63134.98131.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.46%
GREEN value IS 78 (30.86% from 255) = 30%
BLUE value IS 95 (37.5% from 255) = 36.54%
R=33.46%
G=30%
B=36.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8778950.080.1800.63271.769.8333.92
Hex574E5F81203F110a22
Octal12711613710220774201242
Binary10101111001110101111110001001001111111000100001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,78,95); }

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

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

 a { background-color: rgb(87,78,95); }

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

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

 span { border-color: rgb(87,78,95); }

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