#565261

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

Shades of Mulled Wine #565261

Tints of Mulled Wine #565261

Color information

#565261 (or 0x565261) is unknown color: approx Mulled Wine. HEX triplet: 56, 52 and 61. RGB value is (86,82,97). Sum of RGB (Red+Green+Blue) = 86+82+97=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 97 - color contains mainly: blue. Hex color #565261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565261 is #A9AD9E. Grayscale: #545454. Windows color (decimal): -11120031 or 6378070. OLE color: 6378070.

HSL color Cylindrical-coordinate representation of color #565261: hue angle of 256º 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 #565261 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB868297-
CMYK0.110.1500.62
HSL256º8.38%35.1%-
HSV(B)256º15.46%38.04%-
XYZ9.018.8812.55-
YUV84.91134.83128.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.45%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 97 (38.28% from 255) = 36.60%
R=32.45%
G=30.94%
B=36.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8682970.110.1500.622568.3835.1
Hex565261BF03E100823
Octal12612214113170764001043
Binary1010110101001011000011011111101111101000000001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565261; }

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

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

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

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

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

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

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

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