#574A66

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

Shades of Mulled Wine #574A66

Tints of Mulled Wine #574A66

Color information

#574A66 (or 0x574A66) is unknown color: approx Mulled Wine. HEX triplet: 57, 4A and 66. RGB value is (87,74,102). Sum of RGB (Red+Green+Blue) = 87+74+102=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 102 - color contains mainly: blue. Hex color #574A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574A66 is #A8B599. Grayscale: #505050. Windows color (decimal): -11056538 or 6703703. OLE color: 6703703.

HSL color Cylindrical-coordinate representation of color #574A66: hue angle of 267.86º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #574A66 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8774102-
CMYK0.150.2700.6
HSL267.86º15.91%34.51%-
HSV(B)267.86º27.45%40%-
XYZ8.787.8813.63-
YUV81.08139.81132.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.08%
GREEN value IS 74 (29.30% from 255) = 28.14%
BLUE value IS 102 (40.23% from 255) = 38.78%
R=33.08%
G=28.14%
B=38.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal87741020.150.2700.6267.8615.9134.51
Hex574A66F1B03C10c1023
Octal12711214617330744142043
Binary101011110010101100110111111011011110010000110010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,74,102); }

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

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

 a { background-color: rgb(87,74,102); }

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

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

 span { border-color: rgb(87,74,102); }

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