#55535C

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

Shades of Mulled Wine #55535C

Tints of Mulled Wine #55535C

Color information

#55535C (or 0x55535C) is unknown color: approx Mulled Wine. HEX triplet: 55, 53 and 5C. RGB value is (85,83,92). Sum of RGB (Red+Green+Blue) = 85+83+92=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 92 - color contains mainly: blue. Hex color #55535C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55535C is #AAACA3. Grayscale: #545454. Windows color (decimal): -11185316 or 6050645. OLE color: 6050645.

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

Color convert

RGB858392-
CMYK0.080.1000.64
HSL253.33º5.14%34.31%-
HSV(B)253.33º9.78%36.08%-
XYZ8.778.8911.38-
YUV84.62132.16128.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.69%
GREEN value IS 83 (32.81% from 255) = 31.92%
BLUE value IS 92 (36.33% from 255) = 35.38%
R=32.69%
G=31.92%
B=35.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8583920.080.1000.64253.335.1434.31
Hex55535C8A040fd522
Octal12512313410120100375542
Binary101010110100111011100100010100100000011111101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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