#554961

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

Shades of Mulled Wine #554961

Tints of Mulled Wine #554961

Color information

#554961 (or 0x554961) is unknown color: approx Mulled Wine. HEX triplet: 55, 49 and 61. RGB value is (85,73,97). Sum of RGB (Red+Green+Blue) = 85+73+97=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 97 - color contains mainly: blue. Hex color #554961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554961 is #AAB69E. Grayscale: #4F4F4F. Windows color (decimal): -11187871 or 6375765. OLE color: 6375765.

HSL color Cylindrical-coordinate representation of color #554961: hue angle of 270º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #554961 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB857397-
CMYK0.120.2500.62
HSL270º14.12%33.33%-
HSV(B)270º24.74%38.04%-
XYZ8.297.5612.33-
YUV79.32137.98132.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.33%
GREEN value IS 73 (28.91% from 255) = 28.63%
BLUE value IS 97 (38.28% from 255) = 38.04%
R=33.33%
G=28.63%
B=38.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8573970.120.2500.6227014.1233.33
Hex554961C1903E10ee21
Octal12511114114310764161641
Binary10101011001001110000111001100101111101000011101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554961; }

 p { color: rgb(85,73,97); }

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

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

 a { background-color: rgb(85,73,97); }

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

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

 span { border-color: rgb(85,73,97); }

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