#57555C

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

Shades of Mulled Wine #57555C

Tints of Mulled Wine #57555C

Color information

#57555C (or 0x57555C) is unknown color: approx Mulled Wine. HEX triplet: 57, 55 and 5C. RGB value is (87,85,92). Sum of RGB (Red+Green+Blue) = 87+85+92=264 (34% of max value = 765). Red value is 87 (34.38% from 255 or 32.95% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 92 - color contains mainly: blue. Hex color #57555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57555C is #A8AAA3. Grayscale: #565656. Windows color (decimal): -11053732 or 6051159. OLE color: 6051159.

HSL color Cylindrical-coordinate representation of color #57555C: hue angle of 257.14º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #57555C is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB878592-
CMYK0.050.0800.64
HSL257.14º3.95%34.71%-
HSV(B)257.14º7.61%36.08%-
XYZ9.119.311.44-
YUV86.4131.16128.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.95%
GREEN value IS 85 (33.59% from 255) = 32.20%
BLUE value IS 92 (36.33% from 255) = 34.85%
R=32.95%
G=32.20%
B=34.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8785920.050.0800.64257.143.9534.71
Hex57555C58040101423
Octal1271251345100100401443
Binary101011110101011011100101100001000000100000001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,85,92); }

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

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

 a { background-color: rgb(87,85,92); }

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

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

 span { border-color: rgb(87,85,92); }

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