#554663

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

Shades of Mulled Wine #554663

Tints of Mulled Wine #554663

Color information

#554663 (or 0x554663) is unknown color: approx Mulled Wine. HEX triplet: 55, 46 and 63. RGB value is (85,70,99). Sum of RGB (Red+Green+Blue) = 85+70+99=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 99 - color contains mainly: blue. Hex color #554663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554663 is #AAB99C. Grayscale: #4D4D4D. Windows color (decimal): -11188637 or 6506069. OLE color: 6506069.

HSL color Cylindrical-coordinate representation of color #554663: hue angle of 271.03º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #554663 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB857099-
CMYK0.140.2900.61
HSL271.03º17.16%33.14%-
HSV(B)271.03º29.29%38.82%-
XYZ8.197.2112.76-
YUV77.79139.97133.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.46%
GREEN value IS 70 (27.73% from 255) = 27.56%
BLUE value IS 99 (39.06% from 255) = 38.98%
R=33.46%
G=27.56%
B=38.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8570990.140.2900.61271.0317.1633.14
Hex554663E1D03D10f1121
Octal12510614316350754172141
Binary101010110001101100011111011101011110110000111110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554663; }

 p { color: rgb(85,70,99); }

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

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

 a { background-color: rgb(85,70,99); }

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

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

 span { border-color: rgb(85,70,99); }

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