#555360

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

Shades of Mulled Wine #555360

Tints of Mulled Wine #555360

Color information

#555360 (or 0x555360) is unknown color: approx Mulled Wine. HEX triplet: 55, 53 and 60. RGB value is (85,83,96). Sum of RGB (Red+Green+Blue) = 85+83+96=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 96 - color contains mainly: blue. Hex color #555360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555360 is #AAAC9F. Grayscale: #555555. Windows color (decimal): -11185312 or 6312789. OLE color: 6312789.

HSL color Cylindrical-coordinate representation of color #555360: hue angle of 249.23º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #555360 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB858396-
CMYK0.110.1400.62
HSL249.23º7.26%35.1%-
HSV(B)249.23º13.54%37.65%-
XYZ8.958.9612.32-
YUV85.08134.16127.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.20%
GREEN value IS 83 (32.81% from 255) = 31.44%
BLUE value IS 96 (37.89% from 255) = 36.36%
R=32.20%
G=31.44%
B=36.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8583960.110.1400.62249.237.2635.1
Hex555360BE03Ef9723
Octal1251231401316076371743
Binary10101011010011110000010111110011111011111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555360; }

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

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

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

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

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

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

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

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