#55525A

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

Shades of Mulled Wine #55525A

Tints of Mulled Wine #55525A

Color information

#55525A (or 0x55525A) is unknown color: approx Mulled Wine. HEX triplet: 55, 52 and 5A. RGB value is (85,82,90). Sum of RGB (Red+Green+Blue) = 85+82+90=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 90 - color contains mainly: blue. Hex color #55525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55525A is #AAADA5. Grayscale: #535353. Windows color (decimal): -11185574 or 5919317. OLE color: 5919317.

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

Color convert

RGB858290-
CMYK0.060.0900.65
HSL262.5º4.65%33.73%-
HSV(B)262.5º8.89%35.29%-
XYZ8.618.710.9-
YUV83.81131.49128.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.07%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 90 (35.55% from 255) = 35.02%
R=33.07%
G=31.91%
B=35.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8582900.060.0900.65262.54.6533.73
Hex55525A69041106522
Octal1251221326110101406542
Binary101010110100101011010110100101000001100000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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