#554D69

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

Shades of Mulled Wine #554D69

Tints of Mulled Wine #554D69

Color information

#554D69 (or 0x554D69) is unknown color: approx Mulled Wine. HEX triplet: 55, 4D and 69. RGB value is (85,77,105). Sum of RGB (Red+Green+Blue) = 85+77+105=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 105 - color contains mainly: blue. Hex color #554D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554D69 is #AAB296. Grayscale: #525252. Windows color (decimal): -11186839 or 6901077. OLE color: 6901077.

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

Color convert

RGB8577105-
CMYK0.190.2700.59
HSL257.14º15.38%35.69%-
HSV(B)257.14º26.67%41.18%-
XYZ8.958.2614.49-
YUV82.58140.65129.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.84%
GREEN value IS 77 (30.47% from 255) = 28.84%
BLUE value IS 105 (41.41% from 255) = 39.33%
R=31.84%
G=28.84%
B=39.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85771050.190.2700.59257.1415.3835.69
Hex554D69131B03B101f24
Octal12511515123330734011744
Binary101010110011011101001100111101101110111000000011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554D69; }

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

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

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

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

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

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

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

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