#55505A

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

Shades of Mulled Wine #55505A

Tints of Mulled Wine #55505A

Color information

#55505A (or 0x55505A) is unknown color: approx Mulled Wine. HEX triplet: 55, 50 and 5A. RGB value is (85,80,90). Sum of RGB (Red+Green+Blue) = 85+80+90=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 90 - color contains mainly: blue. Hex color #55505A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55505A is #AAAFA5. Grayscale: #525252. Windows color (decimal): -11186086 or 5918805. OLE color: 5918805.

HSL color Cylindrical-coordinate representation of color #55505A: hue angle of 270º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #55505A is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB858090-
CMYK0.060.1100.65
HSL270º5.88%33.33%-
HSV(B)270º11.11%35.29%-
XYZ8.468.4110.85-
YUV82.64132.16129.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.33%
GREEN value IS 80 (31.64% from 255) = 31.37%
BLUE value IS 90 (35.55% from 255) = 35.29%
R=33.33%
G=31.37%
B=35.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8580900.060.1100.652705.8833.33
Hex55505A6B04110e621
Octal1251201326130101416641
Binary101010110100001011010110101101000001100001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55505A; }

 p { color: rgb(85,80,90); }

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

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

 a { background-color: rgb(85,80,90); }

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

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

 span { border-color: rgb(85,80,90); }

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