#554468

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

Shades of Mulled Wine #554468

Tints of Mulled Wine #554468

Color information

#554468 (or 0x554468) is unknown color: approx Mulled Wine. HEX triplet: 55, 44 and 68. RGB value is (85,68,104). Sum of RGB (Red+Green+Blue) = 85+68+104=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 104 - color contains mainly: blue. Hex color #554468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554468 is #AABB97. Grayscale: #4D4D4D. Windows color (decimal): -11189144 or 6833237. OLE color: 6833237.

HSL color Cylindrical-coordinate representation of color #554468: hue angle of 268.33º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #554468 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8568104-
CMYK0.180.3500.59
HSL268.33º20.93%33.73%-
HSV(B)268.33º34.62%40.78%-
XYZ8.317.0714.02-
YUV77.19143.13133.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.07%
GREEN value IS 68 (26.95% from 255) = 26.46%
BLUE value IS 104 (41.02% from 255) = 40.47%
R=33.07%
G=26.46%
B=40.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85681040.180.3500.59268.3320.9333.73
Hex554468122303B10c1522
Octal12510415022430734142542
Binary10101011000100110100010010100011011101110000110010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554468; }

 p { color: rgb(85,68,104); }

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

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

 a { background-color: rgb(85,68,104); }

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

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

 span { border-color: rgb(85,68,104); }

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