#524F55

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

Shades of Mulled Wine #524F55

Tints of Mulled Wine #524F55

Color information

#524F55 (or 0x524F55) is unknown color: approx Mulled Wine. HEX triplet: 52, 4F and 55. RGB value is (82,79,85). Sum of RGB (Red+Green+Blue) = 82+79+85=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 85 - color contains mainly: blue. Hex color #524F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524F55 is #ADB0AA. Grayscale: #505050. Windows color (decimal): -11382955 or 5590866. OLE color: 5590866.

HSL color Cylindrical-coordinate representation of color #524F55: hue angle of 270º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #524F55 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB827985-
CMYK0.040.0700.67
HSL270º3.66%32.16%-
HSV(B)270º7.06%33.33%-
XYZ7.928.049.73-
YUV80.58130.49129.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.33%
GREEN value IS 79 (31.25% from 255) = 32.11%
BLUE value IS 85 (33.59% from 255) = 34.55%
R=33.33%
G=32.11%
B=34.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8279850.040.0700.672703.6632.16
Hex524F554704310e420
Octal122117125470103416440
Binary10100101001111101010110011101000011100001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524F55; }

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

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

<style>
 a { background-color: #524F55; }

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

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

<style>
 span { border-color: #524F55; }

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

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