#56525B

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

Shades of Mulled Wine #56525B

Tints of Mulled Wine #56525B

Color information

#56525B (or 0x56525B) is unknown color: approx Mulled Wine. HEX triplet: 56, 52 and 5B. RGB value is (86,82,91). Sum of RGB (Red+Green+Blue) = 86+82+91=259 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.20% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 91 - color contains mainly: blue. Hex color #56525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56525B is #A9ADA4. Grayscale: #545454. Windows color (decimal): -11120037 or 5984854. OLE color: 5984854.

HSL color Cylindrical-coordinate representation of color #56525B: hue angle of 266.67º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #56525B is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB868291-
CMYK0.050.1000.64
HSL266.67º5.2%33.92%-
HSV(B)266.67º9.89%35.69%-
XYZ8.748.7711.13-
YUV84.22131.83129.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.20%
GREEN value IS 82 (32.42% from 255) = 31.66%
BLUE value IS 91 (35.94% from 255) = 35.14%
R=33.20%
G=31.66%
B=35.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8682910.050.1000.64266.675.233.92
Hex56525B5A04010b522
Octal1261221335120100413542
Binary101011010100101011011101101001000000100001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56525B; }

 p { color: rgb(86,82,91); }

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

<style>
 a { background-color: #56525B; }

 a { background-color: rgb(86,82,91); }

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

<style>
 span { border-color: #56525B; }

 span { border-color: rgb(86,82,91); }

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