#55545A

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

Shades of Mulled Wine #55545A

Tints of Mulled Wine #55545A

Color information

#55545A (or 0x55545A) is unknown color: approx Mulled Wine. HEX triplet: 55, 54 and 5A. RGB value is (85,84,90). Sum of RGB (Red+Green+Blue) = 85+84+90=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 90 - color contains mainly: blue. Hex color #55545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55545A is #AAABA5. Grayscale: #545454. Windows color (decimal): -11185062 or 5919829. OLE color: 5919829.

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

Color convert

RGB858490-
CMYK0.060.0700.65
HSL250º3.45%34.12%-
HSV(B)250º6.67%35.29%-
XYZ8.769.0110.95-
YUV84.98130.83128.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.82%
GREEN value IS 84 (33.20% from 255) = 32.43%
BLUE value IS 90 (35.55% from 255) = 34.75%
R=32.82%
G=32.43%
B=34.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8584900.060.0700.652503.4534.12
Hex55545A67041fa322
Octal125124132670101372342
Binary101010110101001011010110111010000011111101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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