#56535A

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

Shades of Mulled Wine #56535A

Tints of Mulled Wine #56535A

Color information

#56535A (or 0x56535A) is unknown color: approx Mulled Wine. HEX triplet: 56, 53 and 5A. RGB value is (86,83,90). Sum of RGB (Red+Green+Blue) = 86+83+90=259 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.20% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 90 - color contains mainly: blue. Hex color #56535A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56535A is #A9ACA5. Grayscale: #545454. Windows color (decimal): -11119782 or 5919574. OLE color: 5919574.

HSL color Cylindrical-coordinate representation of color #56535A: hue angle of 265.71º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #56535A is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB868390-
CMYK0.040.0800.65
HSL265.71º4.05%33.92%-
HSV(B)265.71º7.78%35.29%-
XYZ8.788.910.93-
YUV84.7130.99128.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.20%
GREEN value IS 83 (32.81% from 255) = 32.05%
BLUE value IS 90 (35.55% from 255) = 34.75%
R=33.20%
G=32.05%
B=34.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8683900.040.0800.65265.714.0533.92
Hex56535A4804110a422
Octal1261231324100101412442
Binary101011010100111011010100100001000001100001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56535A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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