#554769

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

Shades of Mulled Wine #554769

Tints of Mulled Wine #554769

Color information

#554769 (or 0x554769) is unknown color: approx Mulled Wine. HEX triplet: 55, 47 and 69. RGB value is (85,71,105). Sum of RGB (Red+Green+Blue) = 85+71+105=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 105 - color contains mainly: blue. Hex color #554769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554769 is #AAB896. Grayscale: #4E4E4E. Windows color (decimal): -11188375 or 6899541. OLE color: 6899541.

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

Color convert

RGB8571105-
CMYK0.190.3200.59
HSL264.71º19.32%34.51%-
HSV(B)264.71º32.38%41.18%-
XYZ8.557.4614.35-
YUV79.06142.64132.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.57%
GREEN value IS 71 (28.12% from 255) = 27.20%
BLUE value IS 105 (41.41% from 255) = 40.23%
R=32.57%
G=27.20%
B=40.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85711050.190.3200.59264.7119.3234.51
Hex554769132003B1091323
Octal12510715123400734112343
Binary10101011000111110100110011100000011101110000100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554769; }

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

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

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

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

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

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

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

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