Html Css Color HEX #57486D Mulled Wine

📋 copy color: '#57486D'

red 87 ◦ green 72 ◦ blue 109

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

Shades of Mulled Wine #57486D

Tints of Mulled Wine #57486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.87%

 BLUE value IS 109 (42.97% from 255) = 40.67%

R = 32.46%
G = 26.87%
B = 40.67%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#57486D (or 0x57486D) is known color: Mulled Wine. HEX triplet: 57, 48 and 6D. RGB value is (87,72,109). Sum of RGB (Red+Green+Blue) = 87+72+109=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 109 - color contains mainly: blue. Hex color #57486D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57486D is #A8B792. Grayscale: #505050. Windows color (decimal): -11057043 or 7161943. OLE color: 7161943.

HSL color Cylindrical-coordinate representation of color #57486D: hue angle of 264.32º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #57486D is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 87 72 109 -
CMYK 0.20 0.34 0 0.57
HSL 264.32º 0.2% 0.35% -
HSV(B) 264.32º 0.34% 0.43% -
XYZ 9.01 7.77 15.49 -
YUV 80.7 143.97 132.49 -
System Red Green Blue C M Y K H S L
Decimal 87 72 109 0.20 0.34 0 0.57 264.32 0.2 0.35
Hex 57 48 6D 14 22 0 39 108 14 23
Octal 127 110 155 24 42 0 71 410 24 43
Binary 1010111 1001000 1101101 10100 100010 0 111001 100001000 10100 100011

Color Harmonies of #57486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57486D

Black with #57486D

Text Example


Text Example

White with #57486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57486D; }

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

 H1.HeaderClassName
 {
   color: #57486D;
 }
 .AnyTagClassName
 {
   color: #57486D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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