#554566

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

Shades of Mulled Wine #554566

Tints of Mulled Wine #554566

Color information

#554566 (or 0x554566) is unknown color: approx Mulled Wine. HEX triplet: 55, 45 and 66. RGB value is (85,69,102). Sum of RGB (Red+Green+Blue) = 85+69+102=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 102 - color contains mainly: blue. Hex color #554566 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554566 is #AABA99. Grayscale: #4D4D4D. Windows color (decimal): -11188890 or 6702421. OLE color: 6702421.

HSL color Cylindrical-coordinate representation of color #554566: hue angle of 269.09º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #554566 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8569102-
CMYK0.170.3200.6
HSL269.09º19.3%33.53%-
HSV(B)269.09º32.35%40%-
XYZ8.277.1513.51-
YUV77.55141.8133.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.20%
GREEN value IS 69 (27.34% from 255) = 26.95%
BLUE value IS 102 (40.23% from 255) = 39.84%
R=33.20%
G=26.95%
B=39.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal85691020.170.3200.6269.0919.333.53
Hex554566112003C10d1322
Octal12510514621400744152342
Binary10101011000101110011010001100000011110010000110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554566; }

 p { color: rgb(85,69,102); }

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

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

 a { background-color: rgb(85,69,102); }

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

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

 span { border-color: rgb(85,69,102); }

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