#554C5D

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

Shades of Mulled Wine #554C5D

Tints of Mulled Wine #554C5D

Color information

#554C5D (or 0x554C5D) is unknown color: approx Mulled Wine. HEX triplet: 55, 4C and 5D. RGB value is (85,76,93). Sum of RGB (Red+Green+Blue) = 85+76+93=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 93 - color contains mainly: blue. Hex color #554C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554C5D is #AAB3A2. Grayscale: #505050. Windows color (decimal): -11187107 or 6114389. OLE color: 6114389.

HSL color Cylindrical-coordinate representation of color #554C5D: hue angle of 271.76º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #554C5D is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB857693-
CMYK0.090.1800.64
HSL271.76º10.06%33.14%-
HSV(B)271.76º18.28%36.47%-
XYZ8.317.8911.44-
YUV80.63134.98131.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.46%
GREEN value IS 76 (30.08% from 255) = 29.92%
BLUE value IS 93 (36.72% from 255) = 36.61%
R=33.46%
G=29.92%
B=36.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8576930.090.1800.64271.7610.0633.14
Hex554C5D912040110a21
Octal125114135112201004201241
Binary101010110011001011101100110010010000001000100001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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