#574A62

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

Shades of Mulled Wine #574A62

Tints of Mulled Wine #574A62

Color information

#574A62 (or 0x574A62) is unknown color: approx Mulled Wine. HEX triplet: 57, 4A and 62. RGB value is (87,74,98). Sum of RGB (Red+Green+Blue) = 87+74+98=259 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.59% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 98 - color contains mainly: blue. Hex color #574A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574A62 is #A8B59D. Grayscale: #505050. Windows color (decimal): -11056542 or 6441559. OLE color: 6441559.

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

Color convert

RGB877498-
CMYK0.110.2400.62
HSL272.5º13.95%33.73%-
HSV(B)272.5º24.49%38.43%-
XYZ8.587.8112.61-
YUV80.62137.81132.55-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.59%
GREEN value IS 74 (29.30% from 255) = 28.57%
BLUE value IS 98 (38.67% from 255) = 37.84%
R=33.59%
G=28.57%
B=37.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8774980.110.2400.62272.513.9533.73
Hex574A62B1803E110e22
Octal12711214213300764201642
Binary10101111001010110001010111100001111101000100001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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