#56525E

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

Shades of Mulled Wine #56525E

Tints of Mulled Wine #56525E

Color information

#56525E (or 0x56525E) is unknown color: approx Mulled Wine. HEX triplet: 56, 52 and 5E. RGB value is (86,82,94). Sum of RGB (Red+Green+Blue) = 86+82+94=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 94 - color contains mainly: blue. Hex color #56525E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56525E is #A9ADA1. Grayscale: #545454. Windows color (decimal): -11120034 or 6181462. OLE color: 6181462.

HSL color Cylindrical-coordinate representation of color #56525E: hue angle of 260º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #56525E is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB868294-
CMYK0.090.1300.63
HSL260º6.82%34.51%-
HSV(B)260º12.77%36.86%-
XYZ8.888.8211.82-
YUV84.56133.33129.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.82%
GREEN value IS 82 (32.42% from 255) = 31.30%
BLUE value IS 94 (37.11% from 255) = 35.88%
R=32.82%
G=31.30%
B=35.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8682940.090.1300.632606.8234.51
Hex56525E9D03F104723
Octal1261221361115077404743
Binary101011010100101011110100111010111111100000100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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