#56535D

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

Shades of Mulled Wine #56535D

Tints of Mulled Wine #56535D

Color information

#56535D (or 0x56535D) is unknown color: approx Mulled Wine. HEX triplet: 56, 53 and 5D. RGB value is (86,83,93). Sum of RGB (Red+Green+Blue) = 86+83+93=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 93 - color contains mainly: blue. Hex color #56535D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56535D is #A9ACA2. Grayscale: #555555. Windows color (decimal): -11119779 or 6116182. OLE color: 6116182.

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

Color convert

RGB868393-
CMYK0.080.1100.64
HSL258º5.68%34.51%-
HSV(B)258º10.75%36.47%-
XYZ8.918.9611.62-
YUV85.04132.49128.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.82%
GREEN value IS 83 (32.81% from 255) = 31.68%
BLUE value IS 93 (36.72% from 255) = 35.50%
R=32.82%
G=31.68%
B=35.50%

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
Decimal8683930.080.1100.642585.6834.51
Hex56535D8B040102623
Octal12612313510130100402643
Binary1010110101001110111011000101101000000100000010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56535D; }

 p { color: rgb(86,83,93); }

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

<style>
 a { background-color: #56535D; }

 a { background-color: rgb(86,83,93); }

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

<style>
 span { border-color: #56535D; }

 span { border-color: rgb(86,83,93); }

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