#565161

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

Shades of Mulled Wine #565161

Tints of Mulled Wine #565161

Color information

#565161 (or 0x565161) is unknown color: approx Mulled Wine. HEX triplet: 56, 51 and 61. RGB value is (86,81,97). Sum of RGB (Red+Green+Blue) = 86+81+97=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 97 - color contains mainly: blue. Hex color #565161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565161 is #A9AE9E. Grayscale: #545454. Windows color (decimal): -11120287 or 6377814. OLE color: 6377814.

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

Color convert

RGB868197-
CMYK0.110.1600.62
HSL258.75º8.99%34.9%-
HSV(B)258.75º16.49%38.04%-
XYZ8.948.7312.52-
YUV84.32135.16129.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.58%
GREEN value IS 81 (32.03% from 255) = 30.68%
BLUE value IS 97 (38.28% from 255) = 36.74%
R=32.58%
G=30.68%
B=36.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8681970.110.1600.62258.758.9934.9
Hex565161B1003E103923
Octal12612114113200764031143
Binary10101101010001110000110111000001111101000000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565161; }

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

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

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

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

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

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

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

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