#554569

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

Shades of Mulled Wine #554569

Tints of Mulled Wine #554569

Color information

#554569 (or 0x554569) is unknown color: approx Mulled Wine. HEX triplet: 55, 45 and 69. RGB value is (85,69,105). Sum of RGB (Red+Green+Blue) = 85+69+105=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 105 - color contains mainly: blue. Hex color #554569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554569 is #AABA96. Grayscale: #4D4D4D. Windows color (decimal): -11188887 or 6899029. OLE color: 6899029.

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

Color convert

RGB8569105-
CMYK0.190.3400.59
HSL266.67º20.69%34.12%-
HSV(B)266.67º34.29%41.18%-
XYZ8.427.2114.31-
YUV77.89143.3133.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.82%
GREEN value IS 69 (27.34% from 255) = 26.64%
BLUE value IS 105 (41.41% from 255) = 40.54%
R=32.82%
G=26.64%
B=40.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85691050.190.3400.59266.6720.6934.12
Hex554569132203B10b1522
Octal12510515123420734132542
Binary10101011000101110100110011100010011101110000101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554569; }

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

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

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

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

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

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

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

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