#57535D

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

Shades of Mulled Wine #57535D

Tints of Mulled Wine #57535D

Color information

#57535D (or 0x57535D) is unknown color: approx Mulled Wine. HEX triplet: 57, 53 and 5D. RGB value is (87,83,93). Sum of RGB (Red+Green+Blue) = 87+83+93=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 93 - color contains mainly: blue. Hex color #57535D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57535D is #A8ACA2. Grayscale: #555555. Windows color (decimal): -11054243 or 6116183. OLE color: 6116183.

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

Color convert

RGB878393-
CMYK0.060.1100.64
HSL264º5.68%34.51%-
HSV(B)264º10.75%36.47%-
XYZ9911.62-
YUV85.34132.33129.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.08%
GREEN value IS 83 (32.81% from 255) = 31.56%
BLUE value IS 93 (36.72% from 255) = 35.36%
R=33.08%
G=31.56%
B=35.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8783930.060.1100.642645.6834.51
Hex57535D6B040108623
Octal1271231356130100410643
Binary101011110100111011101110101101000000100001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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