#554C5F

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

Shades of Mulled Wine #554C5F

Tints of Mulled Wine #554C5F

Color information

#554C5F (or 0x554C5F) is unknown color: approx Mulled Wine. HEX triplet: 55, 4C and 5F. RGB value is (85,76,95). Sum of RGB (Red+Green+Blue) = 85+76+95=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 95 - color contains mainly: blue. Hex color #554C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554C5F is #AAB3A0. Grayscale: #505050. Windows color (decimal): -11187105 or 6245461. OLE color: 6245461.

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

Color convert

RGB857695-
CMYK0.110.2000.63
HSL268.42º11.11%33.53%-
HSV(B)268.42º20%37.25%-
XYZ8.47.9311.91-
YUV80.86135.98130.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.20%
GREEN value IS 76 (30.08% from 255) = 29.69%
BLUE value IS 95 (37.5% from 255) = 37.11%
R=33.20%
G=29.69%
B=37.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8576950.110.2000.63268.4211.1133.53
Hex554C5FB1403F10cb22
Octal12511413713240774141342
Binary10101011001100101111110111010001111111000011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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