#55525C

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

Shades of Mulled Wine #55525C

Tints of Mulled Wine #55525C

Color information

#55525C (or 0x55525C) is unknown color: approx Mulled Wine. HEX triplet: 55, 52 and 5C. RGB value is (85,82,92). Sum of RGB (Red+Green+Blue) = 85+82+92=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 92 - color contains mainly: blue. Hex color #55525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55525C is #AAADA3. Grayscale: #545454. Windows color (decimal): -11185572 or 6050389. OLE color: 6050389.

HSL color Cylindrical-coordinate representation of color #55525C: hue angle of 258º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #55525C is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB858292-
CMYK0.080.1100.64
HSL258º5.75%34.12%-
HSV(B)258º10.87%36.08%-
XYZ8.78.7411.35-
YUV84.04132.49128.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.82%
GREEN value IS 82 (32.42% from 255) = 31.66%
BLUE value IS 92 (36.33% from 255) = 35.52%
R=32.82%
G=31.66%
B=35.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8582920.080.1100.642585.7534.12
Hex55525C8B040102622
Octal12512213410130100402642
Binary1010101101001010111001000101101000000100000010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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