#57515D

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

Shades of Mulled Wine #57515D

Tints of Mulled Wine #57515D

Color information

#57515D (or 0x57515D) is unknown color: approx Mulled Wine. HEX triplet: 57, 51 and 5D. RGB value is (87,81,93). Sum of RGB (Red+Green+Blue) = 87+81+93=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 93 - color contains mainly: blue. Hex color #57515D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57515D is #A8AEA2. Grayscale: #545454. Windows color (decimal): -11054755 or 6115671. OLE color: 6115671.

HSL color Cylindrical-coordinate representation of color #57515D: hue angle of 270º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #57515D is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB878193-
CMYK0.060.1300.64
HSL270º6.9%34.12%-
HSV(B)270º12.9%36.47%-
XYZ8.858.711.57-
YUV84.16132.99130.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.33%
GREEN value IS 81 (32.03% from 255) = 31.03%
BLUE value IS 93 (36.72% from 255) = 35.63%
R=33.33%
G=31.03%
B=35.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8781930.060.1300.642706.934.12
Hex57515D6D04010e722
Octal1271211356150100416742
Binary101011110100011011101110110101000000100001110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,81,93); }

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

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

 a { background-color: rgb(87,81,93); }

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

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

 span { border-color: rgb(87,81,93); }

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