#554668

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

Shades of Mulled Wine #554668

Tints of Mulled Wine #554668

Color information

#554668 (or 0x554668) is unknown color: approx Mulled Wine. HEX triplet: 55, 46 and 68. RGB value is (85,70,104). Sum of RGB (Red+Green+Blue) = 85+70+104=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 104 - color contains mainly: blue. Hex color #554668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554668 is #AAB997. Grayscale: #4E4E4E. Windows color (decimal): -11188632 or 6833749. OLE color: 6833749.

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

Color convert

RGB8570104-
CMYK0.180.3300.59
HSL266.47º19.54%34.12%-
HSV(B)266.47º32.69%40.78%-
XYZ8.447.3114.06-
YUV78.36142.47132.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.82%
GREEN value IS 70 (27.73% from 255) = 27.03%
BLUE value IS 104 (41.02% from 255) = 40.15%
R=32.82%
G=27.03%
B=40.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85701040.180.3300.59266.4719.5434.12
Hex554668122103B10a1422
Octal12510615022410734122442
Binary10101011000110110100010010100001011101110000101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554668; }

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

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

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

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

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

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

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

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