#565166

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

Shades of Mulled Wine #565166

Tints of Mulled Wine #565166

Color information

#565166 (or 0x565166) is unknown color: approx Mulled Wine. HEX triplet: 56, 51 and 66. RGB value is (86,81,102). Sum of RGB (Red+Green+Blue) = 86+81+102=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 102 - color contains mainly: blue. Hex color #565166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565166 is #A9AE99. Grayscale: #545454. Windows color (decimal): -11120282 or 6705494. OLE color: 6705494.

HSL color Cylindrical-coordinate representation of color #565166: hue angle of 254.29º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #565166 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8681102-
CMYK0.160.2100.6
HSL254.29º11.48%35.88%-
HSV(B)254.29º20.59%40%-
XYZ9.188.8213.79-
YUV84.89137.66128.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.97%
GREEN value IS 81 (32.03% from 255) = 30.11%
BLUE value IS 102 (40.23% from 255) = 37.92%
R=31.97%
G=30.11%
B=37.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal86811020.160.2100.6254.2911.4835.88
Hex565166101503Cfeb24
Octal12612114620250743761344
Binary10101101010001110011010000101010111100111111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565166; }

 p { color: rgb(86,81,102); }

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

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

 a { background-color: rgb(86,81,102); }

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

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

 span { border-color: rgb(86,81,102); }

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