Html Css Color HEX #57496C Mulled Wine

📋 copy color: '#57496C'

red 87 ◦ green 73 ◦ blue 108

#57496C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulled Wine #57496C

Tints of Mulled Wine #57496C

RGB

 RED value IS 87 (34.38% from 255) = 32.46%

 GREEN value IS 73 (28.91% from 255) = 27.24%

 BLUE value IS 108 (42.58% from 255) = 40.3%

R = 32.46%
G = 27.24%
B = 40.3%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#57496C (or 0x57496C) is known color: Mulled Wine. HEX triplet: 57, 49 and 6C. RGB value is (87,73,108). Sum of RGB (Red+Green+Blue) = 87+73+108=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 108 - color contains mainly: blue. Hex color #57496C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57496C is #A8B693. Grayscale: #515151. Windows color (decimal): -11056788 or 7096663. OLE color: 7096663.

HSL color Cylindrical-coordinate representation of color #57496C: hue angle of 264º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #57496C is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 87 73 108 -
CMYK 0.19 0.32 0 0.58
HSL 264º 0.19% 0.35% -
HSV(B) 264º 0.32% 0.42% -
XYZ 9.02 7.87 15.23 -
YUV 81.18 143.14 132.15 -
System Red Green Blue C M Y K H S L
Decimal 87 73 108 0.19 0.32 0 0.58 264 0.19 0.35
Hex 57 49 6C 13 20 0 3A 108 13 23
Octal 127 111 154 23 40 0 72 410 23 43
Binary 1010111 1001001 1101100 10011 100000 0 111010 100001000 10011 100011

Color Harmonies of #57496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57496C

Black with #57496C

Text Example


Text Example

White with #57496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57496C; }

 p { color: rgb(87,73,108); }

 H1.HeaderClassName
 {
   color: #57496C;
 }
 .AnyTagClassName
 {
   color: #57496C;
 }
</style>

background-color css

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

 a { background-color: rgb(87,73,108); }

 div.DivClassName
 {
   background-color: #57496C;
 }
 .BgClassName
 {
   background-color: #57496C;
 }
</style>

border-color css

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

 span { border-color: rgb(87,73,108); }

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