#554C61

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

Shades of Mulled Wine #554C61

Tints of Mulled Wine #554C61

Color information

#554C61 (or 0x554C61) is unknown color: approx Mulled Wine. HEX triplet: 55, 4C and 61. RGB value is (85,76,97). Sum of RGB (Red+Green+Blue) = 85+76+97=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 97 - color contains mainly: blue. Hex color #554C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554C61 is #AAB39E. Grayscale: #515151. Windows color (decimal): -11187103 or 6376533. OLE color: 6376533.

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

Color convert

RGB857697-
CMYK0.120.2200.62
HSL265.71º12.14%33.92%-
HSV(B)265.71º21.65%38.04%-
XYZ8.497.9612.4-
YUV81.08136.98130.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.95%
GREEN value IS 76 (30.08% from 255) = 29.46%
BLUE value IS 97 (38.28% from 255) = 37.60%
R=32.95%
G=29.46%
B=37.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8576970.120.2200.62265.7112.1433.92
Hex554C61C1603E10ac22
Octal12511414114260764121442
Binary10101011001100110000111001011001111101000010101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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