#554E6A

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

Shades of Mulled Wine #554E6A

Tints of Mulled Wine #554E6A

Color information

#554E6A (or 0x554E6A) is unknown color: approx Mulled Wine. HEX triplet: 55, 4E and 6A. RGB value is (85,78,106). Sum of RGB (Red+Green+Blue) = 85+78+106=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 106 - color contains mainly: blue. Hex color #554E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554E6A is #AAB195. Grayscale: #535353. Windows color (decimal): -11186582 or 6966869. OLE color: 6966869.

HSL color Cylindrical-coordinate representation of color #554E6A: hue angle of 255º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #554E6A is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8578106-
CMYK0.200.2600.58
HSL255º15.22%36.08%-
HSV(B)255º26.42%41.57%-
XYZ9.078.4214.78-
YUV83.28140.82129.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.60%
GREEN value IS 78 (30.86% from 255) = 29.00%
BLUE value IS 106 (41.80% from 255) = 39.41%
R=31.60%
G=29.00%
B=39.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85781060.200.2600.5825515.2236.08
Hex554E6A141A03Afff24
Octal12511615224320723771744
Binary10101011001110110101010100110100111010111111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,78,106); }

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

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

 a { background-color: rgb(85,78,106); }

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

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

 span { border-color: rgb(85,78,106); }

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