#574868

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

Shades of Mulled Wine #574868

Tints of Mulled Wine #574868

Color information

#574868 (or 0x574868) is unknown color: approx Mulled Wine. HEX triplet: 57, 48 and 68. RGB value is (87,72,104). Sum of RGB (Red+Green+Blue) = 87+72+104=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 104 - color contains mainly: blue. Hex color #574868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574868 is #A8B797. Grayscale: #505050. Windows color (decimal): -11057048 or 6834263. OLE color: 6834263.

HSL color Cylindrical-coordinate representation of color #574868: hue angle of 268.12º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #574868 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8772104-
CMYK0.160.3100.59
HSL268.12º18.18%34.51%-
HSV(B)268.12º30.77%40.78%-
XYZ8.757.6614.11-
YUV80.13141.47132.9-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.08%
GREEN value IS 72 (28.52% from 255) = 27.38%
BLUE value IS 104 (41.02% from 255) = 39.54%
R=33.08%
G=27.38%
B=39.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87721040.160.3100.59268.1218.1834.51
Hex574868101F03B10c1223
Octal12711015020370734142243
Binary1010111100100011010001000011111011101110000110010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574868; }

 p { color: rgb(87,72,104); }

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

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

 a { background-color: rgb(87,72,104); }

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

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

 span { border-color: rgb(87,72,104); }

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