#554D5F

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

Shades of Mulled Wine #554D5F

Tints of Mulled Wine #554D5F

Color information

#554D5F (or 0x554D5F) is unknown color: approx Mulled Wine. HEX triplet: 55, 4D and 5F. RGB value is (85,77,95). Sum of RGB (Red+Green+Blue) = 85+77+95=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 95 - color contains mainly: blue. Hex color #554D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554D5F is #AAB2A0. Grayscale: #515151. Windows color (decimal): -11186849 or 6245717. OLE color: 6245717.

HSL color Cylindrical-coordinate representation of color #554D5F: hue angle of 266.67º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #554D5F is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB857795-
CMYK0.110.1900.63
HSL266.67º10.47%33.73%-
HSV(B)266.67º18.95%37.25%-
XYZ8.478.0711.94-
YUV81.44135.65130.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.07%
GREEN value IS 77 (30.47% from 255) = 29.96%
BLUE value IS 95 (37.5% from 255) = 36.96%
R=33.07%
G=29.96%
B=36.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8577950.110.1900.63266.6710.4733.73
Hex554D5FB1303F10ba22
Octal12511513713230774131242
Binary10101011001101101111110111001101111111000010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,77,95); }

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

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

 a { background-color: rgb(85,77,95); }

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

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

 span { border-color: rgb(85,77,95); }

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