#554A61

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

Shades of Mulled Wine #554A61

Tints of Mulled Wine #554A61

Color information

#554A61 (or 0x554A61) is unknown color: approx Mulled Wine. HEX triplet: 55, 4A and 61. RGB value is (85,74,97). Sum of RGB (Red+Green+Blue) = 85+74+97=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 97 - color contains mainly: blue. Hex color #554A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554A61 is #AAB59E. Grayscale: #4F4F4F. Windows color (decimal): -11187615 or 6376021. OLE color: 6376021.

HSL color Cylindrical-coordinate representation of color #554A61: hue angle of 268.7º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #554A61 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB857497-
CMYK0.120.2400.62
HSL268.7º13.45%33.53%-
HSV(B)268.7º23.71%38.04%-
XYZ8.357.6912.35-
YUV79.91137.64131.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.20%
GREEN value IS 74 (29.30% from 255) = 28.91%
BLUE value IS 97 (38.28% from 255) = 37.89%
R=33.20%
G=28.91%
B=37.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8574970.120.2400.62268.713.4533.53
Hex554A61C1803E10dd22
Octal12511214114300764151542
Binary10101011001010110000111001100001111101000011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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