#565260

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

Shades of Mulled Wine #565260

Tints of Mulled Wine #565260

Color information

#565260 (or 0x565260) is unknown color: approx Mulled Wine. HEX triplet: 56, 52 and 60. RGB value is (86,82,96). Sum of RGB (Red+Green+Blue) = 86+82+96=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 96 - color contains mainly: blue. Hex color #565260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565260 is #A9AD9F. Grayscale: #545454. Windows color (decimal): -11120032 or 6312534. OLE color: 6312534.

HSL color Cylindrical-coordinate representation of color #565260: hue angle of 257.14º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #565260 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB868296-
CMYK0.100.1500.62
HSL257.14º7.87%34.9%-
HSV(B)257.14º14.58%37.65%-
XYZ8.978.8612.3-
YUV84.79134.33128.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.58%
GREEN value IS 82 (32.42% from 255) = 31.06%
BLUE value IS 96 (37.89% from 255) = 36.36%
R=32.58%
G=31.06%
B=36.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8682960.100.1500.62257.147.8734.9
Hex565260AF03E101823
Octal12612214012170764011043
Binary1010110101001011000001010111101111101000000011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565260; }

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

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

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

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

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

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

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

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