#554A5C

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

Shades of Mulled Wine #554A5C

Tints of Mulled Wine #554A5C

Color information

#554A5C (or 0x554A5C) is unknown color: approx Mulled Wine. HEX triplet: 55, 4A and 5C. RGB value is (85,74,92). Sum of RGB (Red+Green+Blue) = 85+74+92=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 92 - color contains mainly: blue. Hex color #554A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554A5C is #AAB5A3. Grayscale: #4F4F4F. Windows color (decimal): -11187620 or 6048341. OLE color: 6048341.

HSL color Cylindrical-coordinate representation of color #554A5C: hue angle of 276.67º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #554A5C is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB857492-
CMYK0.080.2000.64
HSL276.67º10.84%32.55%-
HSV(B)276.67º19.57%36.08%-
XYZ8.137.611.16-
YUV79.34135.14132.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.86%
GREEN value IS 74 (29.30% from 255) = 29.48%
BLUE value IS 92 (36.33% from 255) = 36.65%
R=33.86%
G=29.48%
B=36.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8574920.080.2000.64276.6710.8432.55
Hex554A5C814040115b21
Octal125112134102401004251341
Binary101010110010101011100100010100010000001000101011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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