#554860

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

Shades of Mulled Wine #554860

Tints of Mulled Wine #554860

Color information

#554860 (or 0x554860) is unknown color: approx Mulled Wine. HEX triplet: 55, 48 and 60. RGB value is (85,72,96). Sum of RGB (Red+Green+Blue) = 85+72+96=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 96 - color contains mainly: blue. Hex color #554860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554860 is #AAB79F. Grayscale: #4E4E4E. Windows color (decimal): -11188128 or 6309973. OLE color: 6309973.

HSL color Cylindrical-coordinate representation of color #554860: hue angle of 272.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #554860 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB857296-
CMYK0.110.2500.62
HSL272.5º14.29%32.94%-
HSV(B)272.5º25%37.65%-
XYZ8.177.4112.07-
YUV78.62137.81132.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.60%
GREEN value IS 72 (28.52% from 255) = 28.46%
BLUE value IS 96 (37.89% from 255) = 37.94%
R=33.60%
G=28.46%
B=37.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8572960.110.2500.62272.514.2932.94
Hex554860B1903E110e21
Octal12511014013310764201641
Binary10101011001000110000010111100101111101000100001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554860; }

 p { color: rgb(85,72,96); }

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

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

 a { background-color: rgb(85,72,96); }

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

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

 span { border-color: rgb(85,72,96); }

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