#56525A

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

Shades of Mulled Wine #56525A

Tints of Mulled Wine #56525A

Color information

#56525A (or 0x56525A) is unknown color: approx Mulled Wine. HEX triplet: 56, 52 and 5A. RGB value is (86,82,90). Sum of RGB (Red+Green+Blue) = 86+82+90=258 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.33% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 90 - color contains mainly: blue. Hex color #56525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56525A is #A9ADA5. Grayscale: #545454. Windows color (decimal): -11120038 or 5919318. OLE color: 5919318.

HSL color Cylindrical-coordinate representation of color #56525A: hue angle of 270º 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 #56525A is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB868290-
CMYK0.040.0900.65
HSL270º4.65%33.73%-
HSV(B)270º8.89%35.29%-
XYZ8.78.7510.9-
YUV84.11131.33129.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.33%
GREEN value IS 82 (32.42% from 255) = 31.78%
BLUE value IS 90 (35.55% from 255) = 34.88%
R=33.33%
G=31.78%
B=34.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8682900.040.0900.652704.6533.73
Hex56525A4904110e522
Octal1261221324110101416542
Binary101011010100101011010100100101000001100001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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