#554862

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

Shades of Mulled Wine #554862

Tints of Mulled Wine #554862

Color information

#554862 (or 0x554862) is unknown color: approx Mulled Wine. HEX triplet: 55, 48 and 62. RGB value is (85,72,98). Sum of RGB (Red+Green+Blue) = 85+72+98=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 98 - color contains mainly: blue. Hex color #554862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554862 is #AAB79D. Grayscale: #4E4E4E. Windows color (decimal): -11188126 or 6441045. OLE color: 6441045.

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

Color convert

RGB857298-
CMYK0.130.2700.62
HSL270º15.29%33.33%-
HSV(B)270º26.53%38.43%-
XYZ8.277.4512.56-
YUV78.85138.81132.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.33%
GREEN value IS 72 (28.52% from 255) = 28.24%
BLUE value IS 98 (38.67% from 255) = 38.43%
R=33.33%
G=28.24%
B=38.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8572980.130.2700.6227015.2933.33
Hex554862D1B03E10ef21
Octal12511014215330764161741
Binary10101011001000110001011011101101111101000011101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554862; }

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

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

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

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

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

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

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

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